mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-69021 theme_boost: improve link styles in alerts
- provide default styles for links in alerts if the .alert-link css class is omitted.
This commit is contained in:
parent
1ab9522055
commit
6346cc3593
@ -2603,6 +2603,9 @@ $picker-emojis-per-row: 7 !default;
|
||||
color: darken(theme-color-level($color, $alert-color-level), 10%);
|
||||
}
|
||||
}
|
||||
.alert a {
|
||||
font-weight: $font-weight-bold;
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(sm) {
|
||||
#page-navbar {
|
||||
|
@ -11746,6 +11746,9 @@ body.h5p-embed .h5pmessages {
|
||||
.alert-dark a {
|
||||
color: #040505; }
|
||||
|
||||
.alert a {
|
||||
font-weight: 700; }
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
#page-navbar {
|
||||
width: 100%; }
|
||||
|
@ -11960,6 +11960,9 @@ body.h5p-embed .h5pmessages {
|
||||
.alert-dark a {
|
||||
color: #040505; }
|
||||
|
||||
.alert a {
|
||||
font-weight: 700; }
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
#page-navbar {
|
||||
width: 100%; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user