fleet/frontend/components/forms/_styles.scss
noahtalerman 0f48eb8525
Bring new style variables from teams into master (#707)
This PR brings the style changes made in the "Align Fleet UI colors with Figma components"
#615 and "Align Fleet UI with Figma (spacing and fonts)" #628 PRs into the master branch.
2021-04-30 17:32:50 -04:00

13 lines
221 B
SCSS

.form {
&__base-error {
background-color: $ui-error;
border-radius: 3px;
color: $core-white;
font-size: $x-small;
margin-top: 10px;
padding: 5px 0;
text-align: center;
width: 100%;
}
}