mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
Before: <img width="1238" height="879" alt="Screenshot 2025-11-12 at 11 09 07 AM" src="https://github.com/user-attachments/assets/60f36db0-0272-466f-bd8c-532344314bb9" /> After: <img width="1236" height="880" alt="Screenshot 2025-11-12 at 11 09 22 AM" src="https://github.com/user-attachments/assets/19a71baa-00c0-4aee-a3ea-cc3078fa3d15" />
13 lines
259 B
SCSS
13 lines
259 B
SCSS
.form {
|
|
// Used on login forms
|
|
&__base-error {
|
|
background-color: $ui-error;
|
|
border-radius: 3px;
|
|
color: $core-fleet-white;
|
|
font-size: $x-small;
|
|
margin: -12px 0;
|
|
padding: $pad-xsmall 0;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
}
|