29 lines
430 B
Sass
29 lines
430 B
Sass
|
@import "../../partials/clean/constants"
|
||
|
@import "../../partials/clean/mixins"
|
||
|
|
||
|
#thank-you
|
||
|
border: 3px solid $module-border-color
|
||
|
display: block
|
||
|
margin: 0 auto 1em
|
||
|
|
||
|
#edit-donation
|
||
|
ul
|
||
|
list-style: none
|
||
|
|
||
|
label
|
||
|
+inline-block
|
||
|
width: 16em
|
||
|
|
||
|
.name input[type=text]
|
||
|
width: 10em
|
||
|
|
||
|
.feature input[type=text]
|
||
|
width: 23em
|
||
|
|
||
|
.choose-outfit
|
||
|
font-size: 85%
|
||
|
margin-left: 1em
|
||
|
|
||
|
select
|
||
|
width: 10em
|