forked from OpenNeo/impress
Matchu
74197a6e9f
This required a buncha fixes to how SASS scoping works! Needed to add a bunch of imports for stuff that previously would get read from the global scope by being imported *after* the constants and mixins etc. There's clearly a lot of refactor opportunity here, but I'm not gonna worry about it!!
29 lines
482 B
Sass
29 lines
482 B
Sass
@import "../partials/clean/constants"
|
|
@import "../partials/clean/mixins"
|
|
|
|
body.donations-show
|
|
#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
|