13 lines
203 B
SCSS
13 lines
203 B
SCSS
|
|
@import "foundation/base";
|
||
|
|
|
||
|
|
.approve-or-reject {
|
||
|
|
margin-top: $base-line-height * 3em;
|
||
|
|
|
||
|
|
legend {
|
||
|
|
padding-right: .5em;
|
||
|
|
}
|
||
|
|
|
||
|
|
textarea {
|
||
|
|
height: $base-line-height * 5em;
|
||
|
|
}
|
||
|
|
}
|