Darken background and add lines to headers.
This commit is contained in:
parent
8261ae402a
commit
56a2212410
|
@ -12,6 +12,7 @@ $inactive-input-border-color: darken($inactive-input-color, 10%);
|
||||||
body {
|
body {
|
||||||
font-family: 'Open Sans', sans-serif;
|
font-family: 'Open Sans', sans-serif;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
background-color: #fbfbfb;
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin input-common {
|
@mixin input-common {
|
||||||
|
@ -84,6 +85,12 @@ div.base-wrapper {
|
||||||
div {
|
div {
|
||||||
margin: 3px;
|
margin: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
padding-bottom: 5px;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
border-bottom: 1px solid $inactive-input-border-color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user