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

27 lines
396 B
SCSS
Raw Normal View History

2022-11-27 01:17:33 +00:00
.ps-form-group {
display: flex;
flex-direction: column;
2022-11-27 01:47:13 +00:00
&--label {
margin-bottom: 0.25rem;
display: inline-block;
2022-11-27 03:13:27 +00:00
font-weight: bold;
margin-top: 0.5rem;
2022-11-27 03:13:27 +00:00
}
.ps-button {
align-self: flex-start;
2022-11-27 01:47:13 +00:00
}
2022-11-27 20:38:41 +00:00
&--error {
margin-top: 0.25rem;
color: var(--accent);
font-weight: bold;
// font-family: monospace;
}
&--buttons {
margin: 0.5rem 0;
};
2022-11-27 01:17:33 +00:00
}