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 'dist/css/bootstrap-grid.rtl.css')
-rw-r--r--dist/css/bootstrap-grid.rtl.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/dist/css/bootstrap-grid.rtl.css b/dist/css/bootstrap-grid.rtl.css
index 72c9ae6f9b..31a79f21c5 100644
--- a/dist/css/bootstrap-grid.rtl.css
+++ b/dist/css/bootstrap-grid.rtl.css
@@ -1,5 +1,5 @@
/*!
- * Bootstrap Grid v5.1.1 (https://getbootstrap.com/)
+ * Bootstrap Grid v5.1.2 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
@@ -102,17 +102,17 @@
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
- margin-top: calc(var(--bs-gutter-y) * -1);
- margin-left: calc(var(--bs-gutter-x) * -.5);
- margin-right: calc(var(--bs-gutter-x) * -.5);
+ margin-top: calc(-1 * var(--bs-gutter-y));
+ margin-left: calc(-0.5 * var(--bs-gutter-x));
+ margin-right: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
box-sizing: border-box;
flex-shrink: 0;
width: 100%;
max-width: 100%;
- padding-left: calc(var(--bs-gutter-x) * .5);
- padding-right: calc(var(--bs-gutter-x) * .5);
+ padding-left: calc(var(--bs-gutter-x) * 0.5);
+ padding-right: calc(var(--bs-gutter-x) * 0.5);
margin-top: var(--bs-gutter-y);
}