taiga-front/app/styles/modules/user-settings/user-change-password.scss

21 lines
379 B
SCSS

.user-change-password {
fieldset {
margin-bottom: 1rem;
width: 50%;
&:last-child {
margin-top: 2rem;
}
}
label {
@extend %title;
display: block;
margin-bottom: .5rem;
}
.button-green {
color: $white;
display: block;
padding: 12px;
text-align: center;
}
}