taiga-front/app/styles/modules/project-details.scss

22 lines
367 B
SCSS

.project-details {
input[type="text"],
textarea {
@extend %title;
background-color: $very-light-gray;
}
fieldset {
margin-bottom: 1rem;
}
textarea {
height: 10rem;
}
.button-green {
display: block;
padding: 12px;
text-align: center;
}
.half {
width: 45%;
}
}