1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 16:44:17 +02:00
This commit is contained in:
XhmikosR
2020-12-07 17:50:24 +02:00
parent bc4272531b
commit 63f3d939ea
75 changed files with 2327 additions and 3255 deletions

View File

@@ -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 {