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:
authorXhmikosR <xhmikosr@gmail.com>2020-12-07 18:50:24 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-12-07 19:18:16 +0300
commit63f3d939eaceeb84dcc77a7392953bcc8c5bc0a3 (patch)
tree0ec344de98d2f51886836faa1e23fb05fba0a3c1 /dist/css/bootstrap-utilities.css
parentbc4272531b8aae5f5d3a005ec3fd101f570463d8 (diff)
Diffstat (limited to 'dist/css/bootstrap-utilities.css')
-rw-r--r--dist/css/bootstrap-utilities.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/dist/css/bootstrap-utilities.css b/dist/css/bootstrap-utilities.css
index 70120ee2ec..7a50a03dfa 100644
--- a/dist/css/bootstrap-utilities.css
+++ b/dist/css/bootstrap-utilities.css
@@ -1,5 +1,5 @@
/*!
- * Bootstrap Utilities v5.0.0-alpha3 (https://getbootstrap.com/)
+ * Bootstrap Utilities v5.0.0-beta1 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
@@ -182,7 +182,15 @@
}
.translate-middle {
- transform: translateX(-50%) translateY(-50%) !important;
+ transform: translate(-50%, -50%) !important;
+}
+
+.translate-middle-x {
+ transform: translateX(-50%) !important;
+}
+
+.translate-middle-y {
+ transform: translateY(-50%) !important;
}
.border {