diff options
| author | Mark Otto <[email protected]> | 2020-04-13 15:34:08 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-13 15:34:08 -0700 |
| commit | febdcefcd7d65b02b9d23807d7940b1e60053f43 (patch) | |
| tree | 16b6ac57144ca5bcf8faa25bd4cdfbd6fbd86402 /dist/css/bootstrap-reboot.css | |
| parent | 232de79db8efb39a925b340a8b3de4e5834de643 (diff) | |
| parent | 1004e3e786f707853043dd427317cd4033a04211 (diff) | |
| download | bootstrap-febdcefcd7d65b02b9d23807d7940b1e60053f43.tar.xz bootstrap-febdcefcd7d65b02b9d23807d7940b1e60053f43.zip | |
Merge branch 'master' into release-drafter
Diffstat (limited to 'dist/css/bootstrap-reboot.css')
| -rw-r--r-- | dist/css/bootstrap-reboot.css | 91 |
1 files changed, 60 insertions, 31 deletions
diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css index c49a82e39..15f118853 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] { |
