fleet/frontend/components/forms/_styles.scss

13 lines
221 B
SCSS
Raw Normal View History

.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%;
}
}