1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-11 14:01:36 +07:00
verdaccio-ui/src/components/Login/login.scss

23 lines
323 B
SCSS
Raw Normal View History

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