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-11-11 20:07:37 +0300
committerGitHub <noreply@github.com>2020-11-11 20:07:37 +0300
commit384eccbfaf3f234944f8d60ac70dd7966814c994 (patch)
tree6c05c77c6e4dda8915c0ae701e6e3361dbd41559 /dist/css/bootstrap-reboot.css
parent7ad8967367dcd6ebccb9569096ebec0f627e35ac (diff)
Prepare v5.0.0-alpha3 (#32122)v5.0.0-alpha3
Diffstat (limited to 'dist/css/bootstrap-reboot.css')
-rw-r--r--dist/css/bootstrap-reboot.css53
1 files changed, 20 insertions, 33 deletions
diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css
index a93aaa3d8f..712e68dce3 100644
--- a/dist/css/bootstrap-reboot.css
+++ b/dist/css/bootstrap-reboot.css
@@ -1,5 +1,5 @@
/*!
- * Bootstrap Reboot v5.0.0-alpha2 (https://getbootstrap.com/)
+ * Bootstrap Reboot v5.0.0-alpha3 (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)
@@ -45,7 +45,7 @@ hr:not([size]) {
height: 1px;
}
-h1, h2, h3, h4, h5, h6 {
+h6, h5, h4, h3, h2, h1 {
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
@@ -55,7 +55,6 @@ h1, h2, h3, h4, h5, h6 {
h1 {
font-size: calc(1.375rem + 1.5vw);
}
-
@media (min-width: 1200px) {
h1 {
font-size: 2.5rem;
@@ -65,7 +64,6 @@ h1 {
h2 {
font-size: calc(1.325rem + 0.9vw);
}
-
@media (min-width: 1200px) {
h2 {
font-size: 2rem;
@@ -75,7 +73,6 @@ h2 {
h3 {
font-size: calc(1.3rem + 0.6vw);
}
-
@media (min-width: 1200px) {
h3 {
font-size: 1.75rem;
@@ -85,7 +82,6 @@ h3 {
h4 {
font-size: calc(1.275rem + 0.3vw);
}
-
@media (min-width: 1200px) {
h4 {
font-size: 1.5rem;
@@ -145,7 +141,7 @@ dt {
}
dd {
- margin-bottom: .5rem;
+ margin-bottom: 0.5rem;
margin-left: 0;
}
@@ -176,18 +172,17 @@ sup {
}
sub {
- bottom: -.25em;
+ bottom: -0.25em;
}
sup {
- top: -.5em;
+ top: -0.5em;
}
a {
color: #0d6efd;
text-decoration: underline;
}
-
a:hover {
color: #0a58ca;
}
@@ -211,9 +206,7 @@ pre {
margin-bottom: 1rem;
overflow: auto;
font-size: 0.875em;
- -ms-overflow-style: scrollbar;
}
-
pre code {
font-size: inherit;
color: inherit;
@@ -225,7 +218,6 @@ code {
color: #d63384;
word-wrap: break-word;
}
-
a > code {
color: inherit;
}
@@ -237,7 +229,6 @@ kbd {
background-color: #212529;
border-radius: 0.2rem;
}
-
kbd kbd {
padding: 0;
font-size: 1em;
@@ -290,8 +281,8 @@ button {
}
button:focus {
- outline: 1px dotted;
- outline: 5px auto -webkit-focus-ring-color;
+ outline: dotted 1px;
+ outline: -webkit-focus-ring-color auto 5px;
}
input,
@@ -306,16 +297,11 @@ textarea {
}
button,
-input {
- overflow: visible;
-}
-
-button,
select {
text-transform: none;
}
-[role="button"] {
+[role=button] {
cursor: pointer;
}
@@ -328,16 +314,15 @@ select {
}
button,
-[type="button"],
-[type="reset"],
-[type="submit"] {
+[type=button],
+[type=reset],
+[type=submit] {
-webkit-appearance: button;
}
-
button:not(:disabled),
-[type="button"]:not(:disabled),
-[type="reset"]:not(:disabled),
-[type="submit"]:not(:disabled) {
+[type=button]:not(:disabled),
+[type=reset]:not(:disabled),
+[type=submit]:not(:disabled) {
cursor: pointer;
}
@@ -364,15 +349,12 @@ legend {
margin-bottom: 0.5rem;
font-size: calc(1.275rem + 0.3vw);
line-height: inherit;
- white-space: normal;
}
-
@media (min-width: 1200px) {
legend {
font-size: 1.5rem;
}
}
-
legend + * {
clear: left;
}
@@ -391,7 +373,7 @@ legend + * {
height: auto;
}
-[type="search"] {
+[type=search] {
outline-offset: -2px;
-webkit-appearance: textfield;
}
@@ -404,6 +386,10 @@ legend + * {
padding: 0;
}
+::file-selector-button {
+ font: inherit;
+}
+
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
@@ -429,4 +415,5 @@ progress {
[hidden] {
display: none !important;
}
+
/*# sourceMappingURL=bootstrap-reboot.css.map */ \ No newline at end of file