mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-13 13:05:00 -05:00
Fix padding on settings page
This commit is contained in:
parent
9505ca20c6
commit
963f677053
@ -1310,6 +1310,7 @@ button.secondary:hover:not(:disabled) {
|
|||||||
}
|
}
|
||||||
.main > div {
|
.main > div {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
padding-top: 50px;
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
}
|
}
|
||||||
.main > div:last-of-type {
|
.main > div:last-of-type {
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
@import '../_mixins'
|
@import '../_mixins'
|
||||||
|
|
||||||
// Settings
|
// Settings
|
||||||
|
|
||||||
.main > div
|
.main > div
|
||||||
padding: 20px
|
padding: 20px
|
||||||
|
padding-top: 50px
|
||||||
border-bottom: 1px solid $gray-lighter
|
border-bottom: 1px solid $gray-lighter
|
||||||
|
|
||||||
&:last-of-type
|
&:last-of-type
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
# 0.0.1 1388534133564
|
# 0.0.1 1388535003037
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
/app.js
|
/app.js
|
||||||
|
Loading…
Reference in New Issue
Block a user