Merge pull request #5271 from awesomerobot/master
updating banner style, fixes banner on dark themes
This commit is contained in:
commit
b1ec4e17d9
|
@ -4,10 +4,9 @@
|
|||
|
||||
#banner {
|
||||
padding: 10px;
|
||||
border-radius: 5px;
|
||||
background: $tertiary-low;
|
||||
box-shadow: 0 1px 2px $tertiary-medium;
|
||||
color: darken($tertiary, 45%);
|
||||
box-shadow: 0 2px 4px -1px rgba(0,0,0, .25);
|
||||
color: $primary;
|
||||
z-index: 1001;
|
||||
overflow: auto;
|
||||
|
||||
|
@ -18,7 +17,7 @@
|
|||
.close {
|
||||
font-size: 1.786em;
|
||||
margin-top: -5px;
|
||||
color: $tertiary-medium;
|
||||
color: dark-light-choose($primary-low-mid, $secondary-medium);
|
||||
padding-left: 5px;
|
||||
float: right;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue