MDL-72426 theme: fix message and notification count colour contrast
This commit is contained in:
@@ -71,7 +71,7 @@ $content-header-footer-height: $region-header-height + $region-footer-height;
|
||||
.count-container {
|
||||
padding: 2px;
|
||||
border-radius: 2px;
|
||||
background-color: red;
|
||||
background-color: $danger;
|
||||
color: white;
|
||||
font-size: 11px;
|
||||
line-height: 11px;
|
||||
@@ -189,7 +189,7 @@ $content-header-footer-height: $region-header-height + $region-footer-height;
|
||||
.count-container {
|
||||
padding: 2px;
|
||||
border-radius: 2px;
|
||||
background-color: red;
|
||||
background-color: $danger;
|
||||
color: white;
|
||||
font-size: 11px;
|
||||
line-height: 11px;
|
||||
|
||||
@@ -19034,7 +19034,7 @@ body {
|
||||
.count-container {
|
||||
padding: 2px;
|
||||
border-radius: 2px;
|
||||
background-color: red;
|
||||
background-color: #ca3120;
|
||||
color: white;
|
||||
font-size: 11px;
|
||||
line-height: 11px;
|
||||
@@ -19122,7 +19122,7 @@ body {
|
||||
.navbar .count-container {
|
||||
padding: 2px;
|
||||
border-radius: 2px;
|
||||
background-color: red;
|
||||
background-color: #ca3120;
|
||||
color: white;
|
||||
font-size: 11px;
|
||||
line-height: 11px;
|
||||
|
||||
@@ -19223,7 +19223,7 @@ body {
|
||||
.count-container {
|
||||
padding: 2px;
|
||||
border-radius: 2px;
|
||||
background-color: red;
|
||||
background-color: #ca3120;
|
||||
color: white;
|
||||
font-size: 11px;
|
||||
line-height: 11px;
|
||||
@@ -19311,7 +19311,7 @@ body {
|
||||
.navbar .count-container {
|
||||
padding: 2px;
|
||||
border-radius: 2px;
|
||||
background-color: red;
|
||||
background-color: #ca3120;
|
||||
color: white;
|
||||
font-size: 11px;
|
||||
line-height: 11px;
|
||||
|
||||
Reference in New Issue
Block a user