kaiwa/public/css/app/settings.styl

23 lines
317 B
Stylus
Raw Normal View History

2013-09-18 19:24:40 -04:00
@import '../_variables'
@import '../_mixins'
.main div
padding: 20px
border-bottom: 1px solid $grayOutline
&:last-of-type
border: none
2013-09-18 19:24:40 -04:00
.uploadRegion
font-size: $fontSmall
roundall(3px)
margin: 10px 0
color: $textSecondary
background: $grayBackground
p
margin: 0
2013-09-18 19:24:40 -04:00
input
width: 100%