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

15 lines
197 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 01:17:33 +00:00
}