taiga-front/app/styles/modules/admin/admin-project-profile.scss

29 lines
530 B
SCSS

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