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

22 lines
320 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 {
2022-11-27 03:13:27 +00:00
margin-bottom: 0.5rem;
2022-11-27 01:47:13 +00:00
display: flex;
2022-11-27 03:13:27 +00:00
font-weight: bold;
}
.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;
}
2022-11-27 01:17:33 +00:00
}