15 lines
197 B
SCSS
15 lines
197 B
SCSS
.ps-form-group {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
&--label {
|
|
margin-bottom: 0.5rem;
|
|
display: flex;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.ps-button {
|
|
align-self: flex-start;
|
|
}
|
|
}
|