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-reboot.css
parentf761d8e801ddb972ca2a694a27d16c0244a59d94 (diff)
Dist (#29924)
Diffstat (limited to 'dist/css/bootstrap-reboot.css')
-rw-r--r--dist/css/bootstrap-reboot.css91
1 files changed, 60 insertions, 31 deletions
diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css
index c49a82e394..15f118853c 100644
--- a/dist/css/bootstrap-reboot.css
+++ b/dist/css/bootstrap-reboot.css
@@ -1,7 +1,7 @@
/*!
* Bootstrap Reboot 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)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/
@@ -47,19 +47,43 @@ h1, h2, h3, h4, h5, h6 {
}
h1 {
- font-size: 2.5rem;
+ font-size: calc(1.375rem + 1.5vw);
+}
+
+@media (min-width: 1200px) {
+ h1 {
+ font-size: 2.5rem;
+ }
}
h2 {
- font-size: 2rem;
+ font-size: calc(1.325rem + 0.9vw);
+}
+
+@media (min-width: 1200px) {
+ h2 {
+ font-size: 2rem;
+ }
}
h3 {
- font-size: 1.75rem;
+ font-size: calc(1.3rem + 0.6vw);
+}
+
+@media (min-width: 1200px) {
+ h3 {
+ font-size: 1.75rem;
+ }
}
h4 {
- font-size: 1.5rem;
+ font-size: calc(1.275rem + 0.3vw);
+}
+
+@media (min-width: 1200px) {
+ h4 {
+ font-size: 1.5rem;
+ }
}
h5 {
@@ -132,6 +156,11 @@ small {
font-size: 0.875em;
}
+mark {
+ padding: 0.2em;
+ background-color: #fcf8e3;
+}
+
sub,
sup {
position: relative;
@@ -150,12 +179,11 @@ sup {
a {
color: #0d6efd;
- text-decoration: none;
+ text-decoration: underline;
}
a:hover {
color: #024dbc;
- text-decoration: underline;
}
a:not([href]), a:not([href]):hover {
@@ -213,16 +241,13 @@ figure {
margin: 0 0 1rem;
}
-img {
- vertical-align: middle;
-}
-
+img,
svg {
- overflow: hidden;
vertical-align: middle;
}
table {
+ caption-side: bottom;
border-collapse: collapse;
}
@@ -231,11 +256,11 @@ caption {
padding-bottom: 0.5rem;
color: #6c757d;
text-align: left;
- caption-side: bottom;
}
th {
text-align: inherit;
+ text-align: -webkit-match-parent;
}
label {
@@ -308,7 +333,6 @@ input[type="month"] {
}
textarea {
- overflow: auto;
resize: vertical;
}
@@ -324,24 +348,33 @@ legend {
width: 100%;
padding: 0;
margin-bottom: 0.5rem;
- font-size: 1.5rem;
+ font-size: calc(1.275rem + 0.3vw);
line-height: inherit;
- color: inherit;
white-space: normal;
}
-mark {
- padding: 0.2em;
- background-color: #fcf8e3;
+@media (min-width: 1200px) {
+ legend {
+ font-size: 1.5rem;
+ }
}
-progress {
- vertical-align: baseline;
+legend + * {
+ clear: left;
}
-::-webkit-datetime-edit {
- overflow: visible;
- line-height: 0;
+::-webkit-datetime-edit-fields-wrapper,
+::-webkit-datetime-edit-text,
+::-webkit-datetime-edit-minute,
+::-webkit-datetime-edit-hour-field,
+::-webkit-datetime-edit-day-field,
+::-webkit-datetime-edit-month-field,
+::-webkit-datetime-edit-year-field {
+ padding: 0;
+}
+
+::-webkit-inner-spin-button {
+ height: auto;
}
[type="search"] {
@@ -371,12 +404,8 @@ summary {
cursor: pointer;
}
-template {
- display: none;
-}
-
-main {
- display: block;
+progress {
+ vertical-align: baseline;
}
[hidden] {