9 lines
205 B
SCSS
9 lines
205 B
SCSS
|
input,
|
||
|
textarea {
|
||
|
width: 100%;
|
||
|
background-color: $color-background;
|
||
|
border-radius: $btn-radius;
|
||
|
border: 0px solid rgba(0, 0, 0, 0);
|
||
|
padding: $lineheight_rel / 4;
|
||
|
line-height: $lineheight_rel;
|
||
|
}
|