3fcc5dfedf
Fixes #37
13 lines
No EOL
267 B
SCSS
13 lines
No EOL
267 B
SCSS
input,
|
|
textarea {
|
|
width: 100%;
|
|
background-color: $color-background-alt;
|
|
border-radius: $btn-radius;
|
|
border: 0px solid rgba(0, 0, 0, 0);
|
|
padding: $lineheight_rel / 4;
|
|
line-height: $lineheight_rel;
|
|
|
|
.card & {
|
|
background-color: $color-background;
|
|
}
|
|
} |