1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00

CSS: settings page

This commit is contained in:
Sebastien Hut 2015-01-24 15:54:57 +01:00
parent 61108ea5b7
commit 204c2568d1
3 changed files with 10 additions and 4 deletions

View File

@ -15,8 +15,8 @@ button
font-weight: $font-weight-bold
text-align: center
text-decoration: none
color: $gray
border: 1px solid $gray-light
color: $blue-saturated-light
border: 1px solid $blue-saturated-lighter
border-radius: 3px
text-overflow: ellipsis
vertical-align: middle

View File

@ -385,8 +385,8 @@ button {
font-weight: 700;
text-align: center;
text-decoration: none;
color: #9e9ea6;
border: 1px solid #babbbf;
color: #34465a;
border: 1px solid #6c7f95;
border-radius: 3px;
text-overflow: ellipsis;
vertical-align: middle;
@ -1562,6 +1562,9 @@ button.secondary:hover:not(:disabled) {
padding-top: 64px;
border-bottom: 1px solid #e0e0e0;
}
.main > div h4 {
color: #192a47;
}
.main > div:last-of-type {
border: none;
}

View File

@ -7,6 +7,9 @@
padding-top: 64px
border-bottom: 1px solid $gray-lighter
h4
color: $blue-saturated
&:last-of-type
border: none