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
path: root/scss
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2022-02-25 19:53:17 +0300
committerMark Otto <otto@github.com>2022-03-01 01:02:51 +0300
commitc0f30366ace5f607e0b70a0e0034d2e8254bad9b (patch)
tree727f42db5c00eedaf2cf9c07f188f15014d2fb6a /scss
parentefc59146671bb671993353cc1f0a0daff1bfe554 (diff)
Add centered dropdown and dropup options
Diffstat (limited to 'scss')
-rw-r--r--scss/_dropdown.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss
index 2a9a6646f8..877579ea03 100644
--- a/scss/_dropdown.scss
+++ b/scss/_dropdown.scss
@@ -2,7 +2,9 @@
.dropup,
.dropend,
.dropdown,
-.dropstart {
+.dropstart,
+.dropup-center,
+.dropdown-center {
position: relative;
}