mirror of
https://github.com/tabler/tabler.git
synced 2026-08-17 08:33:51 +04:00
dependencies update
This commit is contained in:
Vendored
+213
-120
@@ -73,22 +73,28 @@ h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
|
||||
line-height: 1.2; }
|
||||
|
||||
h1, .h1 {
|
||||
font-size: 1.7333333em; }
|
||||
font-size: calc(1.2875rem + 0.45vw); }
|
||||
@media (min-width: 1200px) {
|
||||
h1, .h1 {
|
||||
font-size: 1.625rem; } }
|
||||
|
||||
h2, .h2 {
|
||||
font-size: 1.4666667em; }
|
||||
font-size: calc(1.2625rem + 0.15vw); }
|
||||
@media (min-width: 1200px) {
|
||||
h2, .h2 {
|
||||
font-size: 1.375rem; } }
|
||||
|
||||
h3, .h3 {
|
||||
font-size: 1.2em; }
|
||||
font-size: 1.125rem; }
|
||||
|
||||
h4, .h4 {
|
||||
font-size: 1em; }
|
||||
font-size: 0.9375rem; }
|
||||
|
||||
h5, .h5 {
|
||||
font-size: 0.8666667em; }
|
||||
font-size: 0.8125rem; }
|
||||
|
||||
h6, .h6 {
|
||||
font-size: 0.7333333em; }
|
||||
font-size: 0.6875rem; }
|
||||
|
||||
p {
|
||||
margin-top: 0;
|
||||
@@ -141,6 +147,10 @@ strong {
|
||||
small, .small {
|
||||
font-size: 87.5%; }
|
||||
|
||||
mark, .mark {
|
||||
padding: 0.2em;
|
||||
background-color: #fcf8e3; }
|
||||
|
||||
sub,
|
||||
sup {
|
||||
position: relative;
|
||||
@@ -177,14 +187,14 @@ pre {
|
||||
margin-top: 0;
|
||||
margin-bottom: 1rem;
|
||||
overflow: auto;
|
||||
font-size: 0.7333333em; }
|
||||
font-size: 0.6875rem; }
|
||||
pre code {
|
||||
font-size: inherit;
|
||||
color: inherit;
|
||||
word-break: normal; }
|
||||
|
||||
code {
|
||||
font-size: 0.7333333em;
|
||||
font-size: 0.6875rem;
|
||||
color: #206bc4;
|
||||
word-wrap: break-word; }
|
||||
a > code {
|
||||
@@ -192,7 +202,7 @@ code {
|
||||
|
||||
kbd {
|
||||
padding: 0.2rem 0.4rem;
|
||||
font-size: 0.7333333em;
|
||||
font-size: 0.6875rem;
|
||||
color: #ffffff;
|
||||
background-color: #354052;
|
||||
border-radius: 0.2rem; }
|
||||
@@ -222,7 +232,8 @@ caption {
|
||||
caption-side: bottom; }
|
||||
|
||||
th {
|
||||
text-align: inherit; }
|
||||
text-align: inherit;
|
||||
text-align: -webkit-match-parent; }
|
||||
|
||||
label {
|
||||
display: inline-block;
|
||||
@@ -303,13 +314,6 @@ legend {
|
||||
legend {
|
||||
font-size: 1.5rem; } }
|
||||
|
||||
mark, .mark {
|
||||
padding: 0.2em;
|
||||
background-color: #fcf8e3; }
|
||||
|
||||
progress {
|
||||
vertical-align: baseline; }
|
||||
|
||||
::-webkit-datetime-edit {
|
||||
overflow: visible;
|
||||
line-height: 0; }
|
||||
@@ -341,11 +345,14 @@ template {
|
||||
main {
|
||||
display: block; }
|
||||
|
||||
progress {
|
||||
vertical-align: baseline; }
|
||||
|
||||
[hidden] {
|
||||
display: none !important; }
|
||||
|
||||
.lead {
|
||||
font-size: 1em;
|
||||
font-size: 0.9375rem;
|
||||
font-weight: 400; }
|
||||
|
||||
.display-1 {
|
||||
@@ -399,7 +406,7 @@ main {
|
||||
|
||||
.blockquote {
|
||||
margin-bottom: 1rem;
|
||||
font-size: 1em; }
|
||||
font-size: 0.9375rem; }
|
||||
|
||||
.blockquote-footer {
|
||||
display: block;
|
||||
@@ -1242,12 +1249,15 @@ main {
|
||||
.col-form-label-lg {
|
||||
padding-top: calc(0.5rem + 1px);
|
||||
padding-bottom: calc(0.5rem + 1px);
|
||||
font-size: 1.4666667em; }
|
||||
font-size: calc(1.2625rem + 0.15vw); }
|
||||
@media (min-width: 1200px) {
|
||||
.col-form-label-lg {
|
||||
font-size: 1.375rem; } }
|
||||
|
||||
.col-form-label-sm {
|
||||
padding-top: calc(0.125rem + 1px);
|
||||
padding-bottom: calc(0.125rem + 1px);
|
||||
font-size: 0.8666667em; }
|
||||
font-size: 0.8125rem; }
|
||||
|
||||
.form-control {
|
||||
display: block;
|
||||
@@ -1311,14 +1321,17 @@ main {
|
||||
.form-control-sm {
|
||||
min-height: calc(1.4666667em + 0.25rem + 2px);
|
||||
padding: 0.125rem 0.5rem;
|
||||
font-size: 0.8666667em;
|
||||
font-size: 0.8125rem;
|
||||
border-radius: 0.2rem; }
|
||||
|
||||
.form-control-lg {
|
||||
min-height: calc(1.4666667em + 1rem + 2px);
|
||||
padding: 0.5rem 1.5rem;
|
||||
font-size: 1.4666667em;
|
||||
font-size: calc(1.2625rem + 0.15vw);
|
||||
border-radius: 0.3rem; }
|
||||
@media (min-width: 1200px) {
|
||||
.form-control-lg {
|
||||
font-size: 1.375rem; } }
|
||||
|
||||
.form-control-color {
|
||||
max-width: 3rem;
|
||||
@@ -1375,14 +1388,17 @@ main {
|
||||
padding-top: 0.125rem;
|
||||
padding-bottom: 0.125rem;
|
||||
padding-left: 0.5rem;
|
||||
font-size: 0.8666667em; }
|
||||
font-size: 0.8125rem; }
|
||||
|
||||
.form-select-lg {
|
||||
height: calc(1.4666667em + 1rem + 2px);
|
||||
padding-top: 0.5rem;
|
||||
padding-bottom: 0.5rem;
|
||||
padding-left: 1.5rem;
|
||||
font-size: 1.4666667em; }
|
||||
font-size: calc(1.2625rem + 0.15vw); }
|
||||
@media (min-width: 1200px) {
|
||||
.form-select-lg {
|
||||
font-size: 1.375rem; } }
|
||||
|
||||
.form-check {
|
||||
display: block;
|
||||
@@ -1452,7 +1468,7 @@ main {
|
||||
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28134, 140, 151, 0.24%29'/%3e%3c/svg%3e");
|
||||
background-repeat: no-repeat;
|
||||
background-position: left center;
|
||||
background-size: contain;
|
||||
background-size: auto;
|
||||
border-radius: 1.75rem;
|
||||
-webkit-print-color-adjust: exact;
|
||||
color-adjust: exact; }
|
||||
@@ -1787,8 +1803,16 @@ main {
|
||||
.input-group-lg > .input-group-prepend > .btn,
|
||||
.input-group-lg > .input-group-append > .btn {
|
||||
padding: 0.5rem 1.5rem;
|
||||
font-size: 1.4666667em;
|
||||
font-size: calc(1.2625rem + 0.15vw);
|
||||
border-radius: 0.3rem; }
|
||||
@media (min-width: 1200px) {
|
||||
.input-group-lg > .form-control,
|
||||
.input-group-lg > .form-select,
|
||||
.input-group-lg > .input-group-prepend > .input-group-text,
|
||||
.input-group-lg > .input-group-append > .input-group-text,
|
||||
.input-group-lg > .input-group-prepend > .btn,
|
||||
.input-group-lg > .input-group-append > .btn {
|
||||
font-size: 1.375rem; } }
|
||||
|
||||
.input-group-sm > .form-control {
|
||||
min-height: calc(1.4666667em + 0.25rem + 2px); }
|
||||
@@ -1803,7 +1827,7 @@ main {
|
||||
.input-group-sm > .input-group-prepend > .btn,
|
||||
.input-group-sm > .input-group-append > .btn {
|
||||
padding: 0.125rem 0.5rem;
|
||||
font-size: 0.8666667em;
|
||||
font-size: 0.8125rem;
|
||||
border-radius: 0.2rem; }
|
||||
|
||||
.input-group-lg > .form-select,
|
||||
@@ -2391,12 +2415,15 @@ main {
|
||||
|
||||
.btn-lg, .btn-group-lg > .btn {
|
||||
padding: 0.5rem 1.5rem;
|
||||
font-size: 1.4666667em;
|
||||
font-size: calc(1.2625rem + 0.15vw);
|
||||
border-radius: 0.3rem; }
|
||||
@media (min-width: 1200px) {
|
||||
.btn-lg, .btn-group-lg > .btn {
|
||||
font-size: 1.375rem; } }
|
||||
|
||||
.btn-sm, .btn-group-sm > .btn {
|
||||
padding: 0.125rem 0.5rem;
|
||||
font-size: 0.8666667em;
|
||||
font-size: 0.8125rem;
|
||||
border-radius: 0.2rem; }
|
||||
|
||||
.btn-block {
|
||||
@@ -2449,10 +2476,10 @@ main {
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
display: none;
|
||||
min-width: 12rem;
|
||||
min-width: 14rem;
|
||||
padding: 0.5rem 0;
|
||||
margin: 1px 0 0;
|
||||
font-size: 1em;
|
||||
font-size: 0.9375rem;
|
||||
color: #354052;
|
||||
text-align: left;
|
||||
list-style: none;
|
||||
@@ -2587,7 +2614,7 @@ main {
|
||||
.dropdown-item:hover, .dropdown-item:focus {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
background-color: #f5f7fb; }
|
||||
background-color: rgba(134, 140, 151, 0.06); }
|
||||
.dropdown-item.active, .dropdown-item:active {
|
||||
color: #206bc4;
|
||||
text-decoration: none;
|
||||
@@ -3717,6 +3744,9 @@ button.close {
|
||||
.modal-dialog-centered::before {
|
||||
display: block;
|
||||
height: calc(100vh - 1rem);
|
||||
height: -webkit-min-content;
|
||||
height: -moz-min-content;
|
||||
height: min-content;
|
||||
content: ""; }
|
||||
.modal-dialog-centered.modal-dialog-scrollable {
|
||||
flex-direction: column;
|
||||
@@ -3803,7 +3833,10 @@ button.close {
|
||||
.modal-dialog-centered {
|
||||
min-height: calc(100% - 3.5rem); }
|
||||
.modal-dialog-centered::before {
|
||||
height: calc(100vh - 3.5rem); }
|
||||
height: calc(100vh - 3.5rem);
|
||||
height: -webkit-min-content;
|
||||
height: -moz-min-content;
|
||||
height: min-content; }
|
||||
.modal-sm {
|
||||
max-width: 380px; } }
|
||||
|
||||
@@ -5508,6 +5541,12 @@ button.close {
|
||||
-ms-user-select: none !important;
|
||||
user-select: none !important; }
|
||||
|
||||
.pe-none {
|
||||
pointer-events: none !important; }
|
||||
|
||||
.pe-auto {
|
||||
pointer-events: auto !important; }
|
||||
|
||||
.rounded {
|
||||
border-radius: 3px !important; }
|
||||
|
||||
@@ -5596,22 +5635,22 @@ button.close {
|
||||
cursor: zoom-out !important; }
|
||||
|
||||
.text-h1 {
|
||||
font-size: 1.7333333em !important; }
|
||||
font-size: 1.625rem !important; }
|
||||
|
||||
.text-h2 {
|
||||
font-size: 1.4666667em !important; }
|
||||
font-size: 1.375rem !important; }
|
||||
|
||||
.text-h3 {
|
||||
font-size: 1.2em !important; }
|
||||
font-size: 1.125rem !important; }
|
||||
|
||||
.text-h4 {
|
||||
font-size: 1em !important; }
|
||||
font-size: 0.9375rem !important; }
|
||||
|
||||
.text-h5 {
|
||||
font-size: 0.8666667em !important; }
|
||||
font-size: 0.8125rem !important; }
|
||||
|
||||
.text-h6 {
|
||||
font-size: 0.7333333em !important; }
|
||||
font-size: 0.6875rem !important; }
|
||||
|
||||
@media (min-width: 33rem) {
|
||||
.float-sm-left {
|
||||
@@ -7878,7 +7917,9 @@ All navbars
|
||||
.navbar {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
min-height: 3.5rem; }
|
||||
min-height: 3.5rem;
|
||||
box-shadow: 0 0 0 1px rgba(134, 140, 151, 0.24);
|
||||
z-index: 1030; }
|
||||
@media print {
|
||||
.navbar {
|
||||
display: none;
|
||||
@@ -7900,6 +7941,25 @@ All navbars
|
||||
display: block;
|
||||
margin-right: .5rem;
|
||||
line-height: .99; }
|
||||
.navbar .navbar-nav {
|
||||
align-items: center; }
|
||||
.navbar .navbar-nav .nav-link {
|
||||
color: inherit;
|
||||
opacity: 0.6;
|
||||
transition: .3s opacity;
|
||||
justify-content: center; }
|
||||
.navbar .navbar-nav .nav-link:hover {
|
||||
color: inherit;
|
||||
opacity: 1; }
|
||||
.navbar .navbar-nav .nav-link.disabled {
|
||||
color: inherit;
|
||||
opacity: 0.2; }
|
||||
.navbar .navbar-nav .show > .nav-link,
|
||||
.navbar .navbar-nav .active > .nav-link,
|
||||
.navbar .navbar-nav .nav-link.show,
|
||||
.navbar .navbar-nav .nav-link.active {
|
||||
color: inherit;
|
||||
opacity: 1; }
|
||||
|
||||
.navbar-expand-xs .navbar-nav {
|
||||
margin-left: -0.75rem; }
|
||||
@@ -7951,30 +8011,6 @@ Navbar brand
|
||||
.navbar-brand-logo-small {
|
||||
display: none; }
|
||||
|
||||
/**
|
||||
Navbar colors
|
||||
*/
|
||||
.navbar {
|
||||
box-shadow: 0 0 0 1px rgba(134, 140, 151, 0.24); }
|
||||
.navbar .navbar-nav {
|
||||
align-items: center; }
|
||||
.navbar .navbar-nav .nav-link {
|
||||
color: inherit;
|
||||
opacity: 0.6;
|
||||
transition: .3s opacity; }
|
||||
.navbar .navbar-nav .nav-link:hover {
|
||||
color: inherit;
|
||||
opacity: 1; }
|
||||
.navbar .navbar-nav .nav-link.disabled {
|
||||
color: inherit;
|
||||
opacity: 0.2; }
|
||||
.navbar .navbar-nav .show > .nav-link,
|
||||
.navbar .navbar-nav .active > .nav-link,
|
||||
.navbar .navbar-nav .nav-link.show,
|
||||
.navbar .navbar-nav .nav-link.active {
|
||||
color: inherit;
|
||||
opacity: 1; }
|
||||
|
||||
.navbar-light {
|
||||
background: #ffffff; }
|
||||
.navbar-light::-webkit-scrollbar {
|
||||
@@ -8064,7 +8100,7 @@ Navbar vertical
|
||||
align-items: center;
|
||||
justify-content: center; }
|
||||
.navbar-vertical.navbar-expand-xs .navbar-heading {
|
||||
font-size: 0.7333333em;
|
||||
font-size: 0.6875rem;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: .04em;
|
||||
@@ -8085,7 +8121,8 @@ Navbar vertical
|
||||
min-height: 0;
|
||||
height: 2.5rem;
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem; }
|
||||
padding-right: 1rem;
|
||||
justify-content: start; }
|
||||
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-item.active {
|
||||
font-weight: 600; }
|
||||
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-item.active > .nav-link:before {
|
||||
@@ -8226,7 +8263,7 @@ Navbar vertical
|
||||
align-items: center;
|
||||
justify-content: center; }
|
||||
.navbar-vertical.navbar-expand-sm .navbar-heading {
|
||||
font-size: 0.7333333em;
|
||||
font-size: 0.6875rem;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: .04em;
|
||||
@@ -8247,7 +8284,8 @@ Navbar vertical
|
||||
min-height: 0;
|
||||
height: 2.5rem;
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem; }
|
||||
padding-right: 1rem;
|
||||
justify-content: start; }
|
||||
.navbar-vertical.navbar-expand-sm .navbar-nav .nav-item.active {
|
||||
font-weight: 600; }
|
||||
.navbar-vertical.navbar-expand-sm .navbar-nav .nav-item.active > .nav-link:before {
|
||||
@@ -8390,7 +8428,7 @@ Navbar vertical
|
||||
align-items: center;
|
||||
justify-content: center; }
|
||||
.navbar-vertical.navbar-expand-md .navbar-heading {
|
||||
font-size: 0.7333333em;
|
||||
font-size: 0.6875rem;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: .04em;
|
||||
@@ -8411,7 +8449,8 @@ Navbar vertical
|
||||
min-height: 0;
|
||||
height: 2.5rem;
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem; }
|
||||
padding-right: 1rem;
|
||||
justify-content: start; }
|
||||
.navbar-vertical.navbar-expand-md .navbar-nav .nav-item.active {
|
||||
font-weight: 600; }
|
||||
.navbar-vertical.navbar-expand-md .navbar-nav .nav-item.active > .nav-link:before {
|
||||
@@ -8554,7 +8593,7 @@ Navbar vertical
|
||||
align-items: center;
|
||||
justify-content: center; }
|
||||
.navbar-vertical.navbar-expand-lg .navbar-heading {
|
||||
font-size: 0.7333333em;
|
||||
font-size: 0.6875rem;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: .04em;
|
||||
@@ -8575,7 +8614,8 @@ Navbar vertical
|
||||
min-height: 0;
|
||||
height: 2.5rem;
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem; }
|
||||
padding-right: 1rem;
|
||||
justify-content: start; }
|
||||
.navbar-vertical.navbar-expand-lg .navbar-nav .nav-item.active {
|
||||
font-weight: 600; }
|
||||
.navbar-vertical.navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:before {
|
||||
@@ -8718,7 +8758,7 @@ Navbar vertical
|
||||
align-items: center;
|
||||
justify-content: center; }
|
||||
.navbar-vertical.navbar-expand-xl .navbar-heading {
|
||||
font-size: 0.7333333em;
|
||||
font-size: 0.6875rem;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: .04em;
|
||||
@@ -8739,7 +8779,8 @@ Navbar vertical
|
||||
min-height: 0;
|
||||
height: 2.5rem;
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem; }
|
||||
padding-right: 1rem;
|
||||
justify-content: start; }
|
||||
.navbar-vertical.navbar-expand-xl .navbar-nav .nav-item.active {
|
||||
font-weight: 600; }
|
||||
.navbar-vertical.navbar-expand-xl .navbar-nav .nav-item.active > .nav-link:before {
|
||||
@@ -8879,7 +8920,7 @@ Navbar secondary
|
||||
flex: 1; }
|
||||
|
||||
.page-pretitle {
|
||||
font-size: 0.7333333em;
|
||||
font-size: 0.6875rem;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: .04em;
|
||||
@@ -8887,7 +8928,7 @@ Navbar secondary
|
||||
|
||||
.page-title {
|
||||
margin: 0;
|
||||
font-size: 1.4666667em;
|
||||
font-size: 1.375rem;
|
||||
font-weight: 400;
|
||||
line-height: 1;
|
||||
color: inherit; }
|
||||
@@ -8923,7 +8964,7 @@ Navbar secondary
|
||||
position: relative;
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
font-size: 0.8666667em;
|
||||
font-size: 0.8125rem;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@@ -9007,12 +9048,12 @@ Navbar secondary
|
||||
text-decoration: none; }
|
||||
|
||||
.avatar-upload-text {
|
||||
font-size: 0.7333333em;
|
||||
font-size: 0.6875rem;
|
||||
line-height: 1;
|
||||
margin-top: .25rem; }
|
||||
|
||||
.badge {
|
||||
font-size: 0.7333333em;
|
||||
font-size: 0.6875rem;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: .04em;
|
||||
@@ -9163,9 +9204,13 @@ Navbar secondary
|
||||
padding-right: 1.5em;
|
||||
padding-left: 1.5em;
|
||||
border-radius: 10rem; }
|
||||
.btn-pill[class*="btn-icon"] {
|
||||
padding: 0.375rem 15px; }
|
||||
|
||||
.btn-icon {
|
||||
min-width: calc(2.125rem + 2px); }
|
||||
.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
|
||||
min-width: calc(1.4416667rem + 2px); }
|
||||
.btn-icon .icon {
|
||||
margin: 0 -1em; }
|
||||
|
||||
@@ -9396,7 +9441,7 @@ Navbar secondary
|
||||
|
||||
.card-actions {
|
||||
margin-left: auto;
|
||||
font-size: 0.8666667em; }
|
||||
font-size: 0.8125rem; }
|
||||
.card-actions a {
|
||||
text-decoration: none; }
|
||||
|
||||
@@ -9428,7 +9473,7 @@ Navbar secondary
|
||||
.card-title {
|
||||
display: block;
|
||||
margin: 0 0 1rem;
|
||||
font-size: 1.2em;
|
||||
font-size: 1.125rem;
|
||||
font-weight: 600;
|
||||
line-height: 1.3333333; }
|
||||
a.card-title:hover {
|
||||
@@ -9641,13 +9686,11 @@ Card tabs
|
||||
display: flex; }
|
||||
|
||||
.dropdown-item {
|
||||
min-width: 12rem;
|
||||
min-width: 14rem;
|
||||
color: inherit;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin: 0; }
|
||||
a.dropdown-item:hover {
|
||||
color: #354052; }
|
||||
|
||||
.dropdown-item-icon {
|
||||
width: 1rem;
|
||||
@@ -9658,7 +9701,7 @@ Card tabs
|
||||
stroke-width: 2px; }
|
||||
|
||||
.dropdown-header {
|
||||
font-size: 0.7333333em;
|
||||
font-size: 0.6875rem;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: .04em;
|
||||
@@ -9889,7 +9932,7 @@ textarea[cols] {
|
||||
Form label
|
||||
*/
|
||||
.form-label {
|
||||
font-size: 1em;
|
||||
font-size: 0.9375rem;
|
||||
font-weight: 600;
|
||||
display: block;
|
||||
margin-bottom: .5rem; }
|
||||
@@ -9905,12 +9948,19 @@ Form label
|
||||
Form hint
|
||||
*/
|
||||
.form-hint {
|
||||
display: block;
|
||||
font-size: 87.5%;
|
||||
color: #868c97;
|
||||
margin: 0 0 .75rem;
|
||||
line-height: 1.3333334; }
|
||||
.form-hint:last-child {
|
||||
margin-bottom: 0; }
|
||||
.form-hint + .form-control {
|
||||
margin-top: .25rem; }
|
||||
.form-label + .form-hint {
|
||||
margin-top: -.5rem; }
|
||||
.form-control + .form-hint,
|
||||
.form-select + .form-hint {
|
||||
margin-top: .25rem; }
|
||||
|
||||
/**
|
||||
Form control
|
||||
@@ -9995,6 +10045,8 @@ Form switch
|
||||
|
||||
.form-check-input {
|
||||
margin-top: .25rem; }
|
||||
.form-switch .form-check-input {
|
||||
transition: .3s background-color, .3s background-position; }
|
||||
|
||||
.form-check-label {
|
||||
line-height: 1.3333334;
|
||||
@@ -10002,7 +10054,7 @@ Form switch
|
||||
|
||||
.form-check-description {
|
||||
color: #868c97;
|
||||
font-size: 0.8666667em;
|
||||
font-size: 0.8125rem;
|
||||
line-height: 1.3333334; }
|
||||
|
||||
/**
|
||||
@@ -10015,7 +10067,7 @@ Input group
|
||||
border-left: 0; }
|
||||
|
||||
.input-group-link {
|
||||
font-size: 0.8666667em; }
|
||||
font-size: 0.8125rem; }
|
||||
|
||||
.input-group-flat:focus-within {
|
||||
box-shadow: 0 0 0 0.2rem rgba(32, 107, 196, 0.25);
|
||||
@@ -10568,7 +10620,7 @@ Dimmer
|
||||
padding: 0 3.5rem 0 1.5rem; }
|
||||
|
||||
.modal-title {
|
||||
font-size: 1.2em;
|
||||
font-size: 1.125rem;
|
||||
font-weight: 600;
|
||||
line-height: 1.3333333; }
|
||||
|
||||
@@ -10627,7 +10679,7 @@ Dimmer
|
||||
.stars {
|
||||
display: inline-flex;
|
||||
color: #dee1e7;
|
||||
font-size: 0.8666667em; }
|
||||
font-size: 0.8125rem; }
|
||||
.stars .star:not(:first-child) {
|
||||
margin-left: .25rem; }
|
||||
|
||||
@@ -10661,7 +10713,7 @@ Dimmer
|
||||
color: rgba(134, 140, 151, 0.5); }
|
||||
|
||||
.page-item-title {
|
||||
font-size: 1.2em;
|
||||
font-size: 1.125rem;
|
||||
font-weight: 400;
|
||||
color: #354052; }
|
||||
.page-link:hover .page-item-title {
|
||||
@@ -10729,7 +10781,7 @@ Dimmer
|
||||
right: -0.25rem;
|
||||
z-index: 1;
|
||||
padding: .25rem .75rem;
|
||||
font-size: 0.7333333em;
|
||||
font-size: 0.6875rem;
|
||||
font-weight: 600;
|
||||
line-height: 1.5rem;
|
||||
color: #fff;
|
||||
@@ -11123,7 +11175,7 @@ Dimmer
|
||||
.table thead th, .markdown > table thead th {
|
||||
background: rgba(53, 64, 82, 0.024);
|
||||
border-width: 1px;
|
||||
font-size: 0.7333333em;
|
||||
font-size: 0.6875rem;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: .04em;
|
||||
@@ -11183,7 +11235,7 @@ Hr text
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin: 2rem 0;
|
||||
font-size: 0.7333333em;
|
||||
font-size: 0.6875rem;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: .04em;
|
||||
@@ -11280,7 +11332,7 @@ code {
|
||||
pre {
|
||||
padding: 1rem;
|
||||
overflow: auto;
|
||||
font-size: 0.7333333em;
|
||||
font-size: 0.6875rem;
|
||||
-webkit-hyphens: none;
|
||||
-ms-hyphens: none;
|
||||
hyphens: none;
|
||||
@@ -11320,23 +11372,12 @@ Links
|
||||
Subheader
|
||||
*/
|
||||
.subheader {
|
||||
font-size: 0.7333333em;
|
||||
font-size: 0.6875rem;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: .04em;
|
||||
color: #868c97; }
|
||||
|
||||
/**
|
||||
Antialiasing
|
||||
*/
|
||||
.antialiased {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale; }
|
||||
|
||||
.subpixel-antialiased {
|
||||
-webkit-font-smoothing: auto;
|
||||
-moz-osx-font-smoothing: auto; }
|
||||
|
||||
/**
|
||||
Markdown
|
||||
*/
|
||||
@@ -11406,7 +11447,7 @@ Chart sparkline
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 0.7333333em; }
|
||||
font-size: 0.6875rem; }
|
||||
.chart-sparkline-label .icon {
|
||||
width: 1rem;
|
||||
height: 1rem; }
|
||||
@@ -11863,6 +11904,17 @@ Scrollable
|
||||
.hover-shadow-none:hover {
|
||||
box-shadow: none !important; }
|
||||
|
||||
/**
|
||||
Antialiasing
|
||||
*/
|
||||
.antialiased {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale; }
|
||||
|
||||
.subpixel-antialiased {
|
||||
-webkit-font-smoothing: auto;
|
||||
-moz-osx-font-smoothing: auto; }
|
||||
|
||||
@media not print {
|
||||
.theme-dark {
|
||||
color: #f5f7fb;
|
||||
@@ -11871,7 +11923,8 @@ Scrollable
|
||||
.theme-dark .navbar-light,
|
||||
.theme-dark .footer,
|
||||
.theme-dark .modal-content,
|
||||
.theme-dark .modal-header {
|
||||
.theme-dark .modal-header,
|
||||
.theme-dark .dropdown-menu {
|
||||
background-color: #354052;
|
||||
color: inherit; }
|
||||
.theme-dark .card {
|
||||
@@ -11958,7 +12011,8 @@ Scrollable
|
||||
.theme-dark-auto .navbar-light,
|
||||
.theme-dark-auto .footer,
|
||||
.theme-dark-auto .modal-content,
|
||||
.theme-dark-auto .modal-header {
|
||||
.theme-dark-auto .modal-header,
|
||||
.theme-dark-auto .dropdown-menu {
|
||||
background-color: #354052;
|
||||
color: inherit; }
|
||||
.theme-dark-auto .card {
|
||||
@@ -12047,7 +12101,7 @@ Scrollable
|
||||
.selectize-control.multi .selectize-input.has-items {
|
||||
padding-left: 6px; }
|
||||
.selectize-control.multi .selectize-input > div {
|
||||
font-size: 0.8666667em;
|
||||
font-size: 0.8125rem;
|
||||
margin: 0 6px 2px 0;
|
||||
padding: 2px 8px;
|
||||
border-radius: 3px;
|
||||
@@ -12058,6 +12112,28 @@ Scrollable
|
||||
font-weight: normal !important;
|
||||
border-left: 0 !important;
|
||||
color: #868c97 !important; }
|
||||
.selectize-control.is-valid {
|
||||
padding: 0; }
|
||||
.selectize-control.is-valid .selectize-input {
|
||||
border-color: #5eba00; }
|
||||
.selectize-control.is-valid .selectize-input.focus {
|
||||
box-shadow: 0 0 0 0.2rem rgba(94, 186, 0, 0.25); }
|
||||
.selectize-control.is-valid .selectize-dropdown {
|
||||
background: none;
|
||||
background-color: inherit;
|
||||
border-color: rgba(134, 140, 151, 0.24);
|
||||
padding-right: 0; }
|
||||
.selectize-control.is-invalid {
|
||||
padding: 0; }
|
||||
.selectize-control.is-invalid .selectize-input {
|
||||
border-color: #fa4654; }
|
||||
.selectize-control.is-invalid .selectize-input.focus {
|
||||
box-shadow: 0 0 0 0.2rem rgba(250, 70, 84, 0.25); }
|
||||
.selectize-control.is-invalid .selectize-dropdown {
|
||||
background: none;
|
||||
background-color: inherit;
|
||||
border-color: rgba(134, 140, 151, 0.24);
|
||||
padding-right: 0; }
|
||||
|
||||
.selectize-input {
|
||||
display: flex !important;
|
||||
@@ -12067,12 +12143,14 @@ Scrollable
|
||||
font-size: 0.9375rem;
|
||||
box-shadow: none;
|
||||
line-height: 1.4666667;
|
||||
background-color: inherit !important;
|
||||
background-color: inherit;
|
||||
color: inherit !important; }
|
||||
.selectize-input.full {
|
||||
background-color: inherit; }
|
||||
.selectize-input.dropdown-active {
|
||||
border-radius: 3px; }
|
||||
.selectize-control.single .selectize-input {
|
||||
background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28134, 140, 151, 0.48%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") #ffffff; }
|
||||
background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28134, 140, 151, 0.48%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat right 0.75rem center/16px 12px; }
|
||||
.selectize-input.focus {
|
||||
border-color: #7aade9;
|
||||
box-shadow: 0 0 0 0.2rem rgba(32, 107, 196, 0.25); }
|
||||
@@ -12088,7 +12166,7 @@ Scrollable
|
||||
.selectize-dropdown .option-header {
|
||||
padding: 0.25rem 0.75rem; }
|
||||
.selectize-dropdown .active {
|
||||
background: #f5f7fb;
|
||||
background: rgba(134, 140, 151, 0.06);
|
||||
color: inherit;
|
||||
cursor: pointer; }
|
||||
|
||||
@@ -12109,7 +12187,7 @@ Scrollable
|
||||
|
||||
.jqvmap-label {
|
||||
font-family: inherit;
|
||||
font-size: 0.7333333em;
|
||||
font-size: 0.6875rem;
|
||||
line-height: 1;
|
||||
padding: .25rem;
|
||||
background: #354052; }
|
||||
@@ -12163,7 +12241,7 @@ Scrollable
|
||||
border-color: rgba(134, 140, 151, 0.24); }
|
||||
|
||||
.fc-unthemed .fc-toolbar h2, .fc-unthemed .fc-toolbar .h2 {
|
||||
font-size: 1.4666667em;
|
||||
font-size: 1.375rem;
|
||||
margin: 0; }
|
||||
|
||||
.fc-unthemed .fc-button {
|
||||
@@ -12226,7 +12304,7 @@ Scrollable
|
||||
box-shadow: 0 0 0 0.2rem rgba(32, 107, 196, 0.25); }
|
||||
|
||||
.flatpickr-calendar {
|
||||
background: transparent;
|
||||
background: #ffffff;
|
||||
border: 1px solid rgba(134, 140, 151, 0.24);
|
||||
border-radius: 3px;
|
||||
padding: .5rem;
|
||||
@@ -12268,7 +12346,7 @@ Scrollable
|
||||
background-color: #206bc4; }
|
||||
|
||||
span.flatpickr-weekday {
|
||||
font-size: 0.7333333em;
|
||||
font-size: 0.6875rem;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: .04em;
|
||||
@@ -12303,6 +12381,21 @@ span.flatpickr-weekday {
|
||||
.flatpickr-months .numInputWrapper .arrowDown {
|
||||
display: none; }
|
||||
|
||||
.flatpickr-day.inRange,
|
||||
.flatpickr-day.prevMonthDay.inRange,
|
||||
.flatpickr-day.nextMonthDay.inRange,
|
||||
.flatpickr-day.today.inRange,
|
||||
.flatpickr-day.prevMonthDay.today.inRange,
|
||||
.flatpickr-day.nextMonthDay.today.inRange,
|
||||
.flatpickr-day:hover,
|
||||
.flatpickr-day.prevMonthDay:hover,
|
||||
.flatpickr-day.nextMonthDay:hover,
|
||||
.flatpickr-day:focus,
|
||||
.flatpickr-day.prevMonthDay:focus,
|
||||
.flatpickr-day.nextMonthDay:focus {
|
||||
background: rgba(134, 140, 151, 0.06);
|
||||
border-color: transparent; }
|
||||
|
||||
.noUi-target {
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
|
||||
Reference in New Issue
Block a user