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 {
|
2024-11-13 16:06:04 +00:00
|
|
|
margin-bottom: 0.25rem;
|
|
|
|
display: inline-block;
|
2022-11-27 03:13:27 +00:00
|
|
|
font-weight: bold;
|
2024-11-13 16:06:04 +00:00
|
|
|
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;
|
|
|
|
}
|
2024-11-13 16:06:04 +00:00
|
|
|
|
|
|
|
&--buttons {
|
|
|
|
margin: 0.5rem 0;
|
|
|
|
};
|
2022-11-27 01:17:33 +00:00
|
|
|
}
|