keycloak-theme/common/resources/scss/form-group.scss

27 lines
396 B
SCSS

.ps-form-group {
display: flex;
flex-direction: column;
&--label {
margin-bottom: 0.25rem;
display: inline-block;
font-weight: bold;
margin-top: 0.5rem;
}
.ps-button {
align-self: flex-start;
}
&--error {
margin-top: 0.25rem;
color: var(--accent);
font-weight: bold;
// font-family: monospace;
}
&--buttons {
margin: 0.5rem 0;
};
}