1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 09:05:47 +02:00

feat(announcement): Add End of Life announcement

This commit is contained in:
Edward Ezekiel
2024-03-05 13:37:35 -06:00
parent fa4fbc8798
commit 26f225831a
4 changed files with 30 additions and 0 deletions

View File

@@ -69,3 +69,12 @@
background: escape-svg($dropdown-active-icon) no-repeat .4rem .6rem/.75rem .75rem;
}
}
.bd-announcement {
color: $white;
background-color: $bd-purple;
a {
color: $white;
text-decoration: underline;
}
}