funky-framadate-front/src/styles/partials/_form-controls.scss

32 lines
382 B
SCSS

input,
select,
textarea {
@extend .clickable;
margin-bottom: 0.25rem;
padding: 0.5rem;
&:active,
&:focus,
&:hover {
color: $primary_color;
}
}
textarea {
min-height: 3em;
width: 100%;
display: block;
}
.comment {
border-left: 6px solid $primary_color;
margin-top: 25px;
margin-bottom: 25px;
flex-wrap: wrap;
padding-left: 17px;
}
.cname {
font-weight: bold;
}