Style settings

This commit is contained in:
Ismo Vuorinen
2013-06-25 10:23:25 +03:00
parent b419177fa6
commit 4a25dd5120

View File

@@ -3,6 +3,11 @@
@import 'font-awesome/less/font-awesome';
@import (less) 'select2/select2.css';
html {
height: 100%;
background-color: #f5f5f5;
}
.calculator {
.inactive {
opacity: 0.5;
@@ -147,8 +152,8 @@ input[type=number] {
footer {
text-align: center;
margin-top: 10px;
padding: 10px 0;
margin-top: 50px;
padding: 20px 0 40px;
background: #f5f5f5;
border-top: 1px solid #e5e5e5;
a:hover {