mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
13 lines
209 B
SCSS
13 lines
209 B
SCSS
|
|
.form {
|
||
|
|
&__base-error {
|
||
|
|
background-color: $alert;
|
||
|
|
border-radius: 3px;
|
||
|
|
color: $white;
|
||
|
|
font-size: 14px;
|
||
|
|
margin-top: 10px;
|
||
|
|
padding: 5px 0;
|
||
|
|
text-align: center;
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
}
|