diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-09-29 10:54:45 -0500 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2016-10-01 00:21:37 +0300 |
commit | a2af7790045e22bef15d922e6feae85479b917bc (patch) | |
tree | 366197a440f07d3be9ef267013623dfc07e45ec1 /app/assets/stylesheets | |
parent | 502c53b5fe52d7378a72f2363d39c6ed02108261 (diff) | |
download | gitlab-ce-a2af7790045e22bef15d922e6feae85479b917bc.tar.gz |
Add flash containers and broadcast messages below subnavcreate-mr-banner
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/framework/flash.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/flash.scss b/app/assets/stylesheets/framework/flash.scss index 7ae309ba103..3ac1678dd05 100644 --- a/app/assets/stylesheets/framework/flash.scss +++ b/app/assets/stylesheets/framework/flash.scss @@ -3,6 +3,8 @@ margin: 0; margin-bottom: $gl-padding; font-size: 14px; + position: relative; + z-index: 1; .flash-notice { @extend .alert; @@ -33,6 +35,12 @@ } } +.content-wrapper { + .flash-notice .container-fluid { + background-color: transparent; + } +} + @media (max-width: $screen-md-min) { ul.notes { .flash-container.timeline-content { |