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

31 lines
458 B
Stylus
Raw Normal View History

2013-09-18 19:24:40 -04:00
@import '../_variables'
@import '../_mixins'
// Settings
.main > div
padding: 20px
2013-12-31 19:11:53 -05:00
padding-top: 50px
2013-10-23 13:57:46 -04:00
border-bottom: 1px solid $gray-lighter
&:last-of-type
border: none
.status
overflow: hidden
min-height: 35px
max-height: 50px
height: auto
2013-09-18 19:24:40 -04:00
.uploadRegion
padding: 15px
roundall(3px)
margin: 10px 0
2013-10-24 18:07:43 -04:00
border: 1px solid $gray-lighter
background: lighten($gray-lighter, 80%)
p
margin: 0
2013-09-18 19:24:40 -04:00
img
margin: 10px 0