fleet/frontend/components/forms/_styles.scss

15 lines
277 B
SCSS
Raw Normal View History

.form {
2025-09-29 17:10:41 +00:00
// Used on login forms
&__base-error {
background-color: $ui-error;
border-radius: 3px;
2025-09-29 17:10:41 +00:00
color: $core-fleet-white;
font-size: $x-small;
2025-09-29 17:10:41 +00:00
height: 16px;
margin: -12px 0;
padding: $pad-xsmall 0;
text-align: center;
width: 100%;
}
}