1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-25 04:24:37 +04:00

page wrapper, nav fixes

This commit is contained in:
codecalm
2021-03-21 22:26:07 +01:00
parent 2c3b3e3432
commit b305f270ea
14 changed files with 1535 additions and 1215 deletions
+1 -1
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;
-40
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.
+431 -325
View File
File diff suppressed because it is too large Load Diff