scinote-web/app/assets/stylesheets/shared_styles/elements/alerts.scss

26 lines
335 B
SCSS
Raw Normal View History

2020-01-17 02:08:14 +08:00
.alert {
2020-01-17 17:49:41 +08:00
align-items: center;
2020-01-17 02:08:14 +08:00
border-radius: 0;
2020-01-17 17:49:41 +08:00
display: flex;
height: 52px;
2020-01-17 02:08:14 +08:00
margin-bottom: 0;
opacity: .86;
padding: 9px;
width: 100%;
2020-01-17 17:49:41 +08:00
.fas {
font-size: $font-size-h2;
margin-left: 12px;
}
2020-01-17 02:08:14 +08:00
2020-01-17 17:49:41 +08:00
.message {
color: $color-volcano;
flex-grow: 1;
margin-left: 14px;
}
2020-01-17 02:08:14 +08:00
2020-01-17 17:49:41 +08:00
.close {
top: 0;
2020-01-17 02:08:14 +08:00
}
}