gitlab-org--gitlab-foss/app/assets/stylesheets/framework/flash.scss
Phil Hughes 421215e338 Removed the flash success message
Removes the group if empty
2016-03-17 12:54:02 +00:00

19 lines
270 B
SCSS

.flash-container {
cursor: pointer;
margin: 0;
font-size: 14px;
width: 100%;
z-index: 100;
.flash-notice {
@extend .alert;
@extend .alert-info;
margin: 0;
}
.flash-alert {
@extend .alert;
@extend .alert-danger;
margin: 0;
}
}