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 'site/content/docs/5.1/examples/dropdowns/dropdowns.css')
-rw-r--r--site/content/docs/5.1/examples/dropdowns/dropdowns.css32
1 files changed, 17 insertions, 15 deletions
diff --git a/site/content/docs/5.1/examples/dropdowns/dropdowns.css b/site/content/docs/5.1/examples/dropdowns/dropdowns.css
index 47fa101062..2426de8b9f 100644
--- a/site/content/docs/5.1/examples/dropdowns/dropdowns.css
+++ b/site/content/docs/5.1/examples/dropdowns/dropdowns.css
@@ -1,20 +1,7 @@
.dropdown-menu {
- position: static;
- display: block;
- width: auto;
margin: 4rem auto;
}
-.dropdown-menu-macos {
- display: grid;
- gap: .25rem;
- padding: .5rem;
- border-radius: .5rem;
-}
-.dropdown-menu-macos .dropdown-item {
- border-radius: .25rem;
-}
-
.dropdown-item-danger {
color: var(--bs-red);
}
@@ -28,9 +15,7 @@
}
.btn-hover-light {
- text-align: left;
background-color: var(--bs-white);
- border-radius: .25rem;
}
.btn-hover-light:hover,
.btn-hover-light:focus {
@@ -74,3 +59,20 @@
background-color: rgba(255, 255, 255, .05);
border-color: rgba(255, 255, 255, .15);
}
+
+
+.w-220px {
+ width: 220px;
+}
+
+.w-280px {
+ width: 280px;
+}
+
+.w-340px {
+ width: 340px;
+}
+
+.w-600px {
+ width: 600px;
+}