mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 17:11:48 +02:00
WIP: New snippet examples (#36309)
* Start work on some new snippet examples * Update for dark mode, fixes * Add images, update descriptions * examples fixes
This commit is contained in:
13
site/content/docs/5.3/examples/badges/badges.css
Normal file
13
site/content/docs/5.3/examples/badges/badges.css
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
.text-warning {
|
||||
color: #997404 !important;
|
||||
}
|
||||
|
||||
.text-info {
|
||||
color: #087990 !important;
|
||||
}
|
||||
*/
|
||||
|
||||
.badge > a {
|
||||
color: inherit;
|
||||
}
|
Reference in New Issue
Block a user