funky-framadate-front/src/assets/_global_layout.scss

22 lines
325 B
SCSS

input{
background: $light;
padding: 0.5em;
border:0;
border-bottom: 3px solid $main_color;
}
select{
background: $light;
padding: 0.5em;
border:0;
border-bottom: 3px solid $main_color_strong;
}
.btn{
background: $main_color_strong;
color: $light;
border: 0;
margin: 0 0.5em;
min-height: 1.5rem;
}