From b083c9639fd9012e5cba57d6c4088d43b3c3e57d Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 29 Sep 2020 18:33:00 +0300 Subject: Prepare v5.0.0-alpha2. (#31748) --- dist/css/bootstrap-utilities.css | 54 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) (limited to 'dist/css/bootstrap-utilities.css') diff --git a/dist/css/bootstrap-utilities.css b/dist/css/bootstrap-utilities.css index 0d5b3fde1c..0500a70339 100644 --- a/dist/css/bootstrap-utilities.css +++ b/dist/css/bootstrap-utilities.css @@ -1,5 +1,5 @@ /*! - * Bootstrap Utilities v5.0.0-alpha1 (https://getbootstrap.com/) + * Bootstrap Utilities v5.0.0-alpha2 (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) @@ -121,6 +121,58 @@ position: sticky !important; } +.top-0 { + top: 0 !important; +} + +.top-50 { + top: 50% !important; +} + +.top-100 { + top: 100% !important; +} + +.bottom-0 { + bottom: 0 !important; +} + +.bottom-50 { + bottom: 50% !important; +} + +.bottom-100 { + bottom: 100% !important; +} + +.left-0 { + left: 0 !important; +} + +.left-50 { + left: 50% !important; +} + +.left-100 { + left: 100% !important; +} + +.right-0 { + right: 0 !important; +} + +.right-50 { + right: 50% !important; +} + +.right-100 { + right: 100% !important; +} + +.translate-middle { + transform: translateX(-50%) translateY(-50%) !important; +} + .border { border: 1px solid #dee2e6 !important; } -- cgit v1.2.3