mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-10 11:35:02 -05:00
33 lines
465 B
Stylus
33 lines
465 B
Stylus
@import '../_variables'
|
|
@import '../_mixins'
|
|
|
|
.main > div
|
|
padding: 20px
|
|
border-bottom: 1px solid $grayOutline
|
|
|
|
&:last-of-type
|
|
border: none
|
|
|
|
.status
|
|
padding: 5px
|
|
background: $grayBackground
|
|
roundall(3px)
|
|
font-size: $fontSmall
|
|
|
|
.uploadRegion
|
|
padding: 15px
|
|
font-size: $fontSmall
|
|
roundall(3px)
|
|
margin: 10px 0
|
|
color: $textSecondary
|
|
background: $grayBackground
|
|
|
|
p
|
|
margin: 0
|
|
|
|
input
|
|
width: 100%
|
|
|
|
img
|
|
margin: 10px 0
|