1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00

dependencies update

This commit is contained in:
codecalm
2021-03-13 23:59:45 +01:00
parent 7722615961
commit ad4573eb66
21 changed files with 800 additions and 939 deletions

2
dist/css/demo.css vendored
View File

@@ -183,7 +183,7 @@ pre.highlight,
.example {
padding: 2rem;
margin: 2rem 0;
margin: 1rem 0 2rem;
border: 1px solid #e6e8e9;
border-radius: 3px 3px 0 0;
position: relative;

File diff suppressed because one or more lines are too long

View File

@@ -183,7 +183,7 @@ pre.highlight,
.example {
padding: 2rem;
margin: 2rem 0;
margin: 1rem 0 2rem;
border: 1px solid #e6e8e9;
border-radius: 3px 3px 0 0;
position: relative;

File diff suppressed because one or more lines are too long

View File

@@ -6,46 +6,6 @@
* Copyright 2018-2021 codecalm.net Paweł Kuna
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
*/
.apexcharts-title-text {
font-weight: 600 !important; }
.apexcharts-tooltip-title {
font-weight: 600 !important;
padding-bottom: .25rem !important; }
.apexcharts-gridline,
.apexcharts-ycrosshairs,
.apexcharts-xaxis-tick {
stroke: #e6e8e9 !important; }
.apexcharts-tooltip {
line-height: 1;
color: #ffffff;
background: #232e3c !important;
border: 0 !important;
border-radius: 3px !important; }
.apexcharts-tooltip-title {
margin: 0 !important;
background: transparent !important;
border: 0 !important; }
.apexcharts-tooltip-series-group {
padding: 0 8px !important; }
.apexcharts-tooltip-marker {
width: .5rem;
height: .5rem; }
.apexcharts-gridline,
.apexcharts-ycrosshairs,
.apexcharts-xaxis-tick {
stroke: #e7eaef; }
.apexcharts-yaxis-label,
.apexcharts-xaxis-label {
fill: #656d77; }
/*! nouislider - 14.6.3 - 11/19/2020 */
/* Functional styling;
* These styles are required for noUiSlider to function.

File diff suppressed because one or more lines are too long

View File

@@ -6,46 +6,6 @@
* Copyright 2018-2021 codecalm.net Paweł Kuna
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
*/
.apexcharts-title-text {
font-weight: 600 !important; }
.apexcharts-tooltip-title {
font-weight: 600 !important;
padding-bottom: .25rem !important; }
.apexcharts-gridline,
.apexcharts-ycrosshairs,
.apexcharts-xaxis-tick {
stroke: #e6e8e9 !important; }
.apexcharts-tooltip {
line-height: 1;
color: #ffffff;
background: #232e3c !important;
border: 0 !important;
border-radius: 3px !important; }
.apexcharts-tooltip-title {
margin: 0 !important;
background: transparent !important;
border: 0 !important; }
.apexcharts-tooltip-series-group {
padding: 0 8px !important; }
.apexcharts-tooltip-marker {
width: .5rem;
height: .5rem; }
.apexcharts-gridline,
.apexcharts-ycrosshairs,
.apexcharts-xaxis-tick {
stroke: #e7eaef; }
.apexcharts-yaxis-label,
.apexcharts-xaxis-label {
fill: #656d77; }
/*! nouislider - 14.6.3 - 11/19/2020 */
/* Functional styling;
* These styles are required for noUiSlider to function.

19
dist/css/tabler.css vendored
View File

@@ -2889,7 +2889,7 @@ textarea.form-control-lg {
padding: 0.75rem 1rem;
margin-bottom: 0;
color: #656d77;
background-color: #f4f6fa;
background-color: #ffffff;
border-bottom: 1px solid rgba(101, 109, 119, 0.16); }
.card-header:first-child {
border-radius: 3px 3px 0 0; }
@@ -2897,7 +2897,7 @@ textarea.form-control-lg {
.card-footer {
padding: 0.75rem 1rem;
color: #656d77;
background-color: #f4f6fa;
background-color: #ffffff;
border-top: 1px solid rgba(101, 109, 119, 0.16); }
.card-footer:last-child {
border-radius: 0 0 3px 3px; }
@@ -8790,7 +8790,7 @@ Navbar vertical
margin-right: -.5rem !important;
box-shadow: 0 0 0 2px #ffffff; }
.card-footer .avatar-list-stacked .avatar {
box-shadow: 0 0 0 2px #f4f6fa; }
box-shadow: 0 0 0 2px #ffffff; }
.avatar-upload {
width: 4rem;
@@ -9350,12 +9350,12 @@ Navbar vertical
box-shadow: rgba(35, 46, 60, 0.16) 0 2px 16px 0; }
.card-img,
.card-img-left {
.card-img-start {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px; }
.card-img,
.card-img-right {
.card-img-end {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px; }
@@ -9454,9 +9454,16 @@ Navbar vertical
.card-header-pills {
flex: 1; }
/*
Card footer
*/
.card-footer {
margin-top: auto; }
.card-footer-gray {
border-top: 0;
background: rgba(35, 46, 60, 0.024); }
.card-progress {
height: .25rem; }
.card-progress:last-child {
@@ -9634,7 +9641,7 @@ Card tabs
z-index: 1000;
border-bottom: 0; }
.card-tabs .nav-tabs .nav-link {
background: #f4f6fa;
background: #ffffff;
border: 1px solid rgba(101, 109, 119, 0.16);
border-bottom: 0; }
.card-tabs .nav-tabs .nav-link.active, .card-tabs .nav-tabs .nav-link:active, .card-tabs .nav-tabs .nav-link:hover {

View File

@@ -2887,7 +2887,7 @@ textarea.form-control-lg {
padding: 0.75rem 1rem;
margin-bottom: 0;
color: #656d77;
background-color: #f4f6fa;
background-color: #ffffff;
border-bottom: 1px solid rgba(101, 109, 119, 0.16); }
.card-header:first-child {
border-radius: 3px 3px 0 0; }
@@ -2895,7 +2895,7 @@ textarea.form-control-lg {
.card-footer {
padding: 0.75rem 1rem;
color: #656d77;
background-color: #f4f6fa;
background-color: #ffffff;
border-top: 1px solid rgba(101, 109, 119, 0.16); }
.card-footer:last-child {
border-radius: 0 0 3px 3px; }
@@ -8768,7 +8768,7 @@ Navbar vertical
margin-left: -.5rem !important;
box-shadow: 0 0 0 2px #ffffff; }
.card-footer .avatar-list-stacked .avatar {
box-shadow: 0 0 0 2px #f4f6fa; }
box-shadow: 0 0 0 2px #ffffff; }
.avatar-upload {
width: 4rem;
@@ -9328,12 +9328,12 @@ Navbar vertical
box-shadow: rgba(35, 46, 60, 0.16) 0 2px 16px 0; }
.card-img,
.card-img-left {
.card-img-start {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px; }
.card-img,
.card-img-right {
.card-img-end {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px; }
@@ -9432,9 +9432,16 @@ Navbar vertical
.card-header-pills {
flex: 1; }
/*
Card footer
*/
.card-footer {
margin-top: auto; }
.card-footer-gray {
border-top: 0;
background: rgba(35, 46, 60, 0.024); }
.card-progress {
height: .25rem; }
.card-progress:last-child {
@@ -9612,7 +9619,7 @@ Card tabs
z-index: 1000;
border-bottom: 0; }
.card-tabs .nav-tabs .nav-link {
background: #f4f6fa;
background: #ffffff;
border: 1px solid rgba(101, 109, 119, 0.16);
border-bottom: 0; }
.card-tabs .nav-tabs .nav-link.active, .card-tabs .nav-tabs .nav-link:active, .card-tabs .nav-tabs .nav-link:hover {