mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 14:02:32 +02:00
Merge branch 'MDL-72426-master' of git://github.com/lameze/moodle
This commit is contained in:
commit
959a562aa0
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user