diff options
| author | lucascono <[email protected]> | 2017-10-04 05:33:17 -0300 |
|---|---|---|
| committer | lucascono <[email protected]> | 2017-10-04 05:33:17 -0300 |
| commit | 8c04a74c8c7f0174ea08bc02fa3762f49bf615a3 (patch) | |
| tree | db9d6923c082243d765c57885992db8dd26a70b5 /dist/css/bootstrap.css | |
| parent | 9aff890efa3798f831b714c41794c9fee0684bae (diff) | |
| parent | b29b1e155880ac953899889c9cbb67f7f7df0529 (diff) | |
| download | bootstrap-8c04a74c8c7f0174ea08bc02fa3762f49bf615a3.tar.xz bootstrap-8c04a74c8c7f0174ea08bc02fa3762f49bf615a3.zip | |
Merge remote-tracking branch 'refs/remotes/twbs/v4-dev' into v4-dev
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 1962 |
1 files changed, 1059 insertions, 903 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index fdc011426..928583889 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1,9 +1,40 @@ /*! - * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com) + * Bootstrap v4.0.0-beta (https://getbootstrap.com) * Copyright 2011-2017 The Bootstrap Authors * Copyright 2011-2017 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ +:root { + --blue: #007bff; + --indigo: #6610f2; + --purple: #6f42c1; + --pink: #e83e8c; + --red: #dc3545; + --orange: #fd7e14; + --yellow: #ffc107; + --green: #28a745; + --teal: #20c997; + --cyan: #17a2b8; + --white: #fff; + --gray: #868e96; + --gray-dark: #343a40; + --primary: #007bff; + --secondary: #868e96; + --success: #28a745; + --info: #17a2b8; + --warning: #ffc107; + --danger: #dc3545; + --light: #f8f9fa; + --dark: #343a40; + --breakpoint-xs: 0; + --breakpoint-sm: 576px; + --breakpoint-md: 768px; + --breakpoint-lg: 992px; + --breakpoint-xl: 1200px; + --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; +} + @media print { *, *::before, @@ -62,8 +93,13 @@ } } -html { +*, +*::before, +*::after { box-sizing: border-box; +} + +html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; @@ -72,12 +108,6 @@ html { -webkit-tap-highlight-color: transparent; } -*, -*::before, -*::after { - box-sizing: inherit; -} - @-ms-viewport { width: device-width; } @@ -88,11 +118,12 @@ article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, s body { margin: 0; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; font-weight: normal; line-height: 1.5; color: #212529; + text-align: left; background-color: #fff; } @@ -225,6 +256,7 @@ pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; + -ms-overflow-style: scrollbar; } figure { @@ -244,7 +276,7 @@ a, area, button, [role="button"], -input, +input:not([type=range]), label, select, summary, @@ -266,7 +298,7 @@ caption { } th { - text-align: left; + text-align: inherit; } label { @@ -274,6 +306,10 @@ label { margin-bottom: .5rem; } +button { + border-radius: 0; +} + button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; @@ -544,7 +580,7 @@ code, kbd, pre, samp { - font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } code { @@ -597,11 +633,11 @@ pre code { } .container { - margin-right: auto; - margin-left: auto; + width: 100%; padding-right: 15px; padding-left: 15px; - width: 100%; + margin-right: auto; + margin-left: auto; } @media (min-width: 576px) { @@ -630,11 +666,10 @@ pre code { .container-fluid { width: 100%; - margin-right: auto; - margin-left: auto; padding-right: 15px; padding-left: 15px; - width: 100%; + margin-right: auto; + margin-left: auto; } .row { @@ -757,6 +792,11 @@ pre code { max-width: 100%; } +.order-first { + -ms-flex-order: -1; + order: -1; +} + .order-1 { -ms-flex-order: 1; order: 1; @@ -817,6 +857,50 @@ pre code { order: 12; } +.offset-1 { + margin-left: 8.333333%; +} + +.offset-2 { + margin-left: 16.666667%; +} + +.offset-3 { + margin-left: 25%; +} + +.offset-4 { + margin-left: 33.333333%; +} + +.offset-5 { + margin-left: 41.666667%; +} + +.offset-6 { + margin-left: 50%; +} + +.offset-7 { + margin-left: 58.333333%; +} + +.offset-8 { + margin-left: 66.666667%; +} + +.offset-9 { + margin-left: 75%; +} + +.offset-10 { + margin-left: 83.333333%; +} + +.offset-11 { + margin-left: 91.666667%; +} + @media (min-width: 576px) { .col-sm { -ms-flex-preferred-size: 0; @@ -891,6 +975,10 @@ pre code { flex: 0 0 100%; max-width: 100%; } + .order-sm-first { + -ms-flex-order: -1; + order: -1; + } .order-sm-1 { -ms-flex-order: 1; order: 1; @@ -939,6 +1027,42 @@ pre code { -ms-flex-order: 12; order: 12; } + .offset-sm-0 { + margin-left: 0%; + } + .offset-sm-1 { + margin-left: 8.333333%; + } + .offset-sm-2 { + margin-left: 16.666667%; + } + .offset-sm-3 { + margin-left: 25%; + } + .offset-sm-4 { + margin-left: 33.333333%; + } + .offset-sm-5 { + margin-left: 41.666667%; + } + .offset-sm-6 { + margin-left: 50%; + } + .offset-sm-7 { + margin-left: 58.333333%; + } + .offset-sm-8 { + margin-left: 66.666667%; + } + .offset-sm-9 { + margin-left: 75%; + } + .offset-sm-10 { + margin-left: 83.333333%; + } + .offset-sm-11 { + margin-left: 91.666667%; + } } @media (min-width: 768px) { @@ -1015,6 +1139,10 @@ pre code { flex: 0 0 100%; max-width: 100%; } + .order-md-first { + -ms-flex-order: -1; + order: -1; + } .order-md-1 { -ms-flex-order: 1; order: 1; @@ -1063,6 +1191,42 @@ pre code { -ms-flex-order: 12; order: 12; } + .offset-md-0 { + margin-left: 0%; + } + .offset-md-1 { + margin-left: 8.333333%; + } + .offset-md-2 { + margin-left: 16.666667%; + } + .offset-md-3 { + margin-left: 25%; + } + .offset-md-4 { + margin-left: 33.333333%; + } + .offset-md-5 { + margin-left: 41.666667%; + } + .offset-md-6 { + margin-left: 50%; + } + .offset-md-7 { + margin-left: 58.333333%; + } + .offset-md-8 { + margin-left: 66.666667%; + } + .offset-md-9 { + margin-left: 75%; + } + .offset-md-10 { + margin-left: 83.333333%; + } + .offset-md-11 { + margin-left: 91.666667%; + } } @media (min-width: 992px) { @@ -1139,6 +1303,10 @@ pre code { flex: 0 0 100%; max-width: 100%; } + .order-lg-first { + -ms-flex-order: -1; + order: -1; + } .order-lg-1 { -ms-flex-order: 1; order: 1; @@ -1187,6 +1355,42 @@ pre code { -ms-flex-order: 12; order: 12; } + .offset-lg-0 { + margin-left: 0%; + } + .offset-lg-1 { + margin-left: 8.333333%; + } + .offset-lg-2 { + margin-left: 16.666667%; + } + .offset-lg-3 { + margin-left: 25%; + } + .offset-lg-4 { + margin-left: 33.333333%; + } + .offset-lg-5 { + margin-left: 41.666667%; + } + .offset-lg-6 { + margin-left: 50%; + } + .offset-lg-7 { + margin-left: 58.333333%; + } + .offset-lg-8 { + margin-left: 66.666667%; + } + .offset-lg-9 { + margin-left: 75%; + } + .offset-lg-10 { + margin-left: 83.333333%; + } + .offset-lg-11 { + margin-left: 91.666667%; + } } @media (min-width: 1200px) { @@ -1263,6 +1467,10 @@ pre code { flex: 0 0 100%; max-width: 100%; } + .order-xl-first { + -ms-flex-order: -1; + order: -1; + } .order-xl-1 { -ms-flex-order: 1; order: 1; @@ -1311,6 +1519,42 @@ pre code { -ms-flex-order: 12; order: 12; } + .offset-xl-0 { + margin-left: 0%; + } + .offset-xl-1 { + margin-left: 8.333333%; + } + .offset-xl-2 { + margin-left: 16.666667%; + } + .offset-xl-3 { + margin-left: 25%; + } + .offset-xl-4 { + margin-left: 33.333333%; + } + .offset-xl-5 { + margin-left: 41.666667%; + } + .offset-xl-6 { + margin-left: 50%; + } + .offset-xl-7 { + margin-left: 58.333333%; + } + .offset-xl-8 { + margin-left: 66.666667%; + } + .offset-xl-9 { + margin-left: 75%; + } + .offset-xl-10 { + margin-left: 83.333333%; + } + .offset-xl-11 { + margin-left: 91.666667%; + } } .table { @@ -1502,62 +1746,116 @@ pre code { background-color: rgba(0, 0, 0, 0.075); } -.thead-inverse th { +.table .thead-dark th { color: #fff; background-color: #212529; + border-color: #32383e; } -.thead-default th { +.table .thead-light th { color: #495057; background-color: #e9ecef; + border-color: #e9ecef; } -.table-inverse { +.table-dark { color: #fff; background-color: #212529; } -.table-inverse th, -.table-inverse td, -.table-inverse thead th { +.table-dark th, +.table-dark td, +.table-dark thead th { border-color: #32383e; } -.table-inverse.table-bordered { +.table-dark.table-bordered { border: 0; } -.table-inverse.table-striped tbody tr:nth-of-type(odd) { +.table-dark.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(255, 255, 255, 0.05); } -.table-inverse.table-hover tbody tr:hover { +.table-dark.table-hover tbody tr:hover { background-color: rgba(255, 255, 255, 0.075); } +@media (max-width: 575px) { + .table-responsive-sm { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + -ms-overflow-style: -ms-autohiding-scrollbar; + } + .table-responsive-sm.table-bordered { + border: 0; + } +} + +@media (max-width: 767px) { + .table-responsive-md { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + -ms-overflow-style: -ms-autohiding-scrollbar; + } + .table-responsive-md.table-bordered { + border: 0; + } +} + @media (max-width: 991px) { - .table-responsive { + .table-responsive-lg { display: block; width: 100%; overflow-x: auto; + -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } - .table-responsive.table-bordered { + .table-responsive-lg.table-bordered { border: 0; } } +@media (max-width: 1199px) { + .table-responsive-xl { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + -ms-overflow-style: -ms-autohiding-scrollbar; + } + .table-responsive-xl.table-bordered { + border: 0; + } +} + +.table-responsive { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + -ms-overflow-style: -ms-autohiding-scrollbar; +} + +.table-responsive.table-bordered { + border: 0; +} + .form-control { display: block; width: 100%; - padding: 0.5rem 0.75rem; + padding: 0.375rem 0.75rem; font-size: 1rem; - line-height: 1.25; + line-height: 1.5; color: #495057; background-color: #fff; background-image: none; background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid #ced4da; border-radius: 0.25rem; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } @@ -1609,35 +1907,39 @@ select.form-control:focus::-ms-value { } .col-form-label { - padding-top: calc(0.5rem - 1px * 2); - padding-bottom: calc(0.5rem - 1px * 2); + padding-top: calc(0.375rem + 1px); + padding-bottom: calc(0.375rem + 1px); margin-bottom: 0; + line-height: 1.5; } .col-form-label-lg { - padding-top: calc(0.5rem - 1px * 2); - padding-bottom: calc(0.5rem - 1px * 2); + padding-top: calc(0.5rem + 1px); + padding-bottom: calc(0.5rem + 1px); font-size: 1.25rem; + line-height: 1.5; } .col-form-label-sm { - padding-top: calc(0.25rem - 1px * 2); - padding-bottom: calc(0.25rem - 1px * 2); + padding-top: calc(0.25rem + 1px); + padding-bottom: calc(0.25rem + 1px); font-size: 0.875rem; + line-height: 1.5; } .col-form-legend { - padding-top: 0.5rem; - padding-bottom: 0.5rem; + padding-top: 0.375rem; + padding-bottom: 0.375rem; margin-bottom: 0; font-size: 1rem; } .form-control-plaintext { - padding-top: 0.5rem; - padding-bottom: 0.5rem; + padding-top: 0.375rem; + padding-bottom: 0.375rem; margin-bottom: 0; - line-height: 1.25; + line-height: 1.5; + background-color: transparent; border: solid transparent; border-width: 1px 0; } @@ -1678,7 +1980,7 @@ select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.for select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), .input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) { - height: calc(2.3125rem + 2px); + height: calc(2.875rem + 2px); } .form-group { @@ -1726,30 +2028,23 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for margin-left: -1.25rem; } -.form-check-input:only-child { - position: static; -} - .form-check-inline { display: inline-block; + margin-right: 0.75rem; } .form-check-inline .form-check-label { vertical-align: middle; } -.form-check-inline + .form-check-inline { - margin-left: 0.75rem; -} - -.invalid-feedback { +.valid-feedback { display: none; margin-top: .25rem; font-size: .875rem; - color: #dc3545; + color: #28a745; } -.invalid-tooltip { +.valid-tooltip { position: absolute; top: 100%; z-index: 5; @@ -1760,7 +2055,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for font-size: .875rem; line-height: 1; color: #fff; - background-color: rgba(220, 53, 69, 0.8); + background-color: rgba(40, 167, 69, 0.8); border-radius: .2rem; } @@ -1776,14 +2071,14 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } -.was-validated .form-control:valid ~ .invalid-feedback, -.was-validated .form-control:valid ~ .invalid-tooltip, .form-control.is-valid ~ .invalid-feedback, -.form-control.is-valid ~ .invalid-tooltip, .was-validated -.custom-select:valid ~ .invalid-feedback, +.was-validated .form-control:valid ~ .valid-feedback, +.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, +.form-control.is-valid ~ .valid-tooltip, .was-validated +.custom-select:valid ~ .valid-feedback, .was-validated -.custom-select:valid ~ .invalid-tooltip, -.custom-select.is-valid ~ .invalid-feedback, -.custom-select.is-valid ~ .invalid-tooltip { +.custom-select:valid ~ .valid-tooltip, +.custom-select.is-valid ~ .valid-feedback, +.custom-select.is-valid ~ .valid-tooltip { display: block; } @@ -1811,6 +2106,28 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } +.invalid-feedback { + display: none; + margin-top: .25rem; + font-size: .875rem; + color: #dc3545; +} + +.invalid-tooltip { + position: absolute; + top: 100%; + z-index: 5; + display: none; + width: 250px; + padding: .5rem; + margin-top: .1rem; + font-size: .875rem; + line-height: 1; + color: #fff; + background-color: rgba(220, 53, 69, 0.8); + border-radius: .2rem; +} + .was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid { @@ -1958,11 +2275,11 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for -ms-user-select: none; user-select: none; border: 1px solid transparent; - padding: 0.5rem 0.75rem; + padding: 0.375rem 0.75rem; font-size: 1rem; - line-height: 1.25; + line-height: 1.5; border-radius: 0.25rem; - transition: all 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } .btn:focus, .btn:hover { @@ -2393,7 +2710,7 @@ fieldset[disabled] a.btn { } .btn-outline-light:hover { - color: #fff; + color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } @@ -2409,7 +2726,7 @@ fieldset[disabled] a.btn { .btn-outline-light:active, .btn-outline-light.active, .show > .btn-outline-light.dropdown-toggle { - color: #fff; + color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } @@ -2446,34 +2763,23 @@ fieldset[disabled] a.btn { .btn-link { font-weight: normal; color: #007bff; - border-radius: 0; -} - -.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled { background-color: transparent; } -.btn-link, .btn-link:focus, .btn-link:active { - border-color: transparent; - box-shadow: none; -} - .btn-link:hover { - border-color: transparent; -} - -.btn-link:focus, .btn-link:hover { color: #0056b3; text-decoration: underline; background-color: transparent; + border-color: transparent; } -.btn-link:disabled { - color: #868e96; +.btn-link:focus, .btn-link.focus { + border-color: transparent; + box-shadow: none; } -.btn-link:disabled:focus, .btn-link:disabled:hover { - text-decoration: none; +.btn-link:disabled, .btn-link.disabled { + color: #868e96; } .btn-lg, .btn-group-lg > .btn { @@ -2551,6 +2857,7 @@ tbody.collapse.show { content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; + border-bottom: 0; border-left: 0.3em solid transparent; } @@ -2564,8 +2871,20 @@ tbody.collapse.show { } .dropup .dropdown-toggle::after { + display: inline-block; + width: 0; + height: 0; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; border-top: 0; + border-right: 0.3em solid transparent; border-bottom: 0.3em solid; + border-left: 0.3em solid transparent; +} + +.dropup .dropdown-toggle:empty::after { + margin-left: 0; } .dropdown-menu { @@ -2625,10 +2944,6 @@ tbody.collapse.show { background-color: transparent; } -.show > a { - outline: 0; -} - .dropdown-menu.show { display: block; } @@ -2655,7 +2970,6 @@ tbody.collapse.show { position: relative; -ms-flex: 0 1 auto; flex: 0 1 auto; - margin-bottom: 0; } .btn-group > .btn:hover, @@ -2752,8 +3066,6 @@ tbody.collapse.show { } .btn-group-vertical { - display: -ms-inline-flexbox; - display: inline-flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-align: start; @@ -2817,6 +3129,8 @@ tbody.collapse.show { position: relative; display: -ms-flexbox; display: flex; + -ms-flex-align: stretch; + align-items: stretch; width: 100%; } @@ -2851,19 +3165,18 @@ tbody.collapse.show { .input-group-addon, .input-group-btn { white-space: nowrap; - vertical-align: middle; } .input-group-addon { - padding: 0.5rem 0.75rem; + padding: 0.375rem 0.75rem; margin-bottom: 0; font-size: 1rem; font-weight: normal; - line-height: 1.25; + line-height: 1.5; color: #495057; text-align: center; background-color: #e9ecef; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid #ced4da; border-radius: 0.25rem; } @@ -2920,6 +3233,8 @@ tbody.collapse.show { .input-group-btn { position: relative; + -ms-flex-align: stretch; + align-items: stretch; font-size: 0; white-space: nowrap; } @@ -2936,6 +3251,10 @@ tbody.collapse.show { z-index: 3; } +.input-group-btn:first-child > .btn + .btn { + margin-left: 0; +} + .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group { margin-right: -1px; @@ -2944,6 +3263,11 @@ tbody.collapse.show { .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group { z-index: 2; + margin-left: 0; +} + +.input-group-btn:not(:first-child) > .btn:first-child, +.input-group-btn:not(:first-child) > .btn-group:first-child { margin-left: -1px; } @@ -3050,12 +3374,12 @@ tbody.collapse.show { max-width: 100%; height: calc(2.25rem + 2px); padding: 0.375rem 1.75rem 0.375rem 0.75rem; - line-height: 1.25; + line-height: 1.5; color: #495057; vertical-align: middle; background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center; background-size: 8px 10px; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid #ced4da; border-radius: 0.25rem; -webkit-appearance: none; -moz-appearance: none; @@ -3072,6 +3396,11 @@ tbody.collapse.show { background-color: #fff; } +.custom-select[multiple] { + height: auto; + background-image: none; +} + .custom-select:disabled { color: #868e96; background-color: #e9ecef; @@ -3092,26 +3421,30 @@ tbody.collapse.show { position: relative; display: inline-block; max-width: 100%; - height: 2.5rem; + height: calc(2.25rem + 2px); margin-bottom: 0; } .custom-file-input { min-width: 14rem; max-width: 100%; - height: 2.5rem; + height: calc(2.25rem + 2px); margin: 0; opacity: 0; } +.custom-file-input:focus ~ .custom-file-control { + box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff; +} + .custom-file-control { position: absolute; top: 0; right: 0; left: 0; z-index: 5; - height: 2.5rem; - padding: 0.5rem 1rem; + height: calc(2.25rem + 2px); + padding: 0.375rem 0.75rem; line-height: 1.5; color: #495057; pointer-events: none; @@ -3120,7 +3453,7 @@ tbody.collapse.show { -ms-user-select: none; user-select: none; background-color: #fff; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid #ced4da; border-radius: 0.25rem; } @@ -3135,12 +3468,12 @@ tbody.collapse.show { bottom: -1px; z-index: 6; display: block; - height: 2.5rem; - padding: 0.5rem 1rem; + height: calc(2.25rem + 2px); + padding: 0.375rem 0.75rem; line-height: 1.5; color: #495057; background-color: #e9ecef; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid #ced4da; border-radius: 0 0.25rem 0.25rem 0; } @@ -3213,7 +3546,7 @@ tbody.collapse.show { } .nav-pills .nav-link.active, -.show > .nav-pills .nav-link { +.nav-pills .show > .nav-link { color: #fff; background-color: #007bff; } @@ -3308,6 +3641,8 @@ tbody.collapse.show { .navbar-collapse { -ms-flex-preferred-size: 100%; flex-basis: 100%; + -ms-flex-positive: 1; + flex-grow: 1; -ms-flex-align: center; align-items: center; } @@ -3345,10 +3680,8 @@ tbody.collapse.show { @media (min-width: 576px) { .navbar-expand-sm { - -ms-flex-direction: row; - flex-direction: row; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; -ms-flex-pack: start; justify-content: flex-start; } @@ -3375,6 +3708,8 @@ tbody.collapse.show { .navbar-expand-sm .navbar-collapse { display: -ms-flexbox !important; display: flex !important; + -ms-flex-preferred-size: auto; + flex-basis: auto; } .navbar-expand-sm .navbar-toggler { display: none; @@ -3391,10 +3726,8 @@ tbody.collapse.show { @media (min-width: 768px) { .navbar-expand-md { - -ms-flex-direction: row; - flex-direction: row; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; -ms-flex-pack: start; justify-content: flex-start; } @@ -3421,6 +3754,8 @@ tbody.collapse.show { .navbar-expand-md .navbar-collapse { display: -ms-flexbox !important; display: flex !important; + -ms-flex-preferred-size: auto; + flex-basis: auto; } .navbar-expand-md .navbar-toggler { display: none; @@ -3437,10 +3772,8 @@ tbody.collapse.show { @media (min-width: 992px) { .navbar-expand-lg { - -ms-flex-direction: row; - flex-direction: row; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; -ms-flex-pack: start; justify-content: flex-start; } @@ -3467,6 +3800,8 @@ tbody.collapse.show { .navbar-expand-lg .navbar-collapse { display: -ms-flexbox !important; display: flex !important; + -ms-flex-preferred-size: auto; + flex-basis: auto; } .navbar-expand-lg .navbar-toggler { display: none; @@ -3483,10 +3818,8 @@ tbody.collapse.show { @media (min-width: 1200px) { .navbar-expand-xl { - -ms-flex-direction: row; - flex-direction: row; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; -ms-flex-pack: start; justify-content: flex-start; } @@ -3513,6 +3846,8 @@ tbody.collapse.show { .navbar-expand-xl .navbar-collapse { display: -ms-flexbox !important; display: flex !important; + -ms-flex-preferred-size: auto; + flex-basis: auto; } .navbar-expand-xl .navbar-toggler { display: none; @@ -3520,10 +3855,8 @@ tbody.collapse.show { } .navbar-expand { - -ms-flex-direction: row; - flex-direction: row; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; -ms-flex-pack: start; justify-content: flex-start; } @@ -3562,6 +3895,8 @@ tbody.collapse.show { .navbar-expand .navbar-collapse { display: -ms-flexbox !important; display: flex !important; + -ms-flex-preferred-size: auto; + flex-basis: auto; } .navbar-expand .navbar-toggler { @@ -3608,6 +3943,14 @@ tbody.collapse.show { color: rgba(0, 0, 0, 0.5); } +.navbar-light .navbar-text a { + color: rgba(0, 0, 0, 0.9); +} + +.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover { + color: rgba(0, 0, 0, 0.9); +} + .navbar-dark .navbar-brand { color: white; } @@ -3648,6 +3991,14 @@ tbody.collapse.show { color: rgba(255, 255, 255, 0.5); } +.navbar-dark .navbar-text a { + color: white; +} + +.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover { + color: white; +} + .card { position: relative; display: -ms-flexbox; @@ -3662,6 +4013,11 @@ tbody.collapse.show { border-radius: 0.25rem; } +.card > hr { + margin-right: 0; + margin-left: 0; +} + .card-body { -ms-flex: 1 1 auto; flex: 1 1 auto; @@ -3710,6 +4066,10 @@ tbody.collapse.show { border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; } +.card-header + .list-group .list-group-item:first-child { + border-top: 0; +} + .card-footer { padding: 0.75rem 1.25rem; background-color: rgba(0, 0, 0, 0.03); @@ -3758,10 +4118,19 @@ tbody.collapse.show { border-bottom-left-radius: calc(0.25rem - 1px); } +.card-deck { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; +} + +.card-deck .card { + margin-bottom: 15px; +} + @media (min-width: 576px) { .card-deck { - display: -ms-flexbox; - display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap; margin-right: -15px; @@ -3775,20 +4144,31 @@ tbody.collapse.show { -ms-flex-direction: column; flex-direction: column; margin-right: 15px; + margin-bottom: 0; margin-left: 15px; } } +.card-group { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; +} + +.card-group .card { + margin-bottom: 15px; +} + @media (min-width: 576px) { .card-group { - display: -ms-flexbox; - display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap; } .card-group .card { -ms-flex: 1 0 0%; flex: 1 0 0%; + margin-bottom: 0; } .card-group .card + .card { margin-left: 0; @@ -3814,13 +4194,16 @@ tbody.collapse.show { .card-group .card:last-child .card-img-bottom { border-bottom-left-radius: 0; } - .card-group .card:not(:first-child):not(:last-child) { + .card-group .card:not(:first-child):not(:last-child):not(:only-child) { border-radius: 0; } - .card-group .card:not(:first-child):not(:last-child) .card-img-top, - .card-group .card:not(:first-child):not(:last-child) .card-img-bottom { + .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, + .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom { border-radius: 0; } + .card-group .card:only-child { + border-radius: 0.25rem; + } } .card-columns .card { @@ -3841,6 +4224,10 @@ tbody.collapse.show { } .breadcrumb { + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; padding: 0.75rem 1rem; margin-bottom: 1rem; list-style: none; @@ -3848,16 +4235,6 @@ tbody.collapse.show { border-radius: 0.25rem; } -.breadcrumb::after { - display: block; - clear: both; - content: ""; -} - -.breadcrumb-item { - float: left; -} - .breadcrumb-item + .breadcrumb-item::before { display: inline-block; padding-right: 0.5rem; @@ -3967,7 +4344,6 @@ tbody.collapse.show { font-size: 75%; font-weight: bold; line-height: 1; - color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; @@ -4097,6 +4473,7 @@ tbody.collapse.show { } .alert { + position: relative; padding: 0.75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; @@ -4112,9 +4489,9 @@ tbody.collapse.show { } .alert-dismissible .close { - position: relative; - top: -0.75rem; - right: -1.25rem; + position: absolute; + top: 0; + right: 0; padding: 0.75rem 1.25rem; color: inherit; } @@ -4252,20 +4629,22 @@ tbody.collapse.show { .progress { display: -ms-flexbox; display: flex; + height: 1rem; overflow: hidden; font-size: 0.75rem; - line-height: 1rem; - text-align: center; background-color: #e9ecef; border-radius: 0.25rem; } .progress-bar { - height: 1rem; - line-height: 1rem; + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: center; + justify-content: center; color: #fff; background-color: #007bff; - transition: width 0.6s ease; } .progress-bar-striped { @@ -4354,10 +4733,15 @@ tbody.collapse.show { .list-group-flush .list-group-item { border-right: 0; + border-bottom: 0; border-left: 0; border-radius: 0; } +.list-group-flush .list-group-item:first-child { + border-top: 0; +} + .list-group-flush:first-child .list-group-item:first-child { border-top: 0; } @@ -4619,6 +5003,7 @@ button.close { position: relative; width: auto; margin: 10px; + pointer-events: none; } .modal-content { @@ -4627,6 +5012,7 @@ button.close { display: flex; -ms-flex-direction: column; flex-direction: column; + pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); @@ -4655,12 +5041,19 @@ button.close { .modal-header { display: -ms-flexbox; display: flex; - -ms-flex-align: center; - align-items: center; + -ms-flex-align: start; + align-items: flex-start; -ms-flex-pack: justify; justify-content: space-between; padding: 15px; border-bottom: 1px solid #e9ecef; + border-top-left-radius: 0.3rem; + border-top-right-radius: 0.3rem; +} + +.modal-header .close { + padding: 15px; + margin: -15px -15px -15px auto; } .modal-title { @@ -4723,7 +5116,7 @@ button.close { z-index: 1070; display: block; margin: 0; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-style: normal; font-weight: normal; line-height: 1.5; @@ -4837,7 +5230,7 @@ button.close { display: block; max-width: 276px; padding: 1px; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-style: normal; font-weight: normal; line-height: 1.5; @@ -5294,6 +5687,10 @@ a.bg-dark:focus, a.bg-dark:hover { background-color: #1d2124 !important; } +.bg-white { + background-color: #fff !important; +} + .bg-transparent { background-color: transparent !important; } @@ -5354,6 +5751,10 @@ a.bg-dark:focus, a.bg-dark:hover { border-color: #343a40 !important; } +.border-white { + border-color: #fff !important; +} + .rounded { border-radius: 0.25rem !important; } @@ -5379,11 +5780,11 @@ a.bg-dark:focus, a.bg-dark:hover { } .rounded-circle { - border-radius: 50%; + border-radius: 50% !important; } .rounded-0 { - border-radius: 0; + border-radius: 0 !important; } .clearfix::after { @@ -5412,6 +5813,10 @@ a.bg-dark:focus, a.bg-dark:hover { display: table !important; } +.d-table-row { + display: table-row !important; +} + .d-table-cell { display: table-cell !important; } @@ -5442,6 +5847,9 @@ a.bg-dark:focus, a.bg-dark:hover { .d-sm-table { display: table !important; } + .d-sm-table-row { + display: table-row !important; + } .d-sm-table-cell { display: table-cell !important; } @@ -5471,6 +5879,9 @@ a.bg-dark:focus, a.bg-dark:hover { .d-md-table { display: table !important; } + .d-md-table-row { + display: table-row !important; + } .d-md-table-cell { display: table-cell !important; } @@ -5500,6 +5911,9 @@ a.bg-dark:focus, a.bg-dark:hover { .d-lg-table { display: table !important; } + .d-lg-table-row { + display: table-row !important; + } .d-lg-table-cell { display: table-cell !important; } @@ -5529,6 +5943,9 @@ a.bg-dark:focus, a.bg-dark:hover { .d-xl-table { display: table !important; } + .d-xl-table-row { + display: table-row !important; + } .d-xl-table-cell { display: table-cell !important; } @@ -6302,6 +6719,27 @@ a.bg-dark:focus, a.bg-dark:hover { } } +.position-static { + position: static !important; +} + +.position-relative { + position: relative !important; +} + +.position-absolute { + position: absolute !important; +} + +.position-fixed { + position: fixed !important; +} + +.position-sticky { + position: -webkit-sticky !important; + position: sticky !important; +} + .fixed-top { position: fixed; top: 0; @@ -6395,1598 +6833,1312 @@ a.bg-dark:focus, a.bg-dark:hover { margin: 0 !important; } -.mt-0 { +.mt-0, +.my-0 { margin-top: 0 !important; } -.mr-0 { +.mr-0, +.mx-0 { margin-right: 0 !important; } -.mb-0 { +.mb-0, +.my-0 { margin-bottom: 0 !important; } -.ml-0 { - margin-left: 0 !important; -} - +.ml-0, .mx-0 { - margin-right: 0 !important; margin-left: 0 !important; } -.my-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; -} - .m-1 { margin: 0.25rem !important; } -.mt-1 { +.mt-1, +.my-1 { margin-top: 0.25rem !important; } -.mr-1 { +.mr-1, +.mx-1 { margin-right: 0.25rem !important; } -.mb-1 { +.mb-1, +.my-1 { margin-bottom: 0.25rem !important; } -.ml-1 { - margin-left: 0.25rem !important; -} - +.ml-1, .mx-1 { - margin-right: 0.25rem !important; margin-left: 0.25rem !important; } -.my-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; -} - .m-2 { margin: 0.5rem !important; } -.mt-2 { +.mt-2, +.my-2 { margin-top: 0.5rem !important; } -.mr-2 { +.mr-2, +.mx-2 { margin-right: 0.5rem !important; } -.mb-2 { +.mb-2, +.my-2 { margin-bottom: 0.5rem !important; } -.ml-2 { - margin-left: 0.5rem !important; -} - +.ml-2, .mx-2 { - margin-right: 0.5rem !important; margin-left: 0.5rem !important; } -.my-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; -} - .m-3 { margin: 1rem !important; } -.mt-3 { +.mt-3, +.my-3 { margin-top: 1rem !important; } -.mr-3 { +.mr-3, +.mx-3 { margin-right: 1rem !important; } -.mb-3 { +.mb-3, +.my-3 { margin-bottom: 1rem !important; } -.ml-3 { - margin-left: 1rem !important; -} - +.ml-3, .mx-3 { - margin-right: 1rem !important; margin-left: 1rem !important; } -.my-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; -} - .m-4 { margin: 1.5rem !important; } -.mt-4 { +.mt-4, +.my-4 { margin-top: 1.5rem !important; } -.mr-4 { +.mr-4, +.mx-4 { margin-right: 1.5rem !important; } -.mb-4 { +.mb-4, +.my-4 { margin-bottom: 1.5rem !important; } -.ml-4 { - margin-left: 1.5rem !important; -} - +.ml-4, .mx-4 { - margin-right: 1.5rem !important; margin-left: 1.5rem !important; } -.my-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; -} - .m-5 { margin: 3rem !important; } -.mt-5 { +.mt-5, +.my-5 { margin-top: 3rem !important; } -.mr-5 { +.mr-5, +.mx-5 { margin-right: 3rem !important; } -.mb-5 { +.mb-5, +.my-5 { margin-bottom: 3rem !important; } -.ml-5 { - margin-left: 3rem !important; -} - +.ml-5, .mx-5 { - margin-right: 3rem !important; margin-left: 3rem !important; } -.my-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; -} - .p-0 { padding: 0 !important; } -.pt-0 { +.pt-0, +.py-0 { padding-top: 0 !important; } -.pr-0 { +.pr-0, +.px-0 { padding-right: 0 !important; } -.pb-0 { +.pb-0, +.py-0 { padding-bottom: 0 !important; } -.pl-0 { - padding-left: 0 !important; -} - +.pl-0, .px-0 { - padding-right: 0 !important; padding-left: 0 !important; } -.py-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; -} - .p-1 { padding: 0.25rem !important; } -.pt-1 { +.pt-1, +.py-1 { padding-top: 0.25rem !important; } -.pr-1 { +.pr-1, +.px-1 { padding-right: 0.25rem !important; } -.pb-1 { +.pb-1, +.py-1 { padding-bottom: 0.25rem !important; } -.pl-1 { - padding-left: 0.25rem !important; -} - +.pl-1, .px-1 { - padding-right: 0.25rem !important; padding-left: 0.25rem !important; } -.py-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; -} - .p-2 { padding: 0.5rem !important; } -.pt-2 { +.pt-2, +.py-2 { padding-top: 0.5rem !important; } -.pr-2 { +.pr-2, +.px-2 { padding-right: 0.5rem !important; } -.pb-2 { +.pb-2, +.py-2 { padding-bottom: 0.5rem !important; } -.pl-2 { - padding-left: 0.5rem !important; -} - +.pl-2, .px-2 { - padding-right: 0.5rem !important; padding-left: 0.5rem !important; } -.py-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; -} - .p-3 { padding: 1rem !important; } -.pt-3 { +.pt-3, +.py-3 { padding-top: 1rem !important; } -.pr-3 { +.pr-3, +.px-3 { padding-right: 1rem !important; } -.pb-3 { +.pb-3, +.py-3 { padding-bottom: 1rem !important; } -.pl-3 { - padding-left: 1rem !important; -} - +.pl-3, .px-3 { - padding-right: 1rem !important; padding-left: 1rem !important; } -.py-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; -} - .p-4 { padding: 1.5rem !important; } -.pt-4 { +.pt-4, +.py-4 { padding-top: 1.5rem !important; } -.pr-4 { +.pr-4, +.px-4 { padding-right: 1.5rem !important; } -.pb-4 { +.pb-4, +.py-4 { padding-bottom: 1.5rem !important; } -.pl-4 { - padding-left: 1.5rem !important; -} - +.pl-4, .px-4 { - padding-right: 1.5rem !important; padding-left: 1.5rem !important; } -.py-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; -} - .p-5 { padding: 3rem !important; } -.pt-5 { +.pt-5, +.py-5 { padding-top: 3rem !important; } -.pr-5 { +.pr-5, +.px-5 { padding-right: 3rem !important; } -.pb-5 { +.pb-5, +.py-5 { padding-bottom: 3rem !important; } -.pl-5 { - padding-left: 3rem !important; -} - +.pl-5, .px-5 { - padding-right: 3rem !important; padding-left: 3rem !important; } -.py-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; -} - .m-auto { margin: auto !important; } -.mt-auto { +.mt-auto, +.my-auto { margin-top: auto !important; } -.mr-auto { +.mr-auto, +.mx-auto { margin-right: auto !important; } -.mb-auto { +.mb-auto, +.my-auto { margin-bottom: auto !important; } -.ml-auto { - margin-left: auto !important; -} - +.ml-auto, .mx-auto { - margin-right: auto !important; margin-left: auto !important; } -.my-auto { - margin-top: auto !important; - margin-bottom: auto !important; -} - @media (min-width: 576px) { .m-sm-0 { margin: 0 !important; } - .mt-sm-0 { + .mt-sm-0, + .my-sm-0 { margin-top: 0 !important; } - .mr-sm-0 { + .mr-sm-0, + .mx-sm-0 { margin-right: 0 !important; } - .mb-sm-0 { + .mb-sm-0, + .my-sm-0 { margin-bottom: 0 !important; } - .ml-sm-0 { - margin-left: 0 !important; - } + .ml-sm-0, .mx-sm-0 { - margin-right: 0 !important; margin-left: 0 !important; } - .my-sm-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } .m-sm-1 { margin: 0.25rem !important; } - .mt-sm-1 { + .mt-sm-1, + .my-sm-1 { margin-top: 0.25rem !important; } - .mr-sm-1 { + .mr-sm-1, + .mx-sm-1 { margin-right: 0.25rem !important; } - .mb-sm-1 { + .mb-sm-1, + .my-sm-1 { margin-bottom: 0.25rem !important; } - .ml-sm-1 { - margin-left: 0.25rem !important; - } + .ml-sm-1, .mx-sm-1 { - margin-right: 0.25rem !important; margin-left: 0.25rem !important; } - .my-sm-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } .m-sm-2 { margin: 0.5rem !important; } - .mt-sm-2 { + .mt-sm-2, + .my-sm-2 { margin-top: 0.5rem !important; } - .mr-sm-2 { + .mr-sm-2, + .mx-sm-2 { margin-right: 0.5rem !important; } - .mb-sm-2 { + .mb-sm-2, + .my-sm-2 { margin-bottom: 0.5rem !important; } - .ml-sm-2 { - margin-left: 0.5rem !important; - } + .ml-sm-2, .mx-sm-2 { - margin-right: 0.5rem !important; margin-left: 0.5rem !important; } - .my-sm-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } .m-sm-3 { margin: 1rem !important; } - .mt-sm-3 { + .mt-sm-3, + .my-sm-3 { margin-top: 1rem !important; } - .mr-sm-3 { + .mr-sm-3, + .mx-sm-3 { margin-right: 1rem !important; } - .mb-sm-3 { + .mb-sm-3, + .my-sm-3 { margin-bottom: 1rem !important; } - .ml-sm-3 { - margin-left: 1rem !important; - } + .ml-sm-3, .mx-sm-3 { - margin-right: 1rem !important; margin-left: 1rem !important; } - .my-sm-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } .m-sm-4 { margin: 1.5rem !important; } - .mt-sm-4 { + .mt-sm-4, + .my-sm-4 { margin-top: 1.5rem !important; } - .mr-sm-4 { + .mr-sm-4, + .mx-sm-4 { margin-right: 1.5rem !important; } - .mb-sm-4 { + .mb-sm-4, + .my-sm-4 { margin-bottom: 1.5rem !important; } - .ml-sm-4 { - margin-left: 1.5rem !important; - } + .ml-sm-4, .mx-sm-4 { - margin-right: 1.5rem !important; margin-left: 1.5rem !important; } - .my-sm-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } .m-sm-5 { margin: 3rem !important; } - .mt-sm-5 { + .mt-sm-5, + .my-sm-5 { margin-top: 3rem !important; } - .mr-sm-5 { + .mr-sm-5, + .mx-sm-5 { margin-right: 3rem !important; } - .mb-sm-5 { + .mb-sm-5, + .my-sm-5 { margin-bottom: 3rem !important; } - .ml-sm-5 { - margin-left: 3rem !important; - } + .ml-sm-5, .mx-sm-5 { - margin-right: 3rem !important; margin-left: 3rem !important; } - .my-sm-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } .p-sm-0 { padding: 0 !important; } - .pt-sm-0 { + .pt-sm-0, + .py-sm-0 { padding-top: 0 !important; } - .pr-sm-0 { + .pr-sm-0, + .px-sm-0 { padding-right: 0 !important; } - .pb-sm-0 { + .pb-sm-0, + .py-sm-0 { padding-bottom: 0 !important; } - .pl-sm-0 { - padding-left: 0 !important; - } + .pl-sm-0, .px-sm-0 { - padding-right: 0 !important; padding-left: 0 !important; } - .py-sm-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } .p-sm-1 { padding: 0.25rem !important; } - .pt-sm-1 { + .pt-sm-1, + .py-sm-1 { padding-top: 0.25rem !important; } - .pr-sm-1 { + .pr-sm-1, + .px-sm-1 { padding-right: 0.25rem !important; } - .pb-sm-1 { + .pb-sm-1, + .py-sm-1 { padding-bottom: 0.25rem !important; } - .pl-sm-1 { - padding-left: 0.25rem !important; - } + .pl-sm-1, .px-sm-1 { - padding-right: 0.25rem !important; padding-left: 0.25rem !important; } - .py-sm-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } .p-sm-2 { padding: 0.5rem !important; } - .pt-sm-2 { + .pt-sm-2, + .py-sm-2 { padding-top: 0.5rem !important; } - .pr-sm-2 { + .pr-sm-2, + .px-sm-2 { padding-right: 0.5rem !important; } - .pb-sm-2 { + .pb-sm-2, + .py-sm-2 { padding-bottom: 0.5rem !important; } - .pl-sm-2 { - padding-left: 0.5rem !important; - } + .pl-sm-2, .px-sm-2 { - padding-right: 0.5rem !important; padding-left: 0.5rem !important; } - .py-sm-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } .p-sm-3 { padding: 1rem !important; } - .pt-sm-3 { + .pt-sm-3, + .py-sm-3 { padding-top: 1rem !important; } - .pr-sm-3 { + .pr-sm-3, + .px-sm-3 { padding-right: 1rem !important; } - .pb-sm-3 { + .pb-sm-3, + .py-sm-3 { padding-bottom: 1rem !important; } - .pl-sm-3 { - padding-left: 1rem !important; - } + .pl-sm-3, .px-sm-3 { - padding-right: 1rem !important; padding-left: 1rem !important; } - .py-sm-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } .p-sm-4 { padding: 1.5rem !important; } - .pt-sm-4 { + .pt-sm-4, + .py-sm-4 { padding-top: 1.5rem !important; } - .pr-sm-4 { + .pr-sm-4, + .px-sm-4 { padding-right: 1.5rem !important; } - .pb-sm-4 { + .pb-sm-4, + .py-sm-4 { padding-bottom: 1.5rem !important; } - .pl-sm-4 { - padding-left: 1.5rem !important; - } + .pl-sm-4, .px-sm-4 { - padding-right: 1.5rem !important; padding-left: 1.5rem !important; } - .py-sm-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } .p-sm-5 { padding: 3rem !important; } - .pt-sm-5 { + .pt-sm-5, + .py-sm-5 { padding-top: 3rem !important; } - .pr-sm-5 { + .pr-sm-5, + .px-sm-5 { padding-right: 3rem !important; } - .pb-sm-5 { + .pb-sm-5, + .py-sm-5 { padding-bottom: 3rem !important; } - .pl-sm-5 { - padding-left: 3rem !important; - } + .pl-sm-5, .px-sm-5 { - padding-right: 3rem !important; padding-left: 3rem !important; } - .py-sm-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } .m-sm-auto { margin: auto !important; } - .mt-sm-auto { + .mt-sm-auto, + .my-sm-auto { margin-top: auto !important; } - .mr-sm-auto { + .mr-sm-auto, + .mx-sm-auto { margin-right: auto !important; } - .mb-sm-auto { + .mb-sm-auto, + .my-sm-auto { margin-bottom: auto !important; } - .ml-sm-auto { - margin-left: auto !important; - } + .ml-sm-auto, .mx-sm-auto { - margin-right: auto !important; margin-left: auto !important; } - .my-sm-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } } @media (min-width: 768px) { .m-md-0 { margin: 0 !important; } - .mt-md-0 { + .mt-md-0, + .my-md-0 { margin-top: 0 !important; } - .mr-md-0 { + .mr-md-0, + .mx-md-0 { margin-right: 0 !important; } - .mb-md-0 { + .mb-md-0, + .my-md-0 { margin-bottom: 0 !important; } - .ml-md-0 { - margin-left: 0 !important; - } + .ml-md-0, .mx-md-0 { - margin-right: 0 !important; margin-left: 0 !important; } - .my-md-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } .m-md-1 { margin: 0.25rem !important; } - .mt-md-1 { + .mt-md-1, + .my-md-1 { margin-top: 0.25rem !important; } - .mr-md-1 { + .mr-md-1, + .mx-md-1 { margin-right: 0.25rem !important; } - .mb-md-1 { + .mb-md-1, + .my-md-1 { margin-bottom: 0.25rem !important; } - .ml-md-1 { - margin-left: 0.25rem !important; - } + .ml-md-1, .mx-md-1 { - margin-right: 0.25rem !important; margin-left: 0.25rem !important; } - .my-md-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } .m-md-2 { margin: 0.5rem !important; } - .mt-md-2 { + .mt-md-2, + .my-md-2 { margin-top: 0.5rem !important; } - .mr-md-2 { + .mr-md-2, + .mx-md-2 { margin-right: 0.5rem !important; } - .mb-md-2 { + .mb-md-2, + .my-md-2 { margin-bottom: 0.5rem !important; } - .ml-md-2 { - margin-left: 0.5rem !important; - } + .ml-md-2, .mx-md-2 { - margin-right: 0.5rem !important; margin-left: 0.5rem !important; } - .my-md-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } .m-md-3 { margin: 1rem !important; } - .mt-md-3 { + .mt-md-3, + .my-md-3 { margin-top: 1rem !important; } - .mr-md-3 { + .mr-md-3, + .mx-md-3 { margin-right: 1rem !important; } - .mb-md-3 { + .mb-md-3, + .my-md-3 { margin-bottom: 1rem !important; } - .ml-md-3 { - margin-left: 1rem !important; - } + .ml-md-3, .mx-md-3 { - margin-right: 1rem !important; margin-left: 1rem !important; } - .my-md-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } .m-md-4 { margin: 1.5rem !important; } - .mt-md-4 { + .mt-md-4, + .my-md-4 { margin-top: 1.5rem !important; } - .mr-md-4 { + .mr-md-4, + .mx-md-4 { margin-right: 1.5rem !important; } - .mb-md-4 { + .mb-md-4, + .my-md-4 { margin-bottom: 1.5rem !important; } - .ml-md-4 { - margin-left: 1.5rem !important; - } + .ml-md-4, .mx-md-4 { - margin-right: 1.5rem !important; margin-left: 1.5rem !important; } - .my-md-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } .m-md-5 { margin: 3rem !important; } - .mt-md-5 { + .mt-md-5, + .my-md-5 { margin-top: 3rem !important; } - .mr-md-5 { + .mr-md-5, + .mx-md-5 { margin-right: 3rem !important; } - .mb-md-5 { + .mb-md-5, + .my-md-5 { margin-bottom: 3rem !important; } - .ml-md-5 { - margin-left: 3rem !important; - } + .ml-md-5, .mx-md-5 { - margin-right: 3rem !important; margin-left: 3rem !important; } - .my-md-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } .p-md-0 { padding: 0 !important; } - .pt-md-0 { + .pt-md-0, + .py-md-0 { padding-top: 0 !important; } - .pr-md-0 { + .pr-md-0, + .px-md-0 { padding-right: 0 !important; } - .pb-md-0 { + .pb-md-0, + .py-md-0 { padding-bottom: 0 !important; } - .pl-md-0 { - padding-left: 0 !important; - } + .pl-md-0, .px-md-0 { - padding-right: 0 !important; padding-left: 0 !important; } - .py-md-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } .p-md-1 { padding: 0.25rem !important; } - .pt-md-1 { + .pt-md-1, + .py-md-1 { padding-top: 0.25rem !important; } - .pr-md-1 { + .pr-md-1, + .px-md-1 { padding-right: 0.25rem !important; } - .pb-md-1 { + .pb-md-1, + .py-md-1 { padding-bottom: 0.25rem !important; } - .pl-md-1 { - padding-left: 0.25rem !important; - } + .pl-md-1, .px-md-1 { - padding-right: 0.25rem !important; padding-left: 0.25rem !important; } - .py-md-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } .p-md-2 { padding: 0.5rem !important; } - .pt-md-2 { + .pt-md-2, + .py-md-2 { padding-top: 0.5rem !important; } - .pr-md-2 { + .pr-md-2, + .px-md-2 { padding-right: 0.5rem !important; } - .pb-md-2 { + .pb-md-2, + .py-md-2 { padding-bottom: 0.5rem !important; } - .pl-md-2 { - padding-left: 0.5rem !important; - } + .pl-md-2, .px-md-2 { - padding-right: 0.5rem !important; padding-left: 0.5rem !important; } - .py-md-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } .p-md-3 { padding: 1rem !important; } - .pt-md-3 { + .pt-md-3, + .py-md-3 { padding-top: 1rem !important; } - .pr-md-3 { + .pr-md-3, + .px-md-3 { padding-right: 1rem !important; } - .pb-md-3 { + .pb-md-3, + .py-md-3 { padding-bottom: 1rem !important; } - .pl-md-3 { - padding-left: 1rem !important; - } + .pl-md-3, .px-md-3 { - padding-right: 1rem !important; padding-left: 1rem !important; } - .py-md-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } .p-md-4 { padding: 1.5rem !important; } - .pt-md-4 { + .pt-md-4, + .py-md-4 { padding-top: 1.5rem !important; } - .pr-md-4 { + .pr-md-4, + .px-md-4 { padding-right: 1.5rem !important; } - .pb-md-4 { + .pb-md-4, + .py-md-4 { padding-bottom: 1.5rem !important; } - .pl-md-4 { - padding-left: 1.5rem !important; - } + .pl-md-4, .px-md-4 { - padding-right: 1.5rem !important; padding-left: 1.5rem !important; } - .py-md-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } .p-md-5 { padding: 3rem !important; } - .pt-md-5 { + .pt-md-5, + .py-md-5 { padding-top: 3rem !important; } - .pr-md-5 { + .pr-md-5, + .px-md-5 { padding-right: 3rem !important; } - .pb-md-5 { + .pb-md-5, + .py-md-5 { padding-bottom: 3rem !important; } - .pl-md-5 { - padding-left: 3rem !important; - } + .pl-md-5, .px-md-5 { - padding-right: 3rem !important; padding-left: 3rem !important; } - .py-md-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } .m-md-auto { margin: auto !important; } - .mt-md-auto { + .mt-md-auto, + .my-md-auto { margin-top: auto !important; } - .mr-md-auto { + .mr-md-auto, + .mx-md-auto { margin-right: auto !important; } - .mb-md-auto { + .mb-md-auto, + .my-md-auto { margin-bottom: auto !important; } - .ml-md-auto { - margin-left: auto !important; - } + .ml-md-auto, .mx-md-auto { - margin-right: auto !important; margin-left: auto !important; } - .my-md-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } } @media (min-width: 992px) { .m-lg-0 { margin: 0 !important; } - .mt-lg-0 { + .mt-lg-0, + .my-lg-0 { margin-top: 0 !important; } - .mr-lg-0 { + .mr-lg-0, + .mx-lg-0 { margin-right: 0 !important; } - .mb-lg-0 { + .mb-lg-0, + .my-lg-0 { margin-bottom: 0 !important; } - .ml-lg-0 { - margin-left: 0 !important; - } + .ml-lg-0, .mx-lg-0 { - margin-right: 0 !important; margin-left: 0 !important; } - .my-lg-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } .m-lg-1 { margin: 0.25rem !important; } - .mt-lg-1 { + .mt-lg-1, + .my-lg-1 { margin-top: 0.25rem !important; } - .mr-lg-1 { + .mr-lg-1, + .mx-lg-1 { margin-right: 0.25rem !important; } - .mb-lg-1 { + .mb-lg-1, + .my-lg-1 { margin-bottom: 0.25rem !important; } - .ml-lg-1 { - margin-left: 0.25rem !important; - } + .ml-lg-1, .mx-lg-1 { - margin-right: 0.25rem !important; margin-left: 0.25rem !important; } - .my-lg-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } .m-lg-2 { margin: 0.5rem !important; } - .mt-lg-2 { + .mt-lg-2, + .my-lg-2 { margin-top: 0.5rem !important; } - .mr-lg-2 { + .mr-lg-2, + .mx-lg-2 { margin-right: 0.5rem !important; } - .mb-lg-2 { + .mb-lg-2, + .my-lg-2 { margin-bottom: 0.5rem !important; } - .ml-lg-2 { - margin-left: 0.5rem !important; - } + .ml-lg-2, .mx-lg-2 { - margin-right: 0.5rem !important; margin-left: 0.5rem !important; } - .my-lg-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } .m-lg-3 { margin: 1rem !important; } - .mt-lg-3 { + .mt-lg-3, + .my-lg-3 { margin-top: 1rem !important; } - .mr-lg-3 { + .mr-lg-3, + .mx-lg-3 { margin-right: 1rem !important; } - .mb-lg-3 { + .mb-lg-3, + .my-lg-3 { margin-bottom: 1rem !important; } - .ml-lg-3 { - margin-left: 1rem !important; - } + .ml-lg-3, .mx-lg-3 { - margin-right: 1rem !important; margin-left: 1rem !important; } - .my-lg-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } .m-lg-4 { margin: 1.5rem !important; } - .mt-lg-4 { + .mt-lg-4, + .my-lg-4 { margin-top: 1.5rem !important; } - .mr-lg-4 { + .mr-lg-4, + .mx-lg-4 { margin-right: 1.5rem !important; } - .mb-lg-4 { + .mb-lg-4, + .my-lg-4 { margin-bottom: 1.5rem !important; } - .ml-lg-4 { - margin-left: 1.5rem !important; - } + .ml-lg-4, .mx-lg-4 { - margin-right: 1.5rem !important; margin-left: 1.5rem !important; } - .my-lg-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } .m-lg-5 { margin: 3rem !important; } - .mt-lg-5 { + .mt-lg-5, + .my-lg-5 { margin-top: 3rem !important; } - .mr-lg-5 { + .mr-lg-5, + .mx-lg-5 { margin-right: 3rem !important; } - .mb-lg-5 { + .mb-lg-5, + .my-lg-5 { margin-bottom: 3rem !important; } - .ml-lg-5 { - margin-left: 3rem !important; - } + .ml-lg-5, .mx-lg-5 { - margin-right: 3rem !important; margin-left: 3rem !important; } - .my-lg-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } .p-lg-0 { padding: 0 !important; } - .pt-lg-0 { + .pt-lg-0, + .py-lg-0 { padding-top: 0 !important; } - .pr-lg-0 { + .pr-lg-0, + .px-lg-0 { padding-right: 0 !important; } - .pb-lg-0 { + .pb-lg-0, + .py-lg-0 { padding-bottom: 0 !important; } - .pl-lg-0 { - padding-left: 0 !important; - } + .pl-lg-0, .px-lg-0 { - padding-right: 0 !important; padding-left: 0 !important; } - .py-lg-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } .p-lg-1 { padding: 0.25rem !important; } - .pt-lg-1 { + .pt-lg-1, + .py-lg-1 { padding-top: 0.25rem !important; } - .pr-lg-1 { + .pr-lg-1, + .px-lg-1 { padding-right: 0.25rem !important; } - .pb-lg-1 { + .pb-lg-1, + .py-lg-1 { padding-bottom: 0.25rem !important; } - .pl-lg-1 { - padding-left: 0.25rem !important; - } + .pl-lg-1, .px-lg-1 { - padding-right: 0.25rem !important; padding-left: 0.25rem !important; } - .py-lg-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } .p-lg-2 { padding: 0.5rem !important; } - .pt-lg-2 { + .pt-lg-2, + .py-lg-2 { padding-top: 0.5rem !important; } - .pr-lg-2 { + .pr-lg-2, + .px-lg-2 { padding-right: 0.5rem !important; } - .pb-lg-2 { + .pb-lg-2, + .py-lg-2 { padding-bottom: 0.5rem !important; } - .pl-lg-2 { - padding-left: 0.5rem !important; - } + .pl-lg-2, .px-lg-2 { - padding-right: 0.5rem !important; padding-left: 0.5rem !important; } - .py-lg-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } .p-lg-3 { padding: 1rem !important; } - .pt-lg-3 { + .pt-lg-3, + .py-lg-3 { padding-top: 1rem !important; } - .pr-lg-3 { + .pr-lg-3, + .px-lg-3 { padding-right: 1rem !important; } - .pb-lg-3 { + .pb-lg-3, + .py-lg-3 { padding-bottom: 1rem !important; } - .pl-lg-3 { - padding-left: 1rem !important; - } + .pl-lg-3, .px-lg-3 { - padding-right: 1rem !important; padding-left: 1rem !important; } - .py-lg-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } .p-lg-4 { padding: 1.5rem !important; } - .pt-lg-4 { + .pt-lg-4, + .py-lg-4 { padding-top: 1.5rem !important; } - .pr-lg-4 { + .pr-lg-4, + .px-lg-4 { padding-right: 1.5rem !important; } - .pb-lg-4 { + .pb-lg-4, + .py-lg-4 { padding-bottom: 1.5rem !important; } - .pl-lg-4 { - padding-left: 1.5rem !important; - } + .pl-lg-4, .px-lg-4 { - padding-right: 1.5rem !important; padding-left: 1.5rem !important; } - .py-lg-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } .p-lg-5 { padding: 3rem !important; } - .pt-lg-5 { + .pt-lg-5, + .py-lg-5 { padding-top: 3rem !important; } - .pr-lg-5 { + .pr-lg-5, + .px-lg-5 { padding-right: 3rem !important; } - .pb-lg-5 { + .pb-lg-5, + .py-lg-5 { padding-bottom: 3rem !important; } - .pl-lg-5 { - padding-left: 3rem !important; - } + .pl-lg-5, .px-lg-5 { - padding-right: 3rem !important; padding-left: 3rem !important; } - .py-lg-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } .m-lg-auto { margin: auto !important; } - .mt-lg-auto { + .mt-lg-auto, + .my-lg-auto { margin-top: auto !important; } - .mr-lg-auto { + .mr-lg-auto, + .mx-lg-auto { margin-right: auto !important; } - .mb-lg-auto { + .mb-lg-auto, + .my-lg-auto { margin-bottom: auto !important; } - .ml-lg-auto { - margin-left: auto !important; - } + .ml-lg-auto, .mx-lg-auto { - margin-right: auto !important; margin-left: auto !important; } - .my-lg-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } } @media (min-width: 1200px) { .m-xl-0 { margin: 0 !important; } - .mt-xl-0 { + .mt-xl-0, + .my-xl-0 { margin-top: 0 !important; } - .mr-xl-0 { + .mr-xl-0, + .mx-xl-0 { margin-right: 0 !important; } - .mb-xl-0 { + .mb-xl-0, + .my-xl-0 { margin-bottom: 0 !important; } - .ml-xl-0 { - margin-left: 0 !important; - } + .ml-xl-0, .mx-xl-0 { - margin-right: 0 !important; margin-left: 0 !important; } - .my-xl-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } .m-xl-1 { margin: 0.25rem !important; } - .mt-xl-1 { + .mt-xl-1, + .my-xl-1 { margin-top: 0.25rem !important; } - .mr-xl-1 { + .mr-xl-1, + .mx-xl-1 { margin-right: 0.25rem !important; } - .mb-xl-1 { + .mb-xl-1, + .my-xl-1 { margin-bottom: 0.25rem !important; } - .ml-xl-1 { - margin-left: 0.25rem !important; - } + .ml-xl-1, .mx-xl-1 { - margin-right: 0.25rem !important; margin-left: 0.25rem !important; } - .my-xl-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } .m-xl-2 { margin: 0.5rem !important; } - .mt-xl-2 { + .mt-xl-2, + .my-xl-2 { margin-top: 0.5rem !important; } - .mr-xl-2 { + .mr-xl-2, + .mx-xl-2 { margin-right: 0.5rem !important; } - .mb-xl-2 { + .mb-xl-2, + .my-xl-2 { margin-bottom: 0.5rem !important; } - .ml-xl-2 { - margin-left: 0.5rem !important; - } + .ml-xl-2, .mx-xl-2 { - margin-right: 0.5rem !important; margin-left: 0.5rem !important; } - .my-xl-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } .m-xl-3 { margin: 1rem !important; } - .mt-xl-3 { + .mt-xl-3, + .my-xl-3 { margin-top: 1rem !important; } - .mr-xl-3 { + .mr-xl-3, + .mx-xl-3 { margin-right: 1rem !important; } - .mb-xl-3 { + .mb-xl-3, + .my-xl-3 { margin-bottom: 1rem !important; } - .ml-xl-3 { - margin-left: 1rem !important; - } + .ml-xl-3, .mx-xl-3 { - margin-right: 1rem !important; margin-left: 1rem !important; } - .my-xl-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } .m-xl-4 { margin: 1.5rem !important; } - .mt-xl-4 { + .mt-xl-4, + .my-xl-4 { margin-top: 1.5rem !important; } - .mr-xl-4 { + .mr-xl-4, + .mx-xl-4 { margin-right: 1.5rem !important; } - .mb-xl-4 { + .mb-xl-4, + .my-xl-4 { margin-bottom: 1.5rem !important; } - .ml-xl-4 { - margin-left: 1.5rem !important; - } + .ml-xl-4, .mx-xl-4 { - margin-right: 1.5rem !important; margin-left: 1.5rem !important; } - .my-xl-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } .m-xl-5 { margin: 3rem !important; } - .mt-xl-5 { + .mt-xl-5, + .my-xl-5 { margin-top: 3rem !important; } - .mr-xl-5 { + .mr-xl-5, + .mx-xl-5 { margin-right: 3rem !important; } - .mb-xl-5 { + .mb-xl-5, + .my-xl-5 { margin-bottom: 3rem !important; } - .ml-xl-5 { - margin-left: 3rem !important; - } + .ml-xl-5, .mx-xl-5 { - margin-right: 3rem !important; margin-left: 3rem !important; } - .my-xl-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } .p-xl-0 { padding: 0 !important; } - .pt-xl-0 { + .pt-xl-0, + .py-xl-0 { padding-top: 0 !important; } - .pr-xl-0 { + .pr-xl-0, + .px-xl-0 { padding-right: 0 !important; } - .pb-xl-0 { + .pb-xl-0, + .py-xl-0 { padding-bottom: 0 !important; } - .pl-xl-0 { - padding-left: 0 !important; - } + .pl-xl-0, .px-xl-0 { - padding-right: 0 !important; padding-left: 0 !important; } - .py-xl-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } .p-xl-1 { padding: 0.25rem !important; } - .pt-xl-1 { + .pt-xl-1, + .py-xl-1 { padding-top: 0.25rem !important; } - .pr-xl-1 { + .pr-xl-1, + .px-xl-1 { padding-right: 0.25rem !important; } - .pb-xl-1 { + .pb-xl-1, + .py-xl-1 { padding-bottom: 0.25rem !important; } - .pl-xl-1 { - padding-left: 0.25rem !important; - } + .pl-xl-1, .px-xl-1 { - padding-right: 0.25rem !important; padding-left: 0.25rem !important; } - .py-xl-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } .p-xl-2 { padding: 0.5rem !important; } - .pt-xl-2 { + .pt-xl-2, + .py-xl-2 { padding-top: 0.5rem !important; } - .pr-xl-2 { + .pr-xl-2, + .px-xl-2 { padding-right: 0.5rem !important; } - .pb-xl-2 { + .pb-xl-2, + .py-xl-2 { padding-bottom: 0.5rem !important; } - .pl-xl-2 { - padding-left: 0.5rem !important; - } + .pl-xl-2, .px-xl-2 { - padding-right: 0.5rem !important; padding-left: 0.5rem !important; } - .py-xl-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } .p-xl-3 { padding: 1rem !important; } - .pt-xl-3 { + .pt-xl-3, + .py-xl-3 { padding-top: 1rem !important; } - .pr-xl-3 { + .pr-xl-3, + .px-xl-3 { padding-right: 1rem !important; } - .pb-xl-3 { + .pb-xl-3, + .py-xl-3 { padding-bottom: 1rem !important; } - .pl-xl-3 { - padding-left: 1rem !important; - } + .pl-xl-3, .px-xl-3 { - padding-right: 1rem !important; padding-left: 1rem !important; } - .py-xl-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } .p-xl-4 { padding: 1.5rem !important; } - .pt-xl-4 { + .pt-xl-4, + .py-xl-4 { padding-top: 1.5rem !important; } - .pr-xl-4 { + .pr-xl-4, + .px-xl-4 { padding-right: 1.5rem !important; } - .pb-xl-4 { + .pb-xl-4, + .py-xl-4 { padding-bottom: 1.5rem !important; } - .pl-xl-4 { - padding-left: 1.5rem !important; - } + .pl-xl-4, .px-xl-4 { - padding-right: 1.5rem !important; padding-left: 1.5rem !important; } - .py-xl-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } .p-xl-5 { padding: 3rem !important; } - .pt-xl-5 { + .pt-xl-5, + .py-xl-5 { padding-top: 3rem !important; } - .pr-xl-5 { + .pr-xl-5, + .px-xl-5 { padding-right: 3rem !important; } - .pb-xl-5 { + .pb-xl-5, + .py-xl-5 { padding-bottom: 3rem !important; } - .pl-xl-5 { - padding-left: 3rem !important; - } + .pl-xl-5, .px-xl-5 { - padding-right: 3rem !important; padding-left: 3rem !important; } - .py-xl-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } .m-xl-auto { margin: auto !important; } - .mt-xl-auto { + .mt-xl-auto, + .my-xl-auto { margin-top: auto !important; } - .mr-xl-auto { + .mr-xl-auto, + .mx-xl-auto { margin-right: auto !important; } - .mb-xl-auto { + .mb-xl-auto, + .my-xl-auto { margin-bottom: auto !important; } - .ml-xl-auto { - margin-left: auto !important; - } + .ml-xl-auto, .mx-xl-auto { - margin-right: auto !important; margin-left: auto !important; } - .my-xl-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } } .text-justify { @@ -8075,16 +8227,20 @@ a.bg-dark:focus, a.bg-dark:hover { text-transform: capitalize !important; } +.font-weight-light { + font-weight: 300 !important; +} + .font-weight-normal { - font-weight: normal; + font-weight: normal !important; } .font-weight-bold { - font-weight: bold; + font-weight: bold !important; } .font-italic { - font-style: italic; + font-style: italic !important; } .text-white { |
