mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
grunt
This commit is contained in:
parent
76907b8b1e
commit
8a7ce25cf1
98
dist/css/bootstrap-flex.css
vendored
98
dist/css/bootstrap-flex.css
vendored
@ -346,7 +346,7 @@ body {
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
line-height: 1.5;
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
@ -367,7 +367,7 @@ p {
|
||||
abbr[title],
|
||||
abbr[data-original-title] {
|
||||
cursor: help;
|
||||
border-bottom: 1px dotted #818a91;
|
||||
border-bottom: 1px dotted #636c72;
|
||||
}
|
||||
|
||||
address {
|
||||
@ -471,7 +471,7 @@ table {
|
||||
caption {
|
||||
padding-top: 0.75rem;
|
||||
padding-bottom: 0.75rem;
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
text-align: left;
|
||||
caption-side: bottom;
|
||||
}
|
||||
@ -651,7 +651,7 @@ mark,
|
||||
.blockquote-footer {
|
||||
display: block;
|
||||
font-size: 80%;
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
}
|
||||
|
||||
.blockquote-footer::before {
|
||||
@ -703,7 +703,7 @@ mark,
|
||||
|
||||
.figure-caption {
|
||||
font-size: 90%;
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
}
|
||||
|
||||
code,
|
||||
@ -740,7 +740,7 @@ pre {
|
||||
margin-top: 0;
|
||||
margin-bottom: 1rem;
|
||||
font-size: 90%;
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
}
|
||||
|
||||
pre code {
|
||||
@ -2195,17 +2195,17 @@ pre code {
|
||||
|
||||
.thead-inverse th {
|
||||
color: #fff;
|
||||
background-color: #373a3c;
|
||||
background-color: #292b2c;
|
||||
}
|
||||
|
||||
.thead-default th {
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
|
||||
.table-inverse {
|
||||
color: #fff;
|
||||
background-color: #373a3c;
|
||||
background-color: #292b2c;
|
||||
}
|
||||
|
||||
.table-inverse th,
|
||||
@ -2270,7 +2270,7 @@ pre code {
|
||||
padding: 0.5rem 0.75rem;
|
||||
font-size: 1rem;
|
||||
line-height: 1.25;
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
background-color: #fff;
|
||||
background-image: none;
|
||||
-webkit-background-clip: padding-box;
|
||||
@ -2285,7 +2285,7 @@ pre code {
|
||||
}
|
||||
|
||||
.form-control:focus {
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
background-color: #fff;
|
||||
border-color: #66afe9;
|
||||
outline: none;
|
||||
@ -2325,7 +2325,7 @@ select.form-control:not([size]):not([multiple]) {
|
||||
}
|
||||
|
||||
select.form-control:focus::-ms-value {
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
@ -2424,7 +2424,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
||||
}
|
||||
|
||||
.form-check.disabled .form-check-label {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
@ -2458,7 +2458,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
||||
}
|
||||
|
||||
.form-check-inline.disabled {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
@ -2686,26 +2686,26 @@ fieldset[disabled] a.btn {
|
||||
}
|
||||
|
||||
.btn-secondary {
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #fff;
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
.btn-secondary:hover {
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #e6e6e6;
|
||||
border-color: #adadad;
|
||||
}
|
||||
|
||||
.btn-secondary:focus, .btn-secondary.focus {
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #e6e6e6;
|
||||
border-color: #adadad;
|
||||
}
|
||||
|
||||
.btn-secondary:active, .btn-secondary.active,
|
||||
.open > .btn-secondary.dropdown-toggle {
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #e6e6e6;
|
||||
border-color: #adadad;
|
||||
background-image: none;
|
||||
@ -2715,7 +2715,7 @@ fieldset[disabled] a.btn {
|
||||
.open > .btn-secondary.dropdown-toggle:hover,
|
||||
.open > .btn-secondary.dropdown-toggle:focus,
|
||||
.open > .btn-secondary.dropdown-toggle.focus {
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #d4d4d4;
|
||||
border-color: #8c8c8c;
|
||||
}
|
||||
@ -3193,7 +3193,7 @@ fieldset[disabled] a.btn {
|
||||
}
|
||||
|
||||
.btn-link:disabled:focus, .btn-link:disabled:hover {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -3303,7 +3303,7 @@ tbody.collapse.active {
|
||||
padding: 0.5rem 0;
|
||||
margin: 0.125rem 0 0;
|
||||
font-size: 1rem;
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
text-align: left;
|
||||
list-style: none;
|
||||
background-color: #fff;
|
||||
@ -3326,7 +3326,7 @@ tbody.collapse.active {
|
||||
padding: 3px 1.5rem;
|
||||
clear: both;
|
||||
font-weight: normal;
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
text-align: inherit;
|
||||
white-space: nowrap;
|
||||
background: none;
|
||||
@ -3334,7 +3334,7 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.dropdown-item:focus, .dropdown-item:hover {
|
||||
color: #2b2d2f;
|
||||
color: #1d1e1f;
|
||||
text-decoration: none;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
@ -3347,7 +3347,7 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
}
|
||||
|
||||
.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
|
||||
@ -3381,7 +3381,7 @@ tbody.collapse.active {
|
||||
padding: 0.5rem 1.5rem;
|
||||
margin-bottom: 0;
|
||||
font-size: 0.875rem;
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@ -3662,7 +3662,7 @@ tbody.collapse.active {
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
line-height: 1.25;
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
text-align: center;
|
||||
background-color: #eceeef;
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
@ -3858,7 +3858,7 @@ tbody.collapse.active {
|
||||
height: calc(2.5rem - 2px);
|
||||
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
|
||||
padding-right: 0.75rem \9;
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
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-image: none \9;
|
||||
@ -3876,12 +3876,12 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.custom-select:focus::-ms-value {
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.custom-select:disabled {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
cursor: not-allowed;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
@ -3971,11 +3971,11 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.nav-link.disabled {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
}
|
||||
|
||||
.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
cursor: not-allowed;
|
||||
background-color: transparent;
|
||||
}
|
||||
@ -4021,7 +4021,7 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
background-color: transparent;
|
||||
border-color: transparent;
|
||||
}
|
||||
@ -4030,7 +4030,7 @@ tbody.collapse.active {
|
||||
.nav-tabs .nav-item.open .nav-link,
|
||||
.nav-tabs .nav-item.open .nav-link:focus,
|
||||
.nav-tabs .nav-item.open .nav-link:hover {
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
background-color: #fff;
|
||||
border-color: #ddd #ddd transparent;
|
||||
}
|
||||
@ -4829,7 +4829,7 @@ tbody.collapse.active {
|
||||
display: inline-block;
|
||||
padding-right: 0.5rem;
|
||||
padding-left: 0.5rem;
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
content: "/";
|
||||
}
|
||||
|
||||
@ -4842,7 +4842,7 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.breadcrumb-item.active {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
}
|
||||
|
||||
.pagination {
|
||||
@ -4877,7 +4877,7 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
pointer-events: none;
|
||||
cursor: not-allowed;
|
||||
background-color: #fff;
|
||||
@ -4966,11 +4966,11 @@ a.badge:focus, a.badge:hover {
|
||||
}
|
||||
|
||||
.badge-default {
|
||||
background-color: #818a91;
|
||||
background-color: #636c72;
|
||||
}
|
||||
|
||||
.badge-default[href]:focus, .badge-default[href]:hover {
|
||||
background-color: #687077;
|
||||
background-color: #4b5257;
|
||||
}
|
||||
|
||||
.badge-primary {
|
||||
@ -5432,7 +5432,7 @@ base::-moz-progress-bar,
|
||||
}
|
||||
|
||||
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
cursor: not-allowed;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
@ -5442,7 +5442,7 @@ base::-moz-progress-bar,
|
||||
}
|
||||
|
||||
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
}
|
||||
|
||||
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
|
||||
@ -5464,7 +5464,7 @@ base::-moz-progress-bar,
|
||||
}
|
||||
|
||||
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
|
||||
color: #a8d6fe;
|
||||
color: #daeeff;
|
||||
}
|
||||
|
||||
.list-group-flush .list-group-item {
|
||||
@ -5676,14 +5676,14 @@ button.list-group-item-danger.active:hover {
|
||||
line-height: 1;
|
||||
color: #000;
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
opacity: .2;
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.close:focus, .close:hover {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
opacity: .5;
|
||||
opacity: .75;
|
||||
}
|
||||
|
||||
button.close {
|
||||
@ -6423,11 +6423,11 @@ a.bg-danger:focus, a.bg-danger:hover {
|
||||
}
|
||||
|
||||
.bg-inverse {
|
||||
background-color: #373a3c !important;
|
||||
background-color: #292b2c !important;
|
||||
}
|
||||
|
||||
a.bg-inverse:focus, a.bg-inverse:hover {
|
||||
background-color: #1f2021 !important;
|
||||
background-color: #101112 !important;
|
||||
}
|
||||
|
||||
.rounded {
|
||||
@ -8882,11 +8882,11 @@ a.bg-inverse:focus, a.bg-inverse:hover {
|
||||
}
|
||||
|
||||
.text-muted {
|
||||
color: #818a91 !important;
|
||||
color: #636c72 !important;
|
||||
}
|
||||
|
||||
a.text-muted:focus, a.text-muted:hover {
|
||||
color: #687077 !important;
|
||||
color: #4b5257 !important;
|
||||
}
|
||||
|
||||
.text-primary {
|
||||
@ -8930,11 +8930,11 @@ a.text-danger:focus, a.text-danger:hover {
|
||||
}
|
||||
|
||||
.text-gray-dark {
|
||||
color: #373a3c !important;
|
||||
color: #292b2c !important;
|
||||
}
|
||||
|
||||
a.text-gray-dark:focus, a.text-gray-dark:hover {
|
||||
color: #1f2021 !important;
|
||||
color: #101112 !important;
|
||||
}
|
||||
|
||||
.text-hide {
|
||||
|
2
dist/css/bootstrap-flex.css.map
vendored
2
dist/css/bootstrap-flex.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap-flex.min.css
vendored
2
dist/css/bootstrap-flex.min.css
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap-flex.min.css.map
vendored
2
dist/css/bootstrap-flex.min.css.map
vendored
File diff suppressed because one or more lines are too long
6
dist/css/bootstrap-reboot.css
vendored
6
dist/css/bootstrap-reboot.css
vendored
@ -269,7 +269,7 @@ body {
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
line-height: 1.5;
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
@ -290,7 +290,7 @@ p {
|
||||
abbr[title],
|
||||
abbr[data-original-title] {
|
||||
cursor: help;
|
||||
border-bottom: 1px dotted #818a91;
|
||||
border-bottom: 1px dotted #636c72;
|
||||
}
|
||||
|
||||
address {
|
||||
@ -394,7 +394,7 @@ table {
|
||||
caption {
|
||||
padding-top: 0.75rem;
|
||||
padding-bottom: 0.75rem;
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
text-align: left;
|
||||
caption-side: bottom;
|
||||
}
|
||||
|
2
dist/css/bootstrap-reboot.css.map
vendored
2
dist/css/bootstrap-reboot.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap-reboot.min.css
vendored
2
dist/css/bootstrap-reboot.min.css
vendored
@ -1,2 +1,2 @@
|
||||
/*! normalize.css v5.0.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%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}@-ms-viewport{width:device-width}html{font-size:16px;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#373a3c;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #818a91}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}a{color:#0275d8;text-decoration:none}a:focus,a:hover{color:#014c8c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle}[role=button]{cursor:pointer}[role=button],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse;background-color:transparent}caption{padding-top:.75rem;padding-bottom:.75rem;color:#818a91;text-align:left;caption-side:bottom}th{text-align:left}label{display:inline-block;margin-bottom:.5rem}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,select,textarea{line-height:inherit}input[type=checkbox]:disabled,input[type=radio]:disabled{cursor:not-allowed}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit}input[type=search]{-webkit-appearance:none}output{display:inline-block}[hidden]{display:none!important}
|
||||
/*! normalize.css v5.0.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%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}@-ms-viewport{width:device-width}html{font-size:16px;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#292b2c;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #636c72}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}a{color:#0275d8;text-decoration:none}a:focus,a:hover{color:#014c8c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle}[role=button]{cursor:pointer}[role=button],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse;background-color:transparent}caption{padding-top:.75rem;padding-bottom:.75rem;color:#636c72;text-align:left;caption-side:bottom}th{text-align:left}label{display:inline-block;margin-bottom:.5rem}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,select,textarea{line-height:inherit}input[type=checkbox]:disabled,input[type=radio]:disabled{cursor:not-allowed}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit}input[type=search]{-webkit-appearance:none}output{display:inline-block}[hidden]{display:none!important}
|
||||
/*# sourceMappingURL=bootstrap-reboot.min.css.map */
|
@ -346,7 +346,7 @@ body {
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
line-height: 1.5;
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
@ -367,7 +367,7 @@ p {
|
||||
abbr[title],
|
||||
abbr[data-original-title] {
|
||||
cursor: help;
|
||||
border-bottom: 1px dotted #818a91;
|
||||
border-bottom: 1px dotted #636c72;
|
||||
}
|
||||
|
||||
address {
|
||||
@ -471,7 +471,7 @@ table {
|
||||
caption {
|
||||
padding-top: 0.75rem;
|
||||
padding-bottom: 0.75rem;
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
text-align: left;
|
||||
caption-side: bottom;
|
||||
}
|
||||
@ -651,7 +651,7 @@ mark,
|
||||
.blockquote-footer {
|
||||
display: block;
|
||||
font-size: 80%;
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
}
|
||||
|
||||
.blockquote-footer::before {
|
||||
@ -707,7 +707,7 @@ dl.row > dd + dt {
|
||||
|
||||
.figure-caption {
|
||||
font-size: 90%;
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
}
|
||||
|
||||
code,
|
||||
@ -744,7 +744,7 @@ pre {
|
||||
margin-top: 0;
|
||||
margin-bottom: 1rem;
|
||||
font-size: 90%;
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
}
|
||||
|
||||
pre code {
|
||||
@ -1942,17 +1942,17 @@ pre code {
|
||||
|
||||
.thead-inverse th {
|
||||
color: #fff;
|
||||
background-color: #373a3c;
|
||||
background-color: #292b2c;
|
||||
}
|
||||
|
||||
.thead-default th {
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
|
||||
.table-inverse {
|
||||
color: #fff;
|
||||
background-color: #373a3c;
|
||||
background-color: #292b2c;
|
||||
}
|
||||
|
||||
.table-inverse th,
|
||||
@ -2017,7 +2017,7 @@ pre code {
|
||||
padding: 0.5rem 0.75rem;
|
||||
font-size: 1rem;
|
||||
line-height: 1.25;
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
background-color: #fff;
|
||||
background-image: none;
|
||||
-webkit-background-clip: padding-box;
|
||||
@ -2032,7 +2032,7 @@ pre code {
|
||||
}
|
||||
|
||||
.form-control:focus {
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
background-color: #fff;
|
||||
border-color: #66afe9;
|
||||
outline: none;
|
||||
@ -2072,7 +2072,7 @@ select.form-control:not([size]):not([multiple]) {
|
||||
}
|
||||
|
||||
select.form-control:focus::-ms-value {
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
@ -2171,7 +2171,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
||||
}
|
||||
|
||||
.form-check.disabled .form-check-label {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
@ -2205,7 +2205,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
||||
}
|
||||
|
||||
.form-check-inline.disabled {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
@ -2433,26 +2433,26 @@ fieldset[disabled] a.btn {
|
||||
}
|
||||
|
||||
.btn-secondary {
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #fff;
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
.btn-secondary:hover {
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #e6e6e6;
|
||||
border-color: #adadad;
|
||||
}
|
||||
|
||||
.btn-secondary:focus, .btn-secondary.focus {
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #e6e6e6;
|
||||
border-color: #adadad;
|
||||
}
|
||||
|
||||
.btn-secondary:active, .btn-secondary.active,
|
||||
.open > .btn-secondary.dropdown-toggle {
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #e6e6e6;
|
||||
border-color: #adadad;
|
||||
background-image: none;
|
||||
@ -2462,7 +2462,7 @@ fieldset[disabled] a.btn {
|
||||
.open > .btn-secondary.dropdown-toggle:hover,
|
||||
.open > .btn-secondary.dropdown-toggle:focus,
|
||||
.open > .btn-secondary.dropdown-toggle.focus {
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #d4d4d4;
|
||||
border-color: #8c8c8c;
|
||||
}
|
||||
@ -2940,7 +2940,7 @@ fieldset[disabled] a.btn {
|
||||
}
|
||||
|
||||
.btn-link:disabled:focus, .btn-link:disabled:hover {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -3050,7 +3050,7 @@ tbody.collapse.active {
|
||||
padding: 0.5rem 0;
|
||||
margin: 0.125rem 0 0;
|
||||
font-size: 1rem;
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
text-align: left;
|
||||
list-style: none;
|
||||
background-color: #fff;
|
||||
@ -3073,7 +3073,7 @@ tbody.collapse.active {
|
||||
padding: 3px 1.5rem;
|
||||
clear: both;
|
||||
font-weight: normal;
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
text-align: inherit;
|
||||
white-space: nowrap;
|
||||
background: none;
|
||||
@ -3081,7 +3081,7 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.dropdown-item:focus, .dropdown-item:hover {
|
||||
color: #2b2d2f;
|
||||
color: #1d1e1f;
|
||||
text-decoration: none;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
@ -3094,7 +3094,7 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
}
|
||||
|
||||
.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
|
||||
@ -3128,7 +3128,7 @@ tbody.collapse.active {
|
||||
padding: 0.5rem 1.5rem;
|
||||
margin-bottom: 0;
|
||||
font-size: 0.875rem;
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@ -3393,7 +3393,7 @@ tbody.collapse.active {
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
line-height: 1.25;
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
text-align: center;
|
||||
background-color: #eceeef;
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
@ -3585,7 +3585,7 @@ tbody.collapse.active {
|
||||
height: calc(2.5rem - 2px);
|
||||
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
|
||||
padding-right: 0.75rem \9;
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
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-image: none \9;
|
||||
@ -3603,12 +3603,12 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.custom-select:focus::-ms-value {
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.custom-select:disabled {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
cursor: not-allowed;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
@ -3698,11 +3698,11 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.nav-link.disabled {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
}
|
||||
|
||||
.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
cursor: not-allowed;
|
||||
background-color: transparent;
|
||||
}
|
||||
@ -3748,7 +3748,7 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
background-color: transparent;
|
||||
border-color: transparent;
|
||||
}
|
||||
@ -3757,7 +3757,7 @@ tbody.collapse.active {
|
||||
.nav-tabs .nav-item.open .nav-link,
|
||||
.nav-tabs .nav-item.open .nav-link:focus,
|
||||
.nav-tabs .nav-item.open .nav-link:hover {
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
background-color: #fff;
|
||||
border-color: #ddd #ddd transparent;
|
||||
}
|
||||
@ -4563,7 +4563,7 @@ tbody.collapse.active {
|
||||
display: inline-block;
|
||||
padding-right: 0.5rem;
|
||||
padding-left: 0.5rem;
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
content: "/";
|
||||
}
|
||||
|
||||
@ -4576,7 +4576,7 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.breadcrumb-item.active {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
}
|
||||
|
||||
.pagination {
|
||||
@ -4611,7 +4611,7 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
pointer-events: none;
|
||||
cursor: not-allowed;
|
||||
background-color: #fff;
|
||||
@ -4700,11 +4700,11 @@ a.badge:focus, a.badge:hover {
|
||||
}
|
||||
|
||||
.badge-default {
|
||||
background-color: #818a91;
|
||||
background-color: #636c72;
|
||||
}
|
||||
|
||||
.badge-default[href]:focus, .badge-default[href]:hover {
|
||||
background-color: #687077;
|
||||
background-color: #4b5257;
|
||||
}
|
||||
|
||||
.badge-primary {
|
||||
@ -5144,7 +5144,7 @@ base::-moz-progress-bar,
|
||||
}
|
||||
|
||||
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
cursor: not-allowed;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
@ -5154,7 +5154,7 @@ base::-moz-progress-bar,
|
||||
}
|
||||
|
||||
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
}
|
||||
|
||||
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
|
||||
@ -5176,7 +5176,7 @@ base::-moz-progress-bar,
|
||||
}
|
||||
|
||||
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
|
||||
color: #a8d6fe;
|
||||
color: #daeeff;
|
||||
}
|
||||
|
||||
.list-group-flush .list-group-item {
|
||||
@ -5388,14 +5388,14 @@ button.list-group-item-danger.active:hover {
|
||||
line-height: 1;
|
||||
color: #000;
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
opacity: .2;
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.close:focus, .close:hover {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
opacity: .5;
|
||||
opacity: .75;
|
||||
}
|
||||
|
||||
button.close {
|
||||
@ -6135,11 +6135,11 @@ a.bg-danger:focus, a.bg-danger:hover {
|
||||
}
|
||||
|
||||
.bg-inverse {
|
||||
background-color: #373a3c !important;
|
||||
background-color: #292b2c !important;
|
||||
}
|
||||
|
||||
a.bg-inverse:focus, a.bg-inverse:hover {
|
||||
background-color: #1f2021 !important;
|
||||
background-color: #101112 !important;
|
||||
}
|
||||
|
||||
.rounded {
|
||||
@ -8127,11 +8127,11 @@ a.bg-inverse:focus, a.bg-inverse:hover {
|
||||
}
|
||||
|
||||
.text-muted {
|
||||
color: #818a91 !important;
|
||||
color: #636c72 !important;
|
||||
}
|
||||
|
||||
a.text-muted:focus, a.text-muted:hover {
|
||||
color: #687077 !important;
|
||||
color: #4b5257 !important;
|
||||
}
|
||||
|
||||
.text-primary {
|
||||
@ -8175,11 +8175,11 @@ a.text-danger:focus, a.text-danger:hover {
|
||||
}
|
||||
|
||||
.text-gray-dark {
|
||||
color: #373a3c !important;
|
||||
color: #292b2c !important;
|
||||
}
|
||||
|
||||
a.text-gray-dark:focus, a.text-gray-dark:hover {
|
||||
color: #1f2021 !important;
|
||||
color: #101112 !important;
|
||||
}
|
||||
|
||||
.text-hide {
|
||||
|
2
dist/css/bootstrap.css.map
vendored
2
dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css.map
vendored
2
dist/css/bootstrap.min.css.map
vendored
File diff suppressed because one or more lines are too long
14
docs/assets/css/docs.min.css
vendored
14
docs/assets/css/docs.min.css
vendored
@ -38,13 +38,13 @@
|
||||
}
|
||||
|
||||
.bd-navbar .navbar-nav .nav-link.active, .bd-navbar .navbar-nav .nav-link:hover, .bd-navbar .navbar-nav .nav-link:focus {
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.bd-navbar .navbar-nav .nav-link.active {
|
||||
font-weight: 500;
|
||||
color: #121314;
|
||||
color: #040404;
|
||||
}
|
||||
|
||||
.bd-navbar .dropdown-menu {
|
||||
@ -526,7 +526,7 @@
|
||||
.bd-toc-link {
|
||||
display: block;
|
||||
padding: .25rem .75rem;
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
}
|
||||
|
||||
.bd-toc-link:hover,
|
||||
@ -537,7 +537,7 @@
|
||||
|
||||
.active > .bd-toc-link {
|
||||
font-weight: 500;
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
}
|
||||
|
||||
.active > .bd-sidenav {
|
||||
@ -575,7 +575,7 @@
|
||||
.bd-sidebar .nav > .active:hover > a,
|
||||
.bd-sidebar .nav > .active:focus > a {
|
||||
font-weight: 500;
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
@ -589,7 +589,7 @@
|
||||
|
||||
.bd-footer a {
|
||||
font-weight: 500;
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
}
|
||||
|
||||
.bd-footer a:hover {
|
||||
@ -934,7 +934,7 @@
|
||||
|
||||
.highlight pre code {
|
||||
font-size: inherit;
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
}
|
||||
|
||||
.table-responsive .highlight pre {
|
||||
|
98
docs/dist/css/bootstrap-flex.css
vendored
98
docs/dist/css/bootstrap-flex.css
vendored
@ -346,7 +346,7 @@ body {
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
line-height: 1.5;
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
@ -367,7 +367,7 @@ p {
|
||||
abbr[title],
|
||||
abbr[data-original-title] {
|
||||
cursor: help;
|
||||
border-bottom: 1px dotted #818a91;
|
||||
border-bottom: 1px dotted #636c72;
|
||||
}
|
||||
|
||||
address {
|
||||
@ -471,7 +471,7 @@ table {
|
||||
caption {
|
||||
padding-top: 0.75rem;
|
||||
padding-bottom: 0.75rem;
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
text-align: left;
|
||||
caption-side: bottom;
|
||||
}
|
||||
@ -651,7 +651,7 @@ mark,
|
||||
.blockquote-footer {
|
||||
display: block;
|
||||
font-size: 80%;
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
}
|
||||
|
||||
.blockquote-footer::before {
|
||||
@ -703,7 +703,7 @@ mark,
|
||||
|
||||
.figure-caption {
|
||||
font-size: 90%;
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
}
|
||||
|
||||
code,
|
||||
@ -740,7 +740,7 @@ pre {
|
||||
margin-top: 0;
|
||||
margin-bottom: 1rem;
|
||||
font-size: 90%;
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
}
|
||||
|
||||
pre code {
|
||||
@ -2195,17 +2195,17 @@ pre code {
|
||||
|
||||
.thead-inverse th {
|
||||
color: #fff;
|
||||
background-color: #373a3c;
|
||||
background-color: #292b2c;
|
||||
}
|
||||
|
||||
.thead-default th {
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
|
||||
.table-inverse {
|
||||
color: #fff;
|
||||
background-color: #373a3c;
|
||||
background-color: #292b2c;
|
||||
}
|
||||
|
||||
.table-inverse th,
|
||||
@ -2270,7 +2270,7 @@ pre code {
|
||||
padding: 0.5rem 0.75rem;
|
||||
font-size: 1rem;
|
||||
line-height: 1.25;
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
background-color: #fff;
|
||||
background-image: none;
|
||||
-webkit-background-clip: padding-box;
|
||||
@ -2285,7 +2285,7 @@ pre code {
|
||||
}
|
||||
|
||||
.form-control:focus {
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
background-color: #fff;
|
||||
border-color: #66afe9;
|
||||
outline: none;
|
||||
@ -2325,7 +2325,7 @@ select.form-control:not([size]):not([multiple]) {
|
||||
}
|
||||
|
||||
select.form-control:focus::-ms-value {
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
@ -2424,7 +2424,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
||||
}
|
||||
|
||||
.form-check.disabled .form-check-label {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
@ -2458,7 +2458,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
||||
}
|
||||
|
||||
.form-check-inline.disabled {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
@ -2686,26 +2686,26 @@ fieldset[disabled] a.btn {
|
||||
}
|
||||
|
||||
.btn-secondary {
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #fff;
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
.btn-secondary:hover {
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #e6e6e6;
|
||||
border-color: #adadad;
|
||||
}
|
||||
|
||||
.btn-secondary:focus, .btn-secondary.focus {
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #e6e6e6;
|
||||
border-color: #adadad;
|
||||
}
|
||||
|
||||
.btn-secondary:active, .btn-secondary.active,
|
||||
.open > .btn-secondary.dropdown-toggle {
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #e6e6e6;
|
||||
border-color: #adadad;
|
||||
background-image: none;
|
||||
@ -2715,7 +2715,7 @@ fieldset[disabled] a.btn {
|
||||
.open > .btn-secondary.dropdown-toggle:hover,
|
||||
.open > .btn-secondary.dropdown-toggle:focus,
|
||||
.open > .btn-secondary.dropdown-toggle.focus {
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #d4d4d4;
|
||||
border-color: #8c8c8c;
|
||||
}
|
||||
@ -3193,7 +3193,7 @@ fieldset[disabled] a.btn {
|
||||
}
|
||||
|
||||
.btn-link:disabled:focus, .btn-link:disabled:hover {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -3303,7 +3303,7 @@ tbody.collapse.active {
|
||||
padding: 0.5rem 0;
|
||||
margin: 0.125rem 0 0;
|
||||
font-size: 1rem;
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
text-align: left;
|
||||
list-style: none;
|
||||
background-color: #fff;
|
||||
@ -3326,7 +3326,7 @@ tbody.collapse.active {
|
||||
padding: 3px 1.5rem;
|
||||
clear: both;
|
||||
font-weight: normal;
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
text-align: inherit;
|
||||
white-space: nowrap;
|
||||
background: none;
|
||||
@ -3334,7 +3334,7 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.dropdown-item:focus, .dropdown-item:hover {
|
||||
color: #2b2d2f;
|
||||
color: #1d1e1f;
|
||||
text-decoration: none;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
@ -3347,7 +3347,7 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
}
|
||||
|
||||
.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
|
||||
@ -3381,7 +3381,7 @@ tbody.collapse.active {
|
||||
padding: 0.5rem 1.5rem;
|
||||
margin-bottom: 0;
|
||||
font-size: 0.875rem;
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@ -3662,7 +3662,7 @@ tbody.collapse.active {
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
line-height: 1.25;
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
text-align: center;
|
||||
background-color: #eceeef;
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
@ -3858,7 +3858,7 @@ tbody.collapse.active {
|
||||
height: calc(2.5rem - 2px);
|
||||
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
|
||||
padding-right: 0.75rem \9;
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
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-image: none \9;
|
||||
@ -3876,12 +3876,12 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.custom-select:focus::-ms-value {
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.custom-select:disabled {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
cursor: not-allowed;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
@ -3971,11 +3971,11 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.nav-link.disabled {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
}
|
||||
|
||||
.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
cursor: not-allowed;
|
||||
background-color: transparent;
|
||||
}
|
||||
@ -4021,7 +4021,7 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
background-color: transparent;
|
||||
border-color: transparent;
|
||||
}
|
||||
@ -4030,7 +4030,7 @@ tbody.collapse.active {
|
||||
.nav-tabs .nav-item.open .nav-link,
|
||||
.nav-tabs .nav-item.open .nav-link:focus,
|
||||
.nav-tabs .nav-item.open .nav-link:hover {
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
background-color: #fff;
|
||||
border-color: #ddd #ddd transparent;
|
||||
}
|
||||
@ -4829,7 +4829,7 @@ tbody.collapse.active {
|
||||
display: inline-block;
|
||||
padding-right: 0.5rem;
|
||||
padding-left: 0.5rem;
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
content: "/";
|
||||
}
|
||||
|
||||
@ -4842,7 +4842,7 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.breadcrumb-item.active {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
}
|
||||
|
||||
.pagination {
|
||||
@ -4877,7 +4877,7 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
pointer-events: none;
|
||||
cursor: not-allowed;
|
||||
background-color: #fff;
|
||||
@ -4966,11 +4966,11 @@ a.badge:focus, a.badge:hover {
|
||||
}
|
||||
|
||||
.badge-default {
|
||||
background-color: #818a91;
|
||||
background-color: #636c72;
|
||||
}
|
||||
|
||||
.badge-default[href]:focus, .badge-default[href]:hover {
|
||||
background-color: #687077;
|
||||
background-color: #4b5257;
|
||||
}
|
||||
|
||||
.badge-primary {
|
||||
@ -5432,7 +5432,7 @@ base::-moz-progress-bar,
|
||||
}
|
||||
|
||||
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
cursor: not-allowed;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
@ -5442,7 +5442,7 @@ base::-moz-progress-bar,
|
||||
}
|
||||
|
||||
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
}
|
||||
|
||||
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
|
||||
@ -5464,7 +5464,7 @@ base::-moz-progress-bar,
|
||||
}
|
||||
|
||||
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
|
||||
color: #a8d6fe;
|
||||
color: #daeeff;
|
||||
}
|
||||
|
||||
.list-group-flush .list-group-item {
|
||||
@ -5676,14 +5676,14 @@ button.list-group-item-danger.active:hover {
|
||||
line-height: 1;
|
||||
color: #000;
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
opacity: .2;
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.close:focus, .close:hover {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
opacity: .5;
|
||||
opacity: .75;
|
||||
}
|
||||
|
||||
button.close {
|
||||
@ -6423,11 +6423,11 @@ a.bg-danger:focus, a.bg-danger:hover {
|
||||
}
|
||||
|
||||
.bg-inverse {
|
||||
background-color: #373a3c !important;
|
||||
background-color: #292b2c !important;
|
||||
}
|
||||
|
||||
a.bg-inverse:focus, a.bg-inverse:hover {
|
||||
background-color: #1f2021 !important;
|
||||
background-color: #101112 !important;
|
||||
}
|
||||
|
||||
.rounded {
|
||||
@ -8882,11 +8882,11 @@ a.bg-inverse:focus, a.bg-inverse:hover {
|
||||
}
|
||||
|
||||
.text-muted {
|
||||
color: #818a91 !important;
|
||||
color: #636c72 !important;
|
||||
}
|
||||
|
||||
a.text-muted:focus, a.text-muted:hover {
|
||||
color: #687077 !important;
|
||||
color: #4b5257 !important;
|
||||
}
|
||||
|
||||
.text-primary {
|
||||
@ -8930,11 +8930,11 @@ a.text-danger:focus, a.text-danger:hover {
|
||||
}
|
||||
|
||||
.text-gray-dark {
|
||||
color: #373a3c !important;
|
||||
color: #292b2c !important;
|
||||
}
|
||||
|
||||
a.text-gray-dark:focus, a.text-gray-dark:hover {
|
||||
color: #1f2021 !important;
|
||||
color: #101112 !important;
|
||||
}
|
||||
|
||||
.text-hide {
|
||||
|
2
docs/dist/css/bootstrap-flex.css.map
vendored
2
docs/dist/css/bootstrap-flex.css.map
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap-flex.min.css
vendored
2
docs/dist/css/bootstrap-flex.min.css
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap-flex.min.css.map
vendored
2
docs/dist/css/bootstrap-flex.min.css.map
vendored
File diff suppressed because one or more lines are too long
6
docs/dist/css/bootstrap-reboot.css
vendored
6
docs/dist/css/bootstrap-reboot.css
vendored
@ -269,7 +269,7 @@ body {
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
line-height: 1.5;
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
@ -290,7 +290,7 @@ p {
|
||||
abbr[title],
|
||||
abbr[data-original-title] {
|
||||
cursor: help;
|
||||
border-bottom: 1px dotted #818a91;
|
||||
border-bottom: 1px dotted #636c72;
|
||||
}
|
||||
|
||||
address {
|
||||
@ -394,7 +394,7 @@ table {
|
||||
caption {
|
||||
padding-top: 0.75rem;
|
||||
padding-bottom: 0.75rem;
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
text-align: left;
|
||||
caption-side: bottom;
|
||||
}
|
||||
|
2
docs/dist/css/bootstrap-reboot.css.map
vendored
2
docs/dist/css/bootstrap-reboot.css.map
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap-reboot.min.css
vendored
2
docs/dist/css/bootstrap-reboot.min.css
vendored
@ -1,2 +1,2 @@
|
||||
/*! normalize.css v5.0.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%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}@-ms-viewport{width:device-width}html{font-size:16px;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#373a3c;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #818a91}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}a{color:#0275d8;text-decoration:none}a:focus,a:hover{color:#014c8c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle}[role=button]{cursor:pointer}[role=button],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse;background-color:transparent}caption{padding-top:.75rem;padding-bottom:.75rem;color:#818a91;text-align:left;caption-side:bottom}th{text-align:left}label{display:inline-block;margin-bottom:.5rem}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,select,textarea{line-height:inherit}input[type=checkbox]:disabled,input[type=radio]:disabled{cursor:not-allowed}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit}input[type=search]{-webkit-appearance:none}output{display:inline-block}[hidden]{display:none!important}
|
||||
/*! normalize.css v5.0.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%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}@-ms-viewport{width:device-width}html{font-size:16px;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#292b2c;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #636c72}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}a{color:#0275d8;text-decoration:none}a:focus,a:hover{color:#014c8c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle}[role=button]{cursor:pointer}[role=button],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse;background-color:transparent}caption{padding-top:.75rem;padding-bottom:.75rem;color:#636c72;text-align:left;caption-side:bottom}th{text-align:left}label{display:inline-block;margin-bottom:.5rem}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,select,textarea{line-height:inherit}input[type=checkbox]:disabled,input[type=radio]:disabled{cursor:not-allowed}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit}input[type=search]{-webkit-appearance:none}output{display:inline-block}[hidden]{display:none!important}
|
||||
/*# sourceMappingURL=bootstrap-reboot.min.css.map */
|
@ -346,7 +346,7 @@ body {
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
line-height: 1.5;
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
@ -367,7 +367,7 @@ p {
|
||||
abbr[title],
|
||||
abbr[data-original-title] {
|
||||
cursor: help;
|
||||
border-bottom: 1px dotted #818a91;
|
||||
border-bottom: 1px dotted #636c72;
|
||||
}
|
||||
|
||||
address {
|
||||
@ -471,7 +471,7 @@ table {
|
||||
caption {
|
||||
padding-top: 0.75rem;
|
||||
padding-bottom: 0.75rem;
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
text-align: left;
|
||||
caption-side: bottom;
|
||||
}
|
||||
@ -651,7 +651,7 @@ mark,
|
||||
.blockquote-footer {
|
||||
display: block;
|
||||
font-size: 80%;
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
}
|
||||
|
||||
.blockquote-footer::before {
|
||||
@ -707,7 +707,7 @@ dl.row > dd + dt {
|
||||
|
||||
.figure-caption {
|
||||
font-size: 90%;
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
}
|
||||
|
||||
code,
|
||||
@ -744,7 +744,7 @@ pre {
|
||||
margin-top: 0;
|
||||
margin-bottom: 1rem;
|
||||
font-size: 90%;
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
}
|
||||
|
||||
pre code {
|
||||
@ -1942,17 +1942,17 @@ pre code {
|
||||
|
||||
.thead-inverse th {
|
||||
color: #fff;
|
||||
background-color: #373a3c;
|
||||
background-color: #292b2c;
|
||||
}
|
||||
|
||||
.thead-default th {
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
|
||||
.table-inverse {
|
||||
color: #fff;
|
||||
background-color: #373a3c;
|
||||
background-color: #292b2c;
|
||||
}
|
||||
|
||||
.table-inverse th,
|
||||
@ -2017,7 +2017,7 @@ pre code {
|
||||
padding: 0.5rem 0.75rem;
|
||||
font-size: 1rem;
|
||||
line-height: 1.25;
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
background-color: #fff;
|
||||
background-image: none;
|
||||
-webkit-background-clip: padding-box;
|
||||
@ -2032,7 +2032,7 @@ pre code {
|
||||
}
|
||||
|
||||
.form-control:focus {
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
background-color: #fff;
|
||||
border-color: #66afe9;
|
||||
outline: none;
|
||||
@ -2072,7 +2072,7 @@ select.form-control:not([size]):not([multiple]) {
|
||||
}
|
||||
|
||||
select.form-control:focus::-ms-value {
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
@ -2171,7 +2171,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
||||
}
|
||||
|
||||
.form-check.disabled .form-check-label {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
@ -2205,7 +2205,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
||||
}
|
||||
|
||||
.form-check-inline.disabled {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
@ -2433,26 +2433,26 @@ fieldset[disabled] a.btn {
|
||||
}
|
||||
|
||||
.btn-secondary {
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #fff;
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
.btn-secondary:hover {
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #e6e6e6;
|
||||
border-color: #adadad;
|
||||
}
|
||||
|
||||
.btn-secondary:focus, .btn-secondary.focus {
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #e6e6e6;
|
||||
border-color: #adadad;
|
||||
}
|
||||
|
||||
.btn-secondary:active, .btn-secondary.active,
|
||||
.open > .btn-secondary.dropdown-toggle {
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #e6e6e6;
|
||||
border-color: #adadad;
|
||||
background-image: none;
|
||||
@ -2462,7 +2462,7 @@ fieldset[disabled] a.btn {
|
||||
.open > .btn-secondary.dropdown-toggle:hover,
|
||||
.open > .btn-secondary.dropdown-toggle:focus,
|
||||
.open > .btn-secondary.dropdown-toggle.focus {
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #d4d4d4;
|
||||
border-color: #8c8c8c;
|
||||
}
|
||||
@ -2940,7 +2940,7 @@ fieldset[disabled] a.btn {
|
||||
}
|
||||
|
||||
.btn-link:disabled:focus, .btn-link:disabled:hover {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -3050,7 +3050,7 @@ tbody.collapse.active {
|
||||
padding: 0.5rem 0;
|
||||
margin: 0.125rem 0 0;
|
||||
font-size: 1rem;
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
text-align: left;
|
||||
list-style: none;
|
||||
background-color: #fff;
|
||||
@ -3073,7 +3073,7 @@ tbody.collapse.active {
|
||||
padding: 3px 1.5rem;
|
||||
clear: both;
|
||||
font-weight: normal;
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
text-align: inherit;
|
||||
white-space: nowrap;
|
||||
background: none;
|
||||
@ -3081,7 +3081,7 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.dropdown-item:focus, .dropdown-item:hover {
|
||||
color: #2b2d2f;
|
||||
color: #1d1e1f;
|
||||
text-decoration: none;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
@ -3094,7 +3094,7 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
}
|
||||
|
||||
.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
|
||||
@ -3128,7 +3128,7 @@ tbody.collapse.active {
|
||||
padding: 0.5rem 1.5rem;
|
||||
margin-bottom: 0;
|
||||
font-size: 0.875rem;
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@ -3393,7 +3393,7 @@ tbody.collapse.active {
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
line-height: 1.25;
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
text-align: center;
|
||||
background-color: #eceeef;
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
@ -3585,7 +3585,7 @@ tbody.collapse.active {
|
||||
height: calc(2.5rem - 2px);
|
||||
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
|
||||
padding-right: 0.75rem \9;
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
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-image: none \9;
|
||||
@ -3603,12 +3603,12 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.custom-select:focus::-ms-value {
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.custom-select:disabled {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
cursor: not-allowed;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
@ -3698,11 +3698,11 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.nav-link.disabled {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
}
|
||||
|
||||
.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
cursor: not-allowed;
|
||||
background-color: transparent;
|
||||
}
|
||||
@ -3748,7 +3748,7 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
background-color: transparent;
|
||||
border-color: transparent;
|
||||
}
|
||||
@ -3757,7 +3757,7 @@ tbody.collapse.active {
|
||||
.nav-tabs .nav-item.open .nav-link,
|
||||
.nav-tabs .nav-item.open .nav-link:focus,
|
||||
.nav-tabs .nav-item.open .nav-link:hover {
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
background-color: #fff;
|
||||
border-color: #ddd #ddd transparent;
|
||||
}
|
||||
@ -4563,7 +4563,7 @@ tbody.collapse.active {
|
||||
display: inline-block;
|
||||
padding-right: 0.5rem;
|
||||
padding-left: 0.5rem;
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
content: "/";
|
||||
}
|
||||
|
||||
@ -4576,7 +4576,7 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.breadcrumb-item.active {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
}
|
||||
|
||||
.pagination {
|
||||
@ -4611,7 +4611,7 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
pointer-events: none;
|
||||
cursor: not-allowed;
|
||||
background-color: #fff;
|
||||
@ -4700,11 +4700,11 @@ a.badge:focus, a.badge:hover {
|
||||
}
|
||||
|
||||
.badge-default {
|
||||
background-color: #818a91;
|
||||
background-color: #636c72;
|
||||
}
|
||||
|
||||
.badge-default[href]:focus, .badge-default[href]:hover {
|
||||
background-color: #687077;
|
||||
background-color: #4b5257;
|
||||
}
|
||||
|
||||
.badge-primary {
|
||||
@ -5144,7 +5144,7 @@ base::-moz-progress-bar,
|
||||
}
|
||||
|
||||
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
cursor: not-allowed;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
@ -5154,7 +5154,7 @@ base::-moz-progress-bar,
|
||||
}
|
||||
|
||||
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
}
|
||||
|
||||
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
|
||||
@ -5176,7 +5176,7 @@ base::-moz-progress-bar,
|
||||
}
|
||||
|
||||
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
|
||||
color: #a8d6fe;
|
||||
color: #daeeff;
|
||||
}
|
||||
|
||||
.list-group-flush .list-group-item {
|
||||
@ -5388,14 +5388,14 @@ button.list-group-item-danger.active:hover {
|
||||
line-height: 1;
|
||||
color: #000;
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
opacity: .2;
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.close:focus, .close:hover {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
opacity: .5;
|
||||
opacity: .75;
|
||||
}
|
||||
|
||||
button.close {
|
||||
@ -6135,11 +6135,11 @@ a.bg-danger:focus, a.bg-danger:hover {
|
||||
}
|
||||
|
||||
.bg-inverse {
|
||||
background-color: #373a3c !important;
|
||||
background-color: #292b2c !important;
|
||||
}
|
||||
|
||||
a.bg-inverse:focus, a.bg-inverse:hover {
|
||||
background-color: #1f2021 !important;
|
||||
background-color: #101112 !important;
|
||||
}
|
||||
|
||||
.rounded {
|
||||
@ -8127,11 +8127,11 @@ a.bg-inverse:focus, a.bg-inverse:hover {
|
||||
}
|
||||
|
||||
.text-muted {
|
||||
color: #818a91 !important;
|
||||
color: #636c72 !important;
|
||||
}
|
||||
|
||||
a.text-muted:focus, a.text-muted:hover {
|
||||
color: #687077 !important;
|
||||
color: #4b5257 !important;
|
||||
}
|
||||
|
||||
.text-primary {
|
||||
@ -8175,11 +8175,11 @@ a.text-danger:focus, a.text-danger:hover {
|
||||
}
|
||||
|
||||
.text-gray-dark {
|
||||
color: #373a3c !important;
|
||||
color: #292b2c !important;
|
||||
}
|
||||
|
||||
a.text-gray-dark:focus, a.text-gray-dark:hover {
|
||||
color: #1f2021 !important;
|
||||
color: #101112 !important;
|
||||
}
|
||||
|
||||
.text-hide {
|
||||
|
2
docs/dist/css/bootstrap.css.map
vendored
2
docs/dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.min.css
vendored
2
docs/dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.min.css.map
vendored
2
docs/dist/css/bootstrap.min.css.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user