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

32 lines
437 B
Stylus
Raw Normal View History

2013-09-18 19:24:40 -04:00
@import '../_variables'
@import '../_mixins'
.main > div
padding: 20px
2013-10-23 13:57:46 -04:00
border-bottom: 1px solid $gray-lighter
2013-10-23 08:16:27 -04:00
.status
padding: 10px
&:last-of-type
border: none
2013-09-18 19:24:40 -04:00
.uploadRegion
padding: 15px
font-size: $font-size-small
roundall(3px)
margin: 10px 0
2013-10-23 13:57:46 -04:00
color: $gray-light
background: lighten($gray-light, 93%)
p
margin: 0
2013-09-18 19:24:40 -04:00
input
width: 100%
padding: 5px
borderbox()
img
margin: 10px 0