mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-12 04:25:05 -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 {
|
||||
padding: 20px;
|
||||
padding-top: 50px;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
.main > div:last-of-type {
|
||||
|
@ -2,9 +2,9 @@
|
||||
@import '../_mixins'
|
||||
|
||||
// Settings
|
||||
|
||||
.main > div
|
||||
padding: 20px
|
||||
padding-top: 50px
|
||||
border-bottom: 1px solid $gray-lighter
|
||||
|
||||
&:last-of-type
|
||||
|
@ -1,5 +1,5 @@
|
||||
CACHE MANIFEST
|
||||
# 0.0.1 1388534133564
|
||||
# 0.0.1 1388535003037
|
||||
|
||||
CACHE:
|
||||
/app.js
|
||||
|
Loading…
Reference in New Issue
Block a user