verdaccio-ui/src/App/app.scss

16 lines
241 B
SCSS
Raw Normal View History

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