Commit 90e5fe55 authored by Michel Engelen's avatar Michel Engelen Committed by Annabel Dunstone Gray

added new styling to the `.flash-warning` styles and moved the bundled style...

added new styling to the `.flash-warning` styles and moved the bundled style definitions up to allow overrides for specific flash-types
parent ba2240ea
......@@ -6,6 +6,19 @@
position: relative;
z-index: 1;
.flash-notice,
.flash-alert,
.flash-success,
.flash-warning {
border-radius: $border-radius-default;
color: $white-light;
.container-fluid,
.container-fluid.container-limited {
background: transparent;
}
}
.flash-notice {
@extend .alert;
background-color: $blue-500;
......@@ -28,7 +41,8 @@
.flash-warning {
@extend .alert;
background-color: $orange-500;
background-color: $orange-100;
color: $orange-900;
margin: 0;
}
......@@ -60,19 +74,6 @@
margin: 0;
}
.flash-notice,
.flash-alert,
.flash-success,
.flash-warning {
border-radius: $border-radius-default;
color: $white-light;
.container-fluid,
.container-fluid.container-limited {
background: transparent;
}
}
&.flash-container-page {
margin-bottom: 0;
......
---
title: "Rebrush of flash-warning according to the new design (brighter background and darker font)"
merge_request: 28916
author: Michel Engelen
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment