Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index fdc011426f..e382f00c7d 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -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;
}