aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-10-24 14:27:52 -0700
committerMark Otto <[email protected]>2016-10-24 14:27:52 -0700
commitf7f3e62c662c88d578cf83e8245853d447b2aad9 (patch)
treebff6a0e3c05c3ff54dbc7507aa107022a5ca8772 /docs/dist/css/bootstrap.css
parent11d52ba9498990483d822a5a42d371393a110080 (diff)
parentcf5d94f6d5685c371dcb157af74a3c6b14ec8d8e (diff)
downloadbootstrap-f7f3e62c662c88d578cf83e8245853d447b2aad9.tar.xz
bootstrap-f7f3e62c662c88d578cf83e8245853d447b2aad9.zip
Merge branch 'v4-dev' into v4-docs-streamlined
Diffstat (limited to 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css590
1 files changed, 365 insertions, 225 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css
index aa413ba66..64c86c426 100644
--- a/docs/dist/css/bootstrap.css
+++ b/docs/dist/css/bootstrap.css
@@ -1,12 +1,13 @@
/*!
- * Bootstrap v4.0.0-alpha.4 (http://getbootstrap.com)
+ * Bootstrap v4.0.0-alpha.4 (https://getbootstrap.com)
* Copyright 2011-2016 The Bootstrap Authors
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
-/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
+/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
+ line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
@@ -53,6 +54,7 @@ template,
a {
background-color: transparent;
+ -webkit-text-decoration-skip: objects;
}
a:active,
@@ -139,9 +141,11 @@ hr {
button,
input,
+optgroup,
select,
textarea {
font: inherit;
+ margin: 0;
}
optgroup {
@@ -149,35 +153,16 @@ optgroup {
}
button,
-input,
-select {
+input {
overflow: visible;
}
button,
-input,
-select,
-textarea {
- margin: 0;
-}
-
-button,
select {
text-transform: none;
}
button,
-[type="button"],
-[type="reset"],
-[type="submit"] {
- cursor: pointer;
-}
-
-[disabled] {
- cursor: default;
-}
-
-button,
html [type="button"],
[type="reset"],
[type="submit"] {
@@ -185,13 +170,17 @@ html [type="button"],
}
button::-moz-focus-inner,
-input::-moz-focus-inner {
- border: 0;
+[type="button"]::-moz-focus-inner,
+[type="reset"]::-moz-focus-inner,
+[type="submit"]::-moz-focus-inner {
+ border-style: none;
padding: 0;
}
button:-moz-focusring,
-input:-moz-focusring {
+[type="button"]:-moz-focusring,
+[type="reset"]:-moz-focusring,
+[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
@@ -229,6 +218,7 @@ textarea {
[type="search"] {
-webkit-appearance: textfield;
+ outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
@@ -236,12 +226,25 @@ textarea {
-webkit-appearance: none;
}
+::-webkit-input-placeholder {
+ color: inherit;
+ opacity: 0.54;
+}
+
+::-webkit-file-upload-button {
+ -webkit-appearance: button;
+ font: inherit;
+}
+
@media print {
*,
*::before,
*::after,
*::first-letter,
- *::first-line {
+ p::first-line,
+ div::first-line,
+ blockquote::first-line,
+ li::first-line {
text-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
@@ -253,6 +256,9 @@ textarea {
abbr[title]::after {
content: " (" attr(title) ")";
}
+ pre {
+ white-space: pre-wrap !important;
+ }
pre,
blockquote {
border: 1px solid #999;
@@ -472,9 +478,7 @@ input,
button,
select,
textarea {
- margin: 0;
line-height: inherit;
- border-radius: 0;
}
input[type="radio"]:disabled,
@@ -588,7 +592,7 @@ hr {
small,
.small {
- font-size: 80%;
+ font-size: 0.875rem;
font-weight: normal;
}
@@ -660,15 +664,10 @@ dl.row > dd + dt {
.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
- display: block;
max-width: 100%;
height: auto;
}
-.img-rounded {
- border-radius: 0.3rem;
-}
-
.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
@@ -677,15 +676,10 @@ dl.row > dd + dt {
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
- display: inline-block;
max-width: 100%;
height: auto;
}
-.img-circle {
- border-radius: 50%;
-}
-
.figure {
display: inline-block;
}
@@ -763,27 +757,31 @@ pre code {
clear: both;
}
-@media (min-width: 544px) {
+@media (min-width: 576px) {
.container {
- max-width: 576px;
+ width: 540px;
+ max-width: 100%;
}
}
@media (min-width: 768px) {
.container {
- max-width: 720px;
+ width: 720px;
+ max-width: 100%;
}
}
@media (min-width: 992px) {
.container {
- max-width: 940px;
+ width: 960px;
+ max-width: 100%;
}
}
@media (min-width: 1200px) {
.container {
- max-width: 1140px;
+ width: 1140px;
+ max-width: 100%;
}
}
@@ -801,8 +799,8 @@ pre code {
}
.row {
- margin-left: -15px;
margin-right: -15px;
+ margin-left: -15px;
}
.row::after {
@@ -811,13 +809,69 @@ pre code {
clear: both;
}
-.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
+@media (min-width: 576px) {
+ .row {
+ margin-right: -15px;
+ margin-left: -15px;
+ }
+}
+
+@media (min-width: 768px) {
+ .row {
+ margin-right: -15px;
+ margin-left: -15px;
+ }
+}
+
+@media (min-width: 992px) {
+ .row {
+ margin-right: -15px;
+ margin-left: -15px;
+ }
+}
+
+@media (min-width: 1200px) {
+ .row {
+ margin-right: -15px;
+ margin-left: -15px;
+ }
+}
+
+.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
+@media (min-width: 576px) {
+ .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
+ padding-right: 15px;
+ padding-left: 15px;
+ }
+}
+
+@media (min-width: 768px) {
+ .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
+ padding-right: 15px;
+ padding-left: 15px;
+ }
+}
+
+@media (min-width: 992px) {
+ .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
+ padding-right: 15px;
+ padding-left: 15px;
+ }
+}
+
+@media (min-width: 1200px) {
+ .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
+ padding-right: 15px;
+ padding-left: 15px;
+ }
+}
+
.col-xs-1 {
float: left;
width: 8.333333%;
@@ -1026,7 +1080,7 @@ pre code {
margin-left: 91.666667%;
}
-@media (min-width: 544px) {
+@media (min-width: 576px) {
.col-sm-1 {
float: left;
width: 8.333333%;
@@ -1842,7 +1896,7 @@ pre code {
.table-responsive {
display: block;
width: 100%;
- min-height: .01%;
+ min-height: 0%;
overflow-x: auto;
}
@@ -1942,7 +1996,7 @@ pre code {
}
select.form-control:not([size]):not([multiple]) {
- height: 2.5rem;
+ height: calc(2.5rem - 2px);
}
select.form-control:focus::-ms-value {
@@ -1981,10 +2035,11 @@ select.form-control:focus::-ms-value {
}
.form-control-static {
- min-height: 2.5rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
- margin-bottom: 0;
+ line-height: 1.25;
+ border: solid transparent;
+ border-width: 1px 0;
}
.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
@@ -2078,6 +2133,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
}
.form-check-inline.disabled {
+ color: #818a91;
cursor: not-allowed;
}
@@ -2107,18 +2163,19 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
border-color: #5cb85c;
}
+.has-success .form-control:focus {
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3d7a3;
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3d7a3;
+}
+
.has-success .input-group-addon {
color: #5cb85c;
border-color: #5cb85c;
background-color: #eaf6ea;
}
-.has-success .form-control-feedback {
- color: #5cb85c;
-}
-
.has-success .form-control-success {
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#5cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}
.has-warning .form-control-feedback,
@@ -2133,18 +2190,19 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
border-color: #f0ad4e;
}
+.has-warning .form-control:focus {
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
+}
+
.has-warning .input-group-addon {
color: #f0ad4e;
border-color: #f0ad4e;
background-color: white;
}
-.has-warning .form-control-feedback {
- color: #f0ad4e;
-}
-
.has-warning .form-control-warning {
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}
.has-danger .form-control-feedback,
@@ -2159,21 +2217,22 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
border-color: #d9534f;
}
+.has-danger .form-control:focus {
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
+}
+
.has-danger .input-group-addon {
color: #d9534f;
border-color: #d9534f;
background-color: #fdf7f7;
}
-.has-danger .form-control-feedback {
- color: #d9534f;
-}
-
.has-danger .form-control-danger {
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}
-@media (min-width: 544px) {
+@media (min-width: 576px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
@@ -2189,6 +2248,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
}
.form-inline .input-group {
display: inline-table;
+ width: auto;
vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
@@ -2870,6 +2930,14 @@ input[type="button"].btn-block {
display: block;
}
+tr.collapse.in {
+ display: table-row;
+}
+
+tbody.collapse.in {
+ display: table-row-group;
+}
+
.collapsing {
position: relative;
height: 0;
@@ -2918,9 +2986,9 @@ input[type="button"].btn-block {
z-index: 1000;
display: none;
float: left;
- min-width: 160px;
- padding: 5px 0;
- margin: 2px 0 0;
+ min-width: 10rem;
+ padding: 0.5rem 0;
+ margin: 0.125rem 0 0;
font-size: 1rem;
color: #373a3c;
text-align: left;
@@ -2942,7 +3010,7 @@ input[type="button"].btn-block {
.dropdown-item {
display: block;
width: 100%;
- padding: 3px 20px;
+ padding: 3px 1.5rem;
clear: both;
font-weight: normal;
color: #373a3c;
@@ -2997,7 +3065,8 @@ input[type="button"].btn-block {
.dropdown-header {
display: block;
- padding: 5px 20px;
+ padding: 0.5rem 1.5rem;
+ margin-bottom: 0;
font-size: 0.875rem;
color: #818a91;
white-space: nowrap;
@@ -3023,7 +3092,7 @@ input[type="button"].btn-block {
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
- margin-bottom: 2px;
+ margin-bottom: 0.125rem;
}
.btn-group,
@@ -3037,6 +3106,7 @@ input[type="button"].btn-block {
.btn-group-vertical > .btn {
position: relative;
float: left;
+ margin-bottom: 0;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
@@ -3359,7 +3429,7 @@ input[type="button"].btn-block {
.custom-control {
position: relative;
- display: inline;
+ display: inline-block;
padding-left: 1.5rem;
cursor: pointer;
}
@@ -3401,7 +3471,7 @@ input[type="button"].btn-block {
.custom-control-indicator {
position: absolute;
- top: .0625rem;
+ top: .25rem;
left: 0;
display: block;
width: 1rem;
@@ -3423,12 +3493,12 @@ input[type="button"].btn-block {
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
background-color: #0074d9;
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-indicator {
@@ -3436,17 +3506,12 @@ input[type="button"].btn-block {
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#fff'/%3E%3C/svg%3E");
}
.custom-controls-stacked .custom-control {
- display: inline;
-}
-
-.custom-controls-stacked .custom-control::after {
- display: block;
- margin-bottom: 0.25rem;
- content: "";
+ float: left;
+ clear: left;
}
.custom-controls-stacked .custom-control + .custom-control {
@@ -3456,11 +3521,12 @@ input[type="button"].btn-block {
.custom-select {
display: inline-block;
max-width: 100%;
+ height: calc(2.5rem - 2px);
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
padding-right: 0.75rem \9;
color: #55595c;
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: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
background-image: none \9;
-webkit-background-size: 8px 10px;
background-size: 8px 10px;
@@ -3698,7 +3764,7 @@ input[type="button"].btn-block {
clear: both;
}
-@media (min-width: 544px) {
+@media (min-width: 576px) {
.navbar {
border-radius: 0.25rem;
}
@@ -3708,7 +3774,7 @@ input[type="button"].btn-block {
z-index: 1000;
}
-@media (min-width: 544px) {
+@media (min-width: 576px) {
.navbar-full {
border-radius: 0;
}
@@ -3722,7 +3788,7 @@ input[type="button"].btn-block {
z-index: 1030;
}
-@media (min-width: 544px) {
+@media (min-width: 576px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
@@ -3745,7 +3811,7 @@ input[type="button"].btn-block {
width: 100%;
}
-@media (min-width: 544px) {
+@media (min-width: 576px) {
.navbar-sticky-top {
border-radius: 0;
}
@@ -3782,10 +3848,14 @@ input[type="button"].btn-block {
}
.navbar-toggler {
+ width: 2.5em;
+ height: 2em;
padding: .5rem .75rem;
font-size: 1.25rem;
line-height: 1;
- background: none;
+ background: transparent no-repeat center center;
+ -webkit-background-size: 24px 24px;
+ background-size: 24px 24px;
border: 1px solid transparent;
border-radius: 0.25rem;
}
@@ -3841,6 +3911,10 @@ input[type="button"].btn-block {
color: rgba(0, 0, 0, 0.8);
}
+.navbar-light .navbar-toggler {
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.3)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
+}
+
.navbar-light .navbar-divider {
background-color: rgba(0, 0, 0, 0.075);
}
@@ -3874,6 +3948,10 @@ input[type="button"].btn-block {
color: white;
}
+.navbar-dark .navbar-toggler {
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
+}
+
.navbar-dark .navbar-divider {
background-color: rgba(255, 255, 255, 0.075);
}
@@ -3884,14 +3962,14 @@ input[type="button"].btn-block {
clear: both;
}
-@media (max-width: 543px) {
+@media (max-width: 575px) {
.navbar-toggleable-xs .navbar-nav .nav-item {
float: none;
margin-left: 0;
}
}
-@media (min-width: 544px) {
+@media (min-width: 576px) {
.navbar-toggleable-xs {
display: block !important;
}
@@ -3987,6 +4065,7 @@ input[type="button"].btn-block {
.card-header {
padding: 0.75rem 1.25rem;
+ margin-bottom: 0;
background-color: #f5f5f5;
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
@@ -3998,7 +4077,7 @@ input[type="button"].btn-block {
}
.card-header:first-child {
- border-radius: 0.25rem 0.25rem 0 0;
+ border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
@@ -4014,7 +4093,7 @@ input[type="button"].btn-block {
}
.card-footer:last-child {
- border-radius: 0 0 0.25rem 0.25rem;
+ border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
@@ -4139,7 +4218,7 @@ input[type="button"].btn-block {
}
.card-img {
- border-radius: 0.25rem;
+ border-radius: calc(0.25rem - 1px);
}
.card-img-overlay {
@@ -4152,16 +4231,16 @@ input[type="button"].btn-block {
}
.card-img-top {
- border-top-right-radius: 0.25rem;
- border-top-left-radius: 0.25rem;
+ border-top-right-radius: calc(0.25rem - 1px);
+ border-top-left-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
- border-bottom-right-radius: 0.25rem;
- border-bottom-left-radius: 0.25rem;
+ border-bottom-right-radius: calc(0.25rem - 1px);
+ border-bottom-left-radius: calc(0.25rem - 1px);
}
-@media (min-width: 544px) {
+@media (min-width: 576px) {
.card-deck {
display: table;
width: 100%;
@@ -4180,7 +4259,7 @@ input[type="button"].btn-block {
}
}
-@media (min-width: 544px) {
+@media (min-width: 576px) {
.card-group {
display: table;
width: 100%;
@@ -4223,7 +4302,7 @@ input[type="button"].btn-block {
}
}
-@media (min-width: 544px) {
+@media (min-width: 576px) {
.card-columns {
-webkit-column-count: 3;
-moz-column-count: 3;
@@ -4233,6 +4312,7 @@ input[type="button"].btn-block {
column-gap: 1.25rem;
}
.card-columns .card {
+ display: inline-block;
width: 100%;
}
}
@@ -4450,7 +4530,7 @@ a.tag:focus, a.tag:hover {
border-radius: 0.3rem;
}
-@media (min-width: 544px) {
+@media (min-width: 576px) {
.jumbotron {
padding: 4rem 2rem;
}
@@ -4876,6 +4956,8 @@ base::-moz-progress-bar,
}
.list-group-flush .list-group-item {
+ border-right: 0;
+ border-left: 0;
border-radius: 0;
}
@@ -5106,7 +5188,6 @@ button.close {
display: none;
overflow: hidden;
outline: 0;
- -webkit-overflow-scrolling: touch;
}
.modal.fade .modal-dialog {
@@ -5212,7 +5293,7 @@ button.close {
overflow: scroll;
}
-@media (min-width: 544px) {
+@media (min-width: 576px) {
.modal-dialog {
max-width: 600px;
margin: 30px auto;
@@ -5260,10 +5341,11 @@ button.close {
margin-top: -3px;
}
-.tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
+.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
bottom: 0;
left: 50%;
margin-left: -5px;
+ content: "";
border-width: 5px 5px 0;
border-top-color: #000;
}
@@ -5273,10 +5355,11 @@ button.close {
margin-left: 3px;
}
-.tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
+.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
top: 50%;
left: 0;
margin-top: -5px;
+ content: "";
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
@@ -5286,10 +5369,11 @@ button.close {
margin-top: 3px;
}
-.tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
+.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
top: 0;
left: 50%;
margin-left: -5px;
+ content: "";
border-width: 0 5px 5px;
border-bottom-color: #000;
}
@@ -5299,10 +5383,11 @@ button.close {
margin-left: -3px;
}
-.tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
+.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
top: 50%;
right: 0;
margin-top: -5px;
+ content: "";
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
@@ -5316,7 +5401,7 @@ button.close {
border-radius: 0.25rem;
}
-.tooltip-arrow {
+.tooltip-inner::before {
position: absolute;
width: 0;
height: 0;
@@ -5359,79 +5444,94 @@ button.close {
margin-top: -10px;
}
-.popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
- bottom: -11px;
+.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
left: 50%;
+ border-bottom-width: 0;
+}
+
+.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
+ bottom: -11px;
margin-left: -11px;
border-top-color: rgba(0, 0, 0, 0.25);
- border-bottom-width: 0;
}
-.popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
- bottom: 1px;
+.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
+ bottom: -10px;
margin-left: -10px;
- content: "";
border-top-color: #fff;
- border-bottom-width: 0;
}
.popover.popover-right, .popover.bs-tether-element-attached-left {
margin-left: 10px;
}
-.popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
+.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
top: 50%;
+ border-left-width: 0;
+}
+
+.popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
left: -11px;
margin-top: -11px;
border-right-color: rgba(0, 0, 0, 0.25);
- border-left-width: 0;
}
-.popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
- bottom: -10px;
- left: 1px;
- content: "";
+.popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
+ left: -10px;
+ margin-top: -10px;
border-right-color: #fff;
- border-left-width: 0;
}
.popover.popover-bottom, .popover.bs-tether-element-attached-top {
margin-top: 10px;
}
-.popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
- top: -11px;
+.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
left: 50%;
- margin-left: -11px;
border-top-width: 0;
+}
+
+.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
+ top: -11px;
+ margin-left: -11px;
border-bottom-color: rgba(0, 0, 0, 0.25);
}
-.popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
- top: 1px;
+.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
+ top: -10px;
+ margin-left: -10px;
+ border-bottom-color: #f7f7f7;
+}
+
+.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
+ position: absolute;
+ top: 0;
+ left: 50%;
+ display: block;
+ width: 20px;
margin-left: -10px;
content: "";
- border-top-width: 0;
- border-bottom-color: #fff;
+ border-bottom: 1px solid #f7f7f7;
}
.popover.popover-left, .popover.bs-tether-element-attached-right {
margin-left: -10px;
}
-.popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
+.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
top: 50%;
+ border-right-width: 0;
+}
+
+.popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
right: -11px;
margin-top: -11px;
- border-right-width: 0;
border-left-color: rgba(0, 0, 0, 0.25);
}
-.popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
- right: 1px;
- bottom: -10px;
- content: "";
- border-right-width: 0;
+.popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
+ right: -10px;
+ margin-top: -10px;
border-left-color: #fff;
}
@@ -5452,7 +5552,8 @@ button.close {
padding: 9px 14px;
}
-.popover-arrow, .popover-arrow::after {
+.popover::before,
+.popover::after {
position: absolute;
display: block;
width: 0;
@@ -5461,11 +5562,12 @@ button.close {
border-style: solid;
}
-.popover-arrow {
+.popover::before {
+ content: "";
border-width: 11px;
}
-.popover-arrow::after {
+.popover::after {
content: "";
border-width: 10px;
}
@@ -5679,7 +5781,7 @@ button.close {
text-shadow: none;
}
-@media (min-width: 544px) {
+@media (min-width: 576px) {
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
@@ -5708,7 +5810,6 @@ button.close {
}
.bg-primary {
- color: #fff !important;
background-color: #0275d8 !important;
}
@@ -5717,7 +5818,6 @@ a.bg-primary:focus, a.bg-primary:hover {
}
.bg-success {
- color: #fff !important;
background-color: #5cb85c !important;
}
@@ -5726,7 +5826,6 @@ a.bg-success:focus, a.bg-success:hover {
}
.bg-info {
- color: #fff !important;
background-color: #5bc0de !important;
}
@@ -5735,7 +5834,6 @@ a.bg-info:focus, a.bg-info:hover {
}
.bg-warning {
- color: #fff !important;
background-color: #f0ad4e !important;
}
@@ -5744,7 +5842,6 @@ a.bg-warning:focus, a.bg-warning:hover {
}
.bg-danger {
- color: #fff !important;
background-color: #d9534f !important;
}
@@ -5753,7 +5850,6 @@ a.bg-danger:focus, a.bg-danger:hover {
}
.bg-inverse {
- color: #fff !important;
background-color: #373a3c !important;
}
@@ -5761,6 +5857,34 @@ a.bg-inverse:focus, a.bg-inverse:hover {
background-color: #1f2021 !important;
}
+.rounded {
+ border-radius: 0.25rem;
+}
+
+.rounded-top {
+ border-top-right-radius: 0.25rem;
+ border-top-left-radius: 0.25rem;
+}
+
+.rounded-right {
+ border-bottom-right-radius: 0.25rem;
+ border-top-right-radius: 0.25rem;
+}
+
+.rounded-bottom {
+ border-bottom-right-radius: 0.25rem;
+ border-bottom-left-radius: 0.25rem;
+}
+
+.rounded-left {
+ border-bottom-left-radius: 0.25rem;
+ border-top-left-radius: 0.25rem;
+}
+
+.rounded-circle {
+ border-radius: 50%;
+}
+
.clearfix::after {
content: "";
display: table;
@@ -5779,62 +5903,62 @@ a.bg-inverse:focus, a.bg-inverse:hover {
display: inline !important;
}
-.pull-xs-left {
+.float-xs-left {
float: left !important;
}
-.pull-xs-right {
+.float-xs-right {
float: right !important;
}
-.pull-xs-none {
+.float-xs-none {
float: none !important;
}
-@media (min-width: 544px) {
- .pull-sm-left {
+@media (min-width: 576px) {
+ .float-sm-left {
float: left !important;
}
- .pull-sm-right {
+ .float-sm-right {
float: right !important;
}
- .pull-sm-none {
+ .float-sm-none {
float: none !important;
}
}
@media (min-width: 768px) {
- .pull-md-left {
+ .float-md-left {
float: left !important;
}
- .pull-md-right {
+ .float-md-right {
float: right !important;
}
- .pull-md-none {
+ .float-md-none {
float: none !important;
}
}
@media (min-width: 992px) {
- .pull-lg-left {
+ .float-lg-left {
float: left !important;
}
- .pull-lg-right {
+ .float-lg-right {
float: right !important;
}
- .pull-lg-none {
+ .float-lg-none {
float: none !important;
}
}
@media (min-width: 1200px) {
- .pull-xl-left {
+ .float-xl-left {
float: left !important;
}
- .pull-xl-right {
+ .float-xl-right {
float: right !important;
}
- .pull-xl-none {
+ .float-xl-none {
float: none !important;
}
}
@@ -5863,247 +5987,251 @@ a.bg-inverse:focus, a.bg-inverse:hover {
width: 100% !important;
}
-.m-x-auto {
+.h-100 {
+ height: 100% !important;
+}
+
+.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}
-.m-a-0 {
+.m-0 {
margin: 0 0 !important;
}
-.m-t-0 {
+.mt-0 {
margin-top: 0 !important;
}
-.m-r-0 {
+.mr-0 {
margin-right: 0 !important;
}
-.m-b-0 {
+.mb-0 {
margin-bottom: 0 !important;
}
-.m-l-0 {
+.ml-0 {
margin-left: 0 !important;
}
-.m-x-0 {
+.mx-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
-.m-y-0 {
+.my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
-.m-a-1 {
+.m-1 {
margin: 1rem 1rem !important;
}
-.m-t-1 {
+.mt-1 {
margin-top: 1rem !important;
}
-.m-r-1 {
+.mr-1 {
margin-right: 1rem !important;
}
-.m-b-1 {
+.mb-1 {
margin-bottom: 1rem !important;
}
-.m-l-1 {
+.ml-1 {
margin-left: 1rem !important;
}
-.m-x-1 {
+.mx-1 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
-.m-y-1 {
+.my-1 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
-.m-a-2 {
+.m-2 {
margin: 1.5rem 1.5rem !important;
}
-.m-t-2 {
+.mt-2 {
margin-top: 1.5rem !important;
}
-.m-r-2 {
+.mr-2 {
margin-right: 1.5rem !important;
}
-.m-b-2 {
+.mb-2 {
margin-bottom: 1.5rem !important;
}
-.m-l-2 {
+.ml-2 {
margin-left: 1.5rem !important;
}
-.m-x-2 {
+.mx-2 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
-.m-y-2 {
+.my-2 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
-.m-a-3 {
+.m-3 {
margin: 3rem 3rem !important;
}
-.m-t-3 {
+.mt-3 {
margin-top: 3rem !important;
}
-.m-r-3 {
+.mr-3 {
margin-right: 3rem !important;
}
-.m-b-3 {
+.mb-3 {
margin-bottom: 3rem !important;
}
-.m-l-3 {
+.ml-3 {
margin-left: 3rem !important;
}
-.m-x-3 {
+.mx-3 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
-.m-y-3 {
+.my-3 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
-.p-a-0 {
+.p-0 {
padding: 0 0 !important;
}
-.p-t-0 {
+.pt-0 {
padding-top: 0 !important;
}
-.p-r-0 {
+.pr-0 {
padding-right: 0 !important;
}
-.p-b-0 {
+.pb-0 {
padding-bottom: 0 !important;
}
-.p-l-0 {
+.pl-0 {
padding-left: 0 !important;
}
-.p-x-0 {
+.px-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
-.p-y-0 {
+.py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
-.p-a-1 {
+.p-1 {
padding: 1rem 1rem !important;
}
-.p-t-1 {
+.pt-1 {
padding-top: 1rem !important;
}
-.p-r-1 {
+.pr-1 {
padding-right: 1rem !important;
}
-.p-b-1 {
+.pb-1 {
padding-bottom: 1rem !important;
}
-.p-l-1 {
+.pl-1 {
padding-left: 1rem !important;
}
-.p-x-1 {
+.px-1 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
-.p-y-1 {
+.py-1 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
-.p-a-2 {
+.p-2 {
padding: 1.5rem 1.5rem !important;
}
-.p-t-2 {
+.pt-2 {
padding-top: 1.5rem !important;
}
-.p-r-2 {
+.pr-2 {
padding-right: 1.5rem !important;
}
-.p-b-2 {
+.pb-2 {
padding-bottom: 1.5rem !important;
}
-.p-l-2 {
+.pl-2 {
padding-left: 1.5rem !important;
}
-.p-x-2 {
+.px-2 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
-.p-y-2 {
+.py-2 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
-.p-a-3 {
+.p-3 {
padding: 3rem 3rem !important;
}
-.p-t-3 {
+.pt-3 {
padding-top: 3rem !important;
}
-.p-r-3 {
+.pr-3 {
padding-right: 3rem !important;
}
-.p-b-3 {
+.pb-3 {
padding-bottom: 3rem !important;
}
-.p-l-3 {
+.pl-3 {
padding-left: 3rem !important;
}
-.p-x-3 {
+.px-3 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
-.p-y-3 {
+.py-3 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
@@ -6142,7 +6270,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
text-align: center !important;
}
-@media (min-width: 544px) {
+@media (min-width: 576px) {
.text-sm-left {
text-align: left !important;
}
@@ -6214,6 +6342,10 @@ a.bg-inverse:focus, a.bg-inverse:hover {
font-style: italic;
}
+.text-white {
+ color: #fff !important;
+}
+
.text-muted {
color: #818a91 !important;
}
@@ -6262,6 +6394,14 @@ a.text-danger:focus, a.text-danger:hover {
color: #c9302c !important;
}
+.text-gray-dark {
+ color: #373a3c !important;
+}
+
+a.text-gray-dark:focus, a.text-gray-dark:hover {
+ color: #1f2021 !important;
+}
+
.text-hide {
font: 0/0 a;
color: transparent;
@@ -6278,13 +6418,13 @@ a.text-danger:focus, a.text-danger:hover {
display: none !important;
}
-@media (max-width: 543px) {
+@media (max-width: 575px) {
.hidden-xs-down {
display: none !important;
}
}
-@media (min-width: 544px) {
+@media (min-width: 576px) {
.hidden-sm-up {
display: none !important;
}