kazhnuz.css/src/scss/components/_input.scss

12 lines
217 B
SCSS
Raw Normal View History

2021-07-30 11:17:05 +02:00
.input-group {
padding-bottom:$lineheight;
2021-07-30 11:17:05 +02:00
input, textarea {
width:100%;
background-color:$color-background;
border-radius:0px;
border: 1px solid rgba(0,0,0,0.2);
padding:$lineheight/4;
2021-07-30 11:17:05 +02:00
}
}