2013-09-18 19:24:40 -04:00
|
|
|
@import '../_variables'
|
|
|
|
@import '../_mixins'
|
|
|
|
|
2013-09-25 04:09:24 -04:00
|
|
|
.main > div
|
2013-09-25 03:59:59 -04:00
|
|
|
padding: 20px
|
|
|
|
border-bottom: 1px solid $grayOutline
|
|
|
|
|
|
|
|
&:last-of-type
|
|
|
|
border: none
|
|
|
|
|
2013-09-25 04:09:24 -04:00
|
|
|
.status
|
|
|
|
padding: 5px
|
|
|
|
background: $grayBackground
|
|
|
|
roundall(3px)
|
|
|
|
|
2013-09-18 19:24:40 -04:00
|
|
|
.uploadRegion
|
2013-09-25 04:09:24 -04:00
|
|
|
padding: 15px
|
2013-09-25 03:59:59 -04:00
|
|
|
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%
|