1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00
This commit is contained in:
Mark Otto
2017-08-10 20:43:53 -07:00
parent 8c8f7761d0
commit 7a5dd0d1ce
10 changed files with 17 additions and 9 deletions

View File

@@ -5294,6 +5294,10 @@ a.bg-dark:focus, a.bg-dark:hover {
background-color: #1d2124 !important;
}
.bg-white {
background-color: #fff !important;
}
.bg-transparent {
background-color: transparent !important;
}
@@ -5354,6 +5358,10 @@ a.bg-dark:focus, a.bg-dark:hover {
border-color: #343a40 !important;
}
.border-white {
border-color: #fff !important;
}
.rounded {
border-radius: 0.25rem !important;
}