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-03-28 13:29:08 +0300
committerGitHub <noreply@github.com>2020-03-28 13:29:08 +0300
commit74afe149c48e8386c4de2bbd8fab36142227f755 (patch)
treecc1bddb6ace670de15e5fd58ecdf2fa856a05bf9 /dist/css/bootstrap-utilities.css
parentf761d8e801ddb972ca2a694a27d16c0244a59d94 (diff)
Dist (#29924)
Diffstat (limited to 'dist/css/bootstrap-utilities.css')
-rw-r--r--dist/css/bootstrap-utilities.css72
1 files changed, 48 insertions, 24 deletions
diff --git a/dist/css/bootstrap-utilities.css b/dist/css/bootstrap-utilities.css
index d1a018240b..613a386fa2 100644
--- a/dist/css/bootstrap-utilities.css
+++ b/dist/css/bootstrap-utilities.css
@@ -1,7 +1,7 @@
/*!
* Bootstrap Utilities v4.3.1 (https://getbootstrap.com/)
- * Copyright 2011-2019 The Bootstrap Authors
- * Copyright 2011-2019 Twitter, Inc.
+ * Copyright 2011-2020 The Bootstrap Authors
+ * Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
.align-baseline {
@@ -84,14 +84,14 @@
display: inline-flex !important;
}
-.shadow-sm {
- box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
-}
-
.shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
+.shadow-sm {
+ box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
+}
+
.shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
@@ -1013,10 +1013,6 @@
text-align: center !important;
}
-.text-justify {
- text-align: justify !important;
-}
-
.text-primary {
color: #0d6efd !important;
}
@@ -1145,19 +1141,59 @@
text-decoration: none !important;
}
+.text-decoration-underline {
+ text-decoration: underline !important;
+}
+
+.text-decoration-line-through {
+ text-decoration: line-through !important;
+}
+
.font-italic {
font-style: italic !important;
}
+.font-normal {
+ font-style: normal !important;
+}
+
.text-break {
- overflow-wrap: break-word !important;
- word-break: break-word !important;
+ word-wrap: break-word !important;
}
.font-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
+.user-select-all {
+ -webkit-user-select: all !important;
+ -moz-user-select: all !important;
+ -ms-user-select: all !important;
+ user-select: all !important;
+}
+
+.user-select-auto {
+ -webkit-user-select: auto !important;
+ -moz-user-select: auto !important;
+ -ms-user-select: auto !important;
+ user-select: auto !important;
+}
+
+.user-select-none {
+ -webkit-user-select: none !important;
+ -moz-user-select: none !important;
+ -ms-user-select: none !important;
+ user-select: none !important;
+}
+
+.pe-none {
+ pointer-events: none !important;
+}
+
+.pe-auto {
+ pointer-events: auto !important;
+}
+
.rounded {
border-radius: 0.25rem !important;
}
@@ -1796,9 +1832,6 @@
.text-sm-center {
text-align: center !important;
}
- .text-sm-justify {
- text-align: justify !important;
- }
}
@media (min-width: 768px) {
@@ -2387,9 +2420,6 @@
.text-md-center {
text-align: center !important;
}
- .text-md-justify {
- text-align: justify !important;
- }
}
@media (min-width: 992px) {
@@ -2978,9 +3008,6 @@
.text-lg-center {
text-align: center !important;
}
- .text-lg-justify {
- text-align: justify !important;
- }
}
@media (min-width: 1200px) {
@@ -3569,9 +3596,6 @@
.text-xl-center {
text-align: center !important;
}
- .text-xl-justify {
- text-align: justify !important;
- }
}
@media print {