mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
fixes #9015: bold links not semibold in alerts
This commit is contained in:
Vendored
+1
-1
@@ -3874,7 +3874,7 @@ button.close {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.alert .alert-link {
|
.alert .alert-link {
|
||||||
font-weight: 500;
|
font-weight: bold;
|
||||||
color: #a47e3c;
|
color: #a47e3c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -26,7 +26,7 @@
|
|||||||
}
|
}
|
||||||
// Provide class for links that match alerts
|
// Provide class for links that match alerts
|
||||||
.alert-link {
|
.alert-link {
|
||||||
font-weight: 500;
|
font-weight: bold;
|
||||||
color: darken(@alert-text, 10%);
|
color: darken(@alert-text, 10%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user