Merge branch 'MDL-72426-master' of git://github.com/lameze/moodle

This commit is contained in:
Jun Pataleta 2021-09-23 12:23:46 +08:00
commit 959a562aa0
3 changed files with 6 additions and 6 deletions

View File

@ -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;

View File

@ -19068,7 +19068,7 @@ body {
.count-container {
padding: 2px;
border-radius: 2px;
background-color: red;
background-color: #ca3120;
color: white;
font-size: 11px;
line-height: 11px;
@ -19156,7 +19156,7 @@ body {
.navbar .count-container {
padding: 2px;
border-radius: 2px;
background-color: red;
background-color: #ca3120;
color: white;
font-size: 11px;
line-height: 11px;

View File

@ -19257,7 +19257,7 @@ body {
.count-container {
padding: 2px;
border-radius: 2px;
background-color: red;
background-color: #ca3120;
color: white;
font-size: 11px;
line-height: 11px;
@ -19345,7 +19345,7 @@ body {
.navbar .count-container {
padding: 2px;
border-radius: 2px;
background-color: red;
background-color: #ca3120;
color: white;
font-size: 11px;
line-height: 11px;