1
0
mirror of https://github.com/SomboChea/ui synced 2024-09-21 00:57:47 +07:00
verdaccio-ui/src/pages/home/home.scss

17 lines
246 B
SCSS
Raw Normal View History

2019-02-03 17:23:33 +07:00
@import '../../styles/variables';
.alertError {
background-color: $red !important;
min-width: inherit !important;
}
.alertErrorMsg {
display: flex;
align-items: center;
}
.alertIcon {
opacity: 0.9;
margin-right: 8px;
}