mirror of
https://github.com/tabler/tabler.git
synced 2026-08-18 17:13:48 +04:00
homepage charts fixesbootstrap upgrade
This commit is contained in:
+17
-11
@@ -350,9 +350,9 @@
|
||||
<div class="card-body">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/robots.txt">
|
||||
<a href="/redirects.json">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon mr-1 text-red" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>
|
||||
robots.txt
|
||||
redirects.json
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
@@ -425,6 +425,12 @@
|
||||
map-fullsize.html
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/robots.txt">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon mr-1 text-red" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>
|
||||
robots.txt
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/search-results.html">
|
||||
search-results.html
|
||||
@@ -452,12 +458,6 @@
|
||||
redirect.html
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/redirects.json">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon mr-1 text-red" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>
|
||||
redirects.json
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/activity.html">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon mr-1 text-red" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>
|
||||
@@ -516,13 +516,13 @@
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/auth-lock.html">
|
||||
<a href="/forgot-password.html">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon mr-1 text-red" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>
|
||||
Forgot password
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/forgot-password.html">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon mr-1 text-red" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>
|
||||
<a href="/auth-lock.html">
|
||||
Forgot password
|
||||
</a>
|
||||
</li>
|
||||
@@ -612,6 +612,12 @@
|
||||
Pagination
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/playground.html">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon mr-1 text-red" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>
|
||||
Playground
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/pricing.html">
|
||||
Pricing cards
|
||||
|
||||
Vendored
+2
-35
@@ -40,19 +40,11 @@ pre.highlight,
|
||||
color: #4070a0; }
|
||||
.highlight .c {
|
||||
color: #727272; }
|
||||
.highlight .c1 {
|
||||
color: #727272; }
|
||||
.highlight .ch {
|
||||
font-style: italic;
|
||||
color: #60a0b0; }
|
||||
.highlight .cm {
|
||||
color: #727272; }
|
||||
.highlight .cp {
|
||||
color: #008085; }
|
||||
.highlight .cpf {
|
||||
color: #007020; }
|
||||
.highlight .cs {
|
||||
color: #727272; }
|
||||
.highlight .gd {
|
||||
background-color: #fcc;
|
||||
border: 1px solid #c00; }
|
||||
@@ -81,8 +73,6 @@ pre.highlight,
|
||||
color: #c24f19; }
|
||||
.highlight .k {
|
||||
color: #069; }
|
||||
.highlight .kc {
|
||||
color: #069; }
|
||||
.highlight .kd {
|
||||
color: #069; }
|
||||
.highlight .kn {
|
||||
@@ -91,8 +81,6 @@ pre.highlight,
|
||||
color: #069; }
|
||||
.highlight .kr {
|
||||
color: #069; }
|
||||
.highlight .kt {
|
||||
color: #078; }
|
||||
.highlight .m {
|
||||
color: #c24f19; }
|
||||
.highlight .mf {
|
||||
@@ -121,8 +109,6 @@ pre.highlight,
|
||||
color: #727272; }
|
||||
.highlight .nl {
|
||||
color: #6b62de; }
|
||||
.highlight .nn {
|
||||
color: #007ca5; }
|
||||
.highlight .no {
|
||||
color: #360; }
|
||||
.highlight .nt {
|
||||
@@ -131,8 +117,6 @@ pre.highlight,
|
||||
color: #033; }
|
||||
.highlight .o {
|
||||
color: #555; }
|
||||
.highlight .ow {
|
||||
color: #000; }
|
||||
.highlight .s {
|
||||
color: #d73038; }
|
||||
.highlight .s1 {
|
||||
@@ -160,24 +144,15 @@ pre.highlight,
|
||||
color: #fc3; }
|
||||
.highlight .sx {
|
||||
color: #c30; }
|
||||
.highlight .w {
|
||||
color: #bbb; }
|
||||
.highlight .language-bash::before, .highlight .language-sh::before {
|
||||
.highlight .language-sh::before {
|
||||
color: #009;
|
||||
content: "$ ";
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none; }
|
||||
.highlight .language-bash .m, .highlight .language-sh .m {
|
||||
.highlight .language-sh .m {
|
||||
color: inherit; }
|
||||
.highlight .language-powershell::before {
|
||||
color: #009;
|
||||
content: "PM> ";
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none; }
|
||||
|
||||
.example {
|
||||
padding: 2rem;
|
||||
@@ -242,19 +217,11 @@ pre.highlight,
|
||||
border: 1px solid #e6e8e9;
|
||||
border-top: none; } }
|
||||
|
||||
@media not print and (prefers-color-scheme: dark) {
|
||||
.theme-dark-auto .example-code {
|
||||
border: 1px solid #e6e8e9;
|
||||
border-top: none; } }
|
||||
|
||||
.card-sponsor {
|
||||
background: #dbe7f6 no-repeat center/100% 100%;
|
||||
border-color: #548ed2;
|
||||
min-height: 316px; }
|
||||
|
||||
body.no-transitions * {
|
||||
transition: none !important; }
|
||||
|
||||
.dropdown-menu-demo {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
-15
@@ -33,9 +33,6 @@
|
||||
.flag-country-ai {
|
||||
background-image: url("../img/flags/ai.svg"); }
|
||||
|
||||
.flag-country-al {
|
||||
background-image: url("../img/flags/al.svg"); }
|
||||
|
||||
.flag-country-am {
|
||||
background-image: url("../img/flags/am.svg"); }
|
||||
|
||||
@@ -72,9 +69,6 @@
|
||||
.flag-country-bb {
|
||||
background-image: url("../img/flags/bb.svg"); }
|
||||
|
||||
.flag-country-bd {
|
||||
background-image: url("../img/flags/bd.svg"); }
|
||||
|
||||
.flag-country-be {
|
||||
background-image: url("../img/flags/be.svg"); }
|
||||
|
||||
@@ -513,9 +507,6 @@
|
||||
.flag-country-ni {
|
||||
background-image: url("../img/flags/ni.svg"); }
|
||||
|
||||
.flag-country-nl {
|
||||
background-image: url("../img/flags/nl.svg"); }
|
||||
|
||||
.flag-country-no {
|
||||
background-image: url("../img/flags/no.svg"); }
|
||||
|
||||
@@ -699,9 +690,6 @@
|
||||
.flag-country-tv {
|
||||
background-image: url("../img/flags/tv.svg"); }
|
||||
|
||||
.flag-country-tw {
|
||||
background-image: url("../img/flags/tw.svg"); }
|
||||
|
||||
.flag-country-tz {
|
||||
background-image: url("../img/flags/tz.svg"); }
|
||||
|
||||
@@ -753,9 +741,6 @@
|
||||
.flag-country-ye {
|
||||
background-image: url("../img/flags/ye.svg"); }
|
||||
|
||||
.flag-country-yt {
|
||||
background-image: url("../img/flags/yt.svg"); }
|
||||
|
||||
.flag-country-za {
|
||||
background-image: url("../img/flags/za.svg"); }
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
-314
@@ -6,317 +6,3 @@
|
||||
* Copyright 2018-2020 codecalm.net Paweł Kuna
|
||||
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
|
||||
*/
|
||||
.selectize-control {
|
||||
padding: 0;
|
||||
border: 0;
|
||||
height: auto; }
|
||||
.selectize-control.multi .selectize-input.has-items {
|
||||
padding-left: 6px; }
|
||||
.selectize-control.multi .selectize-input > div {
|
||||
font-size: 0.75rem;
|
||||
margin: 0 6px 2px 0;
|
||||
padding: 2px 8px;
|
||||
border-radius: 3px;
|
||||
background-color: rgba(135, 142, 151, 0.1);
|
||||
color: inherit; }
|
||||
.selectize-control .remove {
|
||||
font-size: inherit !important;
|
||||
font-weight: normal !important;
|
||||
border-left: 0 !important;
|
||||
color: #656d77 !important; }
|
||||
.selectize-control.is-valid {
|
||||
padding: 0; }
|
||||
.selectize-control.is-valid .selectize-input {
|
||||
border-color: #2fb344; }
|
||||
.selectize-control.is-valid .selectize-input.focus {
|
||||
box-shadow: 0 0 0 0.25rem rgba(47, 179, 68, 0.25); }
|
||||
.selectize-control.is-valid .selectize-dropdown {
|
||||
background: none;
|
||||
background-color: inherit;
|
||||
border-color: #e6e8e9;
|
||||
padding-right: 0; }
|
||||
.selectize-control.is-invalid {
|
||||
padding: 0; }
|
||||
.selectize-control.is-invalid .selectize-input {
|
||||
border-color: #d63939; }
|
||||
.selectize-control.is-invalid .selectize-input.focus {
|
||||
box-shadow: 0 0 0 0.25rem rgba(214, 57, 57, 0.25); }
|
||||
.selectize-control.is-invalid .selectize-dropdown {
|
||||
background: none;
|
||||
background-color: inherit;
|
||||
border-color: #e6e8e9;
|
||||
padding-right: 0; }
|
||||
|
||||
.selectize-input {
|
||||
display: flex !important;
|
||||
border: 1px solid #e6e8e9;
|
||||
padding: 0.4375rem 0.75rem;
|
||||
font-size: 0.875rem;
|
||||
box-shadow: none;
|
||||
line-height: 1.4285714;
|
||||
background-color: inherit !important;
|
||||
color: inherit !important;
|
||||
flex-wrap: wrap; }
|
||||
.selectize-input.full {
|
||||
background-color: inherit; }
|
||||
.selectize-input.dropdown-active {
|
||||
border-radius: 3px; }
|
||||
.selectize-control.single .selectize-input {
|
||||
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dadcde' 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: #90b5e2;
|
||||
box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.25); }
|
||||
.selectize-input:after {
|
||||
content: none !important; }
|
||||
|
||||
.selectize-dropdown {
|
||||
height: auto;
|
||||
background: #ffffff;
|
||||
padding: 0.4375rem 0;
|
||||
margin-top: 1px; }
|
||||
.selectize-dropdown .option,
|
||||
.selectize-dropdown .option-header {
|
||||
padding: 0.25rem 0.75rem; }
|
||||
.selectize-dropdown .active {
|
||||
background: rgba(101, 109, 119, 0.06);
|
||||
color: inherit;
|
||||
cursor: pointer; }
|
||||
|
||||
.jqvmap-zoomin,
|
||||
.jqvmap-zoomout {
|
||||
height: 1.5rem;
|
||||
width: 1.5rem;
|
||||
left: .5rem;
|
||||
border: 1px solid #e6e8e9;
|
||||
background: #ffffff;
|
||||
color: #232e3c;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
line-height: 1; }
|
||||
|
||||
.jqvmap-zoomin {
|
||||
top: .5rem; }
|
||||
|
||||
.jqvmap-zoomout {
|
||||
top: 2.5rem; }
|
||||
|
||||
.jqvmap-label {
|
||||
font-family: inherit;
|
||||
font-size: 0.625rem;
|
||||
line-height: 1;
|
||||
padding: .25rem;
|
||||
background: #232e3c; }
|
||||
|
||||
.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; }
|
||||
|
||||
.fc-unthemed .fc-content,
|
||||
.fc-unthemed .fc-divider,
|
||||
.fc-unthemed .fc-list-heading td,
|
||||
.fc-unthemed .fc-list-view,
|
||||
.fc-unthemed .fc-popover,
|
||||
.fc-unthemed .fc-row,
|
||||
.fc-unthemed tbody,
|
||||
.fc-unthemed td,
|
||||
.fc-unthemed th,
|
||||
.fc-unthemed thead {
|
||||
border-color: #e6e8e9; }
|
||||
|
||||
.fc-unthemed .fc-toolbar h2 {
|
||||
font-size: 1.125rem;
|
||||
margin: 0; }
|
||||
|
||||
.fc-unthemed .fc-widget-header {
|
||||
border: 0; }
|
||||
|
||||
.fc-unthemed .fc-day-header {
|
||||
padding-bottom: .25rem;
|
||||
font-weight: 600; }
|
||||
|
||||
.fc-unthemed.card-calendar .fc-day-grid-container {
|
||||
border-bottom: 0;
|
||||
border-left: 0; }
|
||||
|
||||
.fc-unthemed .fc-time {
|
||||
font-weight: 600; }
|
||||
|
||||
.fc-unthemed .fc-event {
|
||||
border-color: rgba(0, 0, 0, 0.05);
|
||||
color: #206bc4;
|
||||
background-color: #e9f0f9;
|
||||
padding: 0 .25rem; }
|
||||
|
||||
.flatpickr-input.flatpickr-input {
|
||||
background: #ffffff; }
|
||||
.flatpickr-input.flatpickr-input.active {
|
||||
border-color: #90b5e2;
|
||||
box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.25); }
|
||||
|
||||
.flatpickr-calendar {
|
||||
background: #ffffff;
|
||||
border: 1px solid rgba(101, 109, 119, 0.24);
|
||||
border-radius: 3px;
|
||||
padding: .5rem;
|
||||
font-size: inherit;
|
||||
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
margin-top: -1px; }
|
||||
.flatpickr-calendar:before, .flatpickr-calendar:after {
|
||||
content: none; }
|
||||
.flatpickr-calendar .flatpickr-innerContainer,
|
||||
.flatpickr-calendar .flatpickr-rContainer,
|
||||
.flatpickr-calendar .dayContainer,
|
||||
.flatpickr-calendar .flatpickr-days {
|
||||
width: 100%; }
|
||||
.flatpickr-calendar .dayContainer,
|
||||
.flatpickr-calendar .flatpickr-day {
|
||||
max-width: 100%;
|
||||
min-width: 0; }
|
||||
.flatpickr-calendar.inline {
|
||||
width: 100%;
|
||||
box-shadow: none;
|
||||
margin: 0; }
|
||||
|
||||
.flatpickr-day {
|
||||
color: inherit;
|
||||
border-radius: 3px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
line-height: 1; }
|
||||
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
|
||||
color: inherit;
|
||||
opacity: .2; }
|
||||
.flatpickr-day.today {
|
||||
border-color: #e6e8e9; }
|
||||
.flatpickr-day.selected {
|
||||
background-color: #206bc4; }
|
||||
|
||||
span.flatpickr-weekday {
|
||||
font-size: 0.625rem;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: .04em;
|
||||
line-height: 1.6;
|
||||
color: #656d77; }
|
||||
|
||||
.flatpickr-months {
|
||||
margin-bottom: .5rem; }
|
||||
.flatpickr-months .flatpickr-month {
|
||||
color: currentColor;
|
||||
fill: currentColor; }
|
||||
.flatpickr-months .flatpickr-current-month {
|
||||
font-weight: 400; }
|
||||
.flatpickr-months .flatpickr-monthDropdown-months {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
font-weight: inherit; }
|
||||
.flatpickr-months .flatpickr-prev-month,
|
||||
.flatpickr-months .flatpickr-next-month {
|
||||
position: static;
|
||||
color: #656d77; }
|
||||
.flatpickr-months .flatpickr-prev-month:hover,
|
||||
.flatpickr-months .flatpickr-next-month:hover {
|
||||
color: #232e3c; }
|
||||
.flatpickr-months .flatpickr-prev-month svg,
|
||||
.flatpickr-months .flatpickr-next-month svg {
|
||||
display: block;
|
||||
fill: currentColor !important; }
|
||||
.flatpickr-months .numInputWrapper .cur-year {
|
||||
font-weight: inherit; }
|
||||
.flatpickr-months .numInputWrapper .arrowUp,
|
||||
.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(101, 109, 119, 0.06);
|
||||
border-color: transparent; }
|
||||
|
||||
.noUi-target {
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
background: none;
|
||||
border-radius: 0;
|
||||
color: #206bc4; }
|
||||
|
||||
.noUi-horizontal {
|
||||
height: 1.25rem;
|
||||
padding: .5rem 0; }
|
||||
|
||||
.noUi-base {
|
||||
background: rgba(169, 174, 182, 0.24);
|
||||
border-radius: 1rem; }
|
||||
|
||||
.noUi-handle {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
border: 2px solid #ffffff;
|
||||
box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
|
||||
border-radius: 1rem;
|
||||
background: currentColor;
|
||||
outline: 0; }
|
||||
.noUi-handle:before, .noUi-handle:after {
|
||||
content: none; }
|
||||
.noUi-horizontal .noUi-handle {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
top: -0.5rem;
|
||||
right: -0.5rem;
|
||||
margin: 1px 1px 0 0; }
|
||||
.noUi-handle.noUi-active, .noUi-handle:focus {
|
||||
box-shadow: 0 0 0 1px #f4f6fa, 0 0 0 0.25rem rgba(32, 107, 196, 0.25); }
|
||||
|
||||
.noUi-connect {
|
||||
background: currentColor; }
|
||||
|
||||
Vendored
+1
-2
File diff suppressed because one or more lines are too long
Vendored
+211
-6245
File diff suppressed because it is too large
Load Diff
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+4
-13
@@ -13,26 +13,17 @@
|
||||
|
||||
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
||||
|
||||
function createCommonjsModule(fn, basedir, module) {
|
||||
return module = {
|
||||
path: basedir,
|
||||
exports: {},
|
||||
require: function (path, base) {
|
||||
return commonjsRequire(path, (base === undefined || base === null) ? module.path : base);
|
||||
}
|
||||
}, fn(module, module.exports), module.exports;
|
||||
function createCommonjsModule(fn) {
|
||||
var module = { exports: {} };
|
||||
return fn(module, module.exports), module.exports;
|
||||
}
|
||||
|
||||
function commonjsRequire () {
|
||||
throw new Error('Dynamic requires are not currently supported by @rollup/plugin-commonjs');
|
||||
}
|
||||
|
||||
var autosize = createCommonjsModule(function (module, exports) {
|
||||
/*!
|
||||
autosize 4.0.2
|
||||
license: MIT
|
||||
http://www.jacklmoore.com/autosize
|
||||
*/
|
||||
var autosize = createCommonjsModule(function (module, exports) {
|
||||
(function (global, factory) {
|
||||
{
|
||||
factory(module, exports);
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1297,7 +1297,7 @@
|
||||
</label>
|
||||
<label class="form-selectgroup-item">
|
||||
<input type="checkbox" name="name" value="moon" class="form-selectgroup-input" />
|
||||
<span class="form-selectgroup-label"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M12 3c0.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" /></svg>
|
||||
<span class="form-selectgroup-label"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" /></svg>
|
||||
</span>
|
||||
</label>
|
||||
<label class="form-selectgroup-item">
|
||||
|
||||
@@ -673,7 +673,7 @@
|
||||
</button>
|
||||
<button class="switch-icon switch-icon-slide-right" data-bs-toggle="switch-icon">
|
||||
<span class="switch-icon-a text-muted">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx="7" cy="17" r="2" /><circle cx="17" cy="17" r="2" /><path d="M5 17h-2v-6l2-5h9l4 5h1a2 2 0 0 1 2 2v4h-2m-4 0h-6m-6 -6h15m-6 0v-5" /></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx="7" cy="17" r="2" /><circle cx="17" cy="17" r="2" /><path d="M5 17h-2v-6l2 -5h9l4 5h1a2 2 0 0 1 2 2v4h-2m-4 0h-6m-6 -6h15m-6 0v-5" /></svg>
|
||||
</span>
|
||||
<span class="switch-icon-b text-muted">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx="18" cy="17" r="2" /><circle cx="6" cy="17" r="2" /><path d="M8 17h5a6 6 0 0 1 5 -5v-5a2 2 0 0 0 -2 -2h-1" /></svg>
|
||||
|
||||
@@ -902,7 +902,7 @@
|
||||
</label>
|
||||
<label class="form-selectgroup-item">
|
||||
<input type="checkbox" name="name" value="moon" class="form-selectgroup-input">
|
||||
<span class="form-selectgroup-label"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 3c0.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" /></svg>
|
||||
<span class="form-selectgroup-label"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" /></svg>
|
||||
</span>
|
||||
</label>
|
||||
<label class="form-selectgroup-item">
|
||||
|
||||
+236
-164
File diff suppressed because one or more lines are too long
+40
-37
@@ -2,151 +2,151 @@
|
||||
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>/docs/alerts.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/autosize.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/avatars.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/badges.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/breadcrumb.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/buttons.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/cards.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/carousel.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/charts.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/colors.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/countup.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/cursors.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/divider.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/dropdowns.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/empty.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/flags.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/form-elements.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/form-helpers.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/icons.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/input-mask.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/modals.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/payments.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/progress.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/range-slider.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/ribbons.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/skeleton.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/spinners.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/steps.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/switch-icon.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/tables.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/tabs.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/timelines.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/toasts.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/tooltips.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/typography.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/docs/usage.html</loc>
|
||||
<lastmod>2020-12-03T20:46:25+01:00</lastmod>
|
||||
<lastmod>2020-12-05T21:33:16+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/activity.html</loc>
|
||||
@@ -289,6 +289,9 @@
|
||||
<url>
|
||||
<loc>/pagination.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/playground.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/pricing.html</loc>
|
||||
</url>
|
||||
|
||||
Vendored
+938
-560
File diff suppressed because it is too large
Load Diff
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+4
-13
@@ -13,26 +13,17 @@
|
||||
|
||||
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
||||
|
||||
function createCommonjsModule(fn, basedir, module) {
|
||||
return module = {
|
||||
path: basedir,
|
||||
exports: {},
|
||||
require: function (path, base) {
|
||||
return commonjsRequire(path, (base === undefined || base === null) ? module.path : base);
|
||||
}
|
||||
}, fn(module, module.exports), module.exports;
|
||||
function createCommonjsModule(fn) {
|
||||
var module = { exports: {} };
|
||||
return fn(module, module.exports), module.exports;
|
||||
}
|
||||
|
||||
function commonjsRequire () {
|
||||
throw new Error('Dynamic requires are not currently supported by @rollup/plugin-commonjs');
|
||||
}
|
||||
|
||||
var autosize = createCommonjsModule(function (module, exports) {
|
||||
/*!
|
||||
autosize 4.0.2
|
||||
license: MIT
|
||||
http://www.jacklmoore.com/autosize
|
||||
*/
|
||||
var autosize = createCommonjsModule(function (module, exports) {
|
||||
(function (global, factory) {
|
||||
{
|
||||
factory(module, exports);
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+6
-6
@@ -50,8 +50,8 @@
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.9",
|
||||
"@babel/preset-env": "^7.12.7",
|
||||
"@rollup/plugin-commonjs": "^16.0.0",
|
||||
"@rollup/plugin-node-resolve": "^10.0.0",
|
||||
"@rollup/plugin-commonjs": "^17.0.0",
|
||||
"@rollup/plugin-node-resolve": "^11.0.0",
|
||||
"@rollup/stream": "^1.1.0",
|
||||
"autoprefixer": "^10.0.4",
|
||||
"browser-sync": "^2.26.13",
|
||||
@@ -66,9 +66,9 @@
|
||||
"gulp-purgecss": "^3.0.0",
|
||||
"gulp-rename": "^2.0.0",
|
||||
"gulp-sass": "^4.1.0",
|
||||
"postcss": "^8.1.10",
|
||||
"postcss": "^8.1.14",
|
||||
"release-it": "^14.2.2",
|
||||
"rollup": "^2.33.3",
|
||||
"rollup": "^2.34.1",
|
||||
"rollup-plugin-babel": "^4.4.0",
|
||||
"vinyl-buffer": "^1.0.1",
|
||||
"vinyl-source-stream": "^2.0.0",
|
||||
@@ -83,7 +83,7 @@
|
||||
"@fullcalendar/timegrid": "^5.4.0",
|
||||
"apexcharts": "^3.22.2",
|
||||
"autosize": "^4.0.2",
|
||||
"bootstrap": "twbs/bootstrap#c63aebc86ba05f0ebb420add653b80804c6a0cff",
|
||||
"bootstrap": "twbs/bootstrap#5f89ea3a0f9b56547eb03b98afcd189b89d7e5a6",
|
||||
"countup.js": "^2.0.7",
|
||||
"daterangepicker": "^3.1.0",
|
||||
"flatpickr": "^4.6.6",
|
||||
@@ -96,7 +96,7 @@
|
||||
"rollup-plugin-cleanup": "^3.2.1",
|
||||
"rollup-plugin-commonjs": "^10.1.0",
|
||||
"selectize": "^0.12.6",
|
||||
"@tabler/icons": "^1.36.0"
|
||||
"@tabler/icons": "^1.37.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"**/**/node-gyp": "^5.0.0"
|
||||
|
||||
+301
-175
File diff suppressed because it is too large
Load Diff
@@ -500,7 +500,7 @@ $input-border-radius: $border-radius !default;
|
||||
//Forms
|
||||
$form-check-margin-bottom: .5rem !default;
|
||||
$form-check-input-width: 1rem !default;
|
||||
$form-check-padding-left: $form-check-input-width + .5rem !default;
|
||||
$form-check-padding-start: $form-check-input-width + .5rem !default;
|
||||
$form-check-input-bg: $white !default;
|
||||
$form-check-input-border: 1px solid $border-color-dark-transparent !default;
|
||||
$form-check-input-border-radius: $border-radius !default;
|
||||
@@ -520,7 +520,7 @@ $form-select-indicator-color: $border-color-dark !default;
|
||||
|
||||
$form-switch-width: 2rem !default;
|
||||
$form-switch-height: 1.125rem !default;
|
||||
$form-switch-padding-left: $form-switch-width + .5rem !default;
|
||||
$form-switch-padding-start: $form-switch-width + .5rem !default;
|
||||
$form-switch-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='#{$border-color}'/></svg>") !default;
|
||||
$form-switch-bg-size: auto !default;
|
||||
|
||||
|
||||
@@ -19,12 +19,12 @@
|
||||
|
||||
.card-img,
|
||||
.card-img-left {
|
||||
@include border-left-radius($card-inner-border-radius);
|
||||
@include border-start-radius($card-inner-border-radius);
|
||||
}
|
||||
|
||||
.card-img,
|
||||
.card-img-right {
|
||||
@include border-right-radius($card-inner-border-radius);
|
||||
@include border-end-radius($card-inner-border-radius);
|
||||
}
|
||||
|
||||
.card-inactive {
|
||||
|
||||
Reference in New Issue
Block a user