mirror of
https://github.com/fleetdm/fleet
synced 2026-05-19 15:09:20 +00:00
14 lines
277 B
SCSS
14 lines
277 B
SCSS
.form {
|
|
// Used on login forms
|
|
&__base-error {
|
|
background-color: $ui-error;
|
|
border-radius: 3px;
|
|
color: $core-fleet-white;
|
|
font-size: $x-small;
|
|
height: 16px;
|
|
margin: -12px 0;
|
|
padding: $pad-xsmall 0;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
}
|