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
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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
+170
-98
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"
|
||||
|
||||
+275
-149
@@ -101,11 +101,11 @@ alert-octagon: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-alert-octagon" 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="M8.7 3h6.6c0.3 0 .5 .1 .7 .3l4.7 4.7c0.2 .2 .3 .4 .3
|
||||
.7v6.6c0 .3 -.1 .5 -.3 .7l-4.7 4.7c-0.2 .2 -.4 .3 -.7 .3h-6.6c-0.3 0 -.5 -.1
|
||||
-.7 -.3l-4.7 -4.7c-0.2 -.2 -.3 -.4 -.3 -.7v-6.6c0 -.3 .1 -.5 .3 -.7l4.7
|
||||
-4.7c0.2 -.2 .4 -.3 .7 -.3z" /><line x1="12" y1="8" x2="12" y2="12" /><line
|
||||
x1="12" y1="16" x2="12.01" y2="16" /></svg>
|
||||
fill="none"/><path d="M8.7 3h6.6c.3 0 .5 .1 .7 .3l4.7 4.7c.2 .2 .3 .4 .3
|
||||
.7v6.6c0 .3 -.1 .5 -.3 .7l-4.7 4.7c-.2 .2 -.4 .3 -.7 .3h-6.6c-.3 0 -.5 -.1 -.7
|
||||
-.3l-4.7 -4.7c-.2 -.2 -.3 -.4 -.3 -.7v-6.6c0 -.3 .1 -.5 .3 -.7l4.7 -4.7c.2 -.2
|
||||
.4 -.3 .7 -.3z" /><line x1="12" y1="8" x2="12" y2="12" /><line x1="12" y1="16"
|
||||
x2="12.01" y2="16" /></svg>
|
||||
alert-triangle: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-alert-triangle" width="24" height="24" viewBox="0 0 24 24"
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -284,6 +284,34 @@ arrow-bar-up: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
fill="none"/><line x1="12" y1="4" x2="12" y2="14" /><line x1="12" y1="4"
|
||||
x2="16" y2="8" /><line x1="12" y1="4" x2="8" y2="8" /><line x1="4" y1="20"
|
||||
x2="20" y2="20" /></svg>
|
||||
arrow-big-down: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-arrow-big-down" 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="M15 4v8h3.586a1 1 0 0 1 .707 1.707l-6.586 6.586a1 1 0 0
|
||||
1 -1.414 0l-6.586 -6.586a1 1 0 0 1 .707 -1.707h3.586v-8a1 1 0 0 1 1 -1h4a1 1 0
|
||||
0 1 1 1z" /></svg>
|
||||
arrow-big-left: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-arrow-big-left" 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="M20 15h-8v3.586a1 1 0 0 1 -1.707 .707l-6.586 -6.586a1 1
|
||||
0 0 1 0 -1.414l6.586 -6.586a1 1 0 0 1 1.707 .707v3.586h8a1 1 0 0 1 1 1v4a1 1 0
|
||||
0 1 -1 1z" /></svg>
|
||||
arrow-big-right: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-arrow-big-right" 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="M4 9h8v-3.586a1 1 0 0 1 1.707 -.707l6.586 6.586a1 1 0 0
|
||||
1 0 1.414l-6.586 6.586a1 1 0 0 1 -1.707 -.707v-3.586h-8a1 1 0 0 1 -1 -1v-4a1 1
|
||||
0 0 1 1 -1z" /></svg>
|
||||
arrow-big-top: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-arrow-big-top" 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="M9 20v-8h-3.586a1 1 0 0 1 -.707 -1.707l6.586 -6.586a1 1
|
||||
0 0 1 1.414 0l6.586 6.586a1 1 0 0 1 -.707 1.707h-3.586v8a1 1 0 0 1 -1 1h-4a1 1
|
||||
0 0 1 -1 -1z" /></svg>
|
||||
arrow-bottom-bar: <svg xmlns="http://www.w3.org/2000/svg" class="icon
|
||||
icon-tabler icon-tabler-arrow-bottom-bar" width="24" height="24" viewBox="0 0
|
||||
24 24" stroke-width="2" stroke="currentColor" fill="none"
|
||||
@@ -569,6 +597,30 @@ arrows-diagonal: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
fill="none"/><polyline points="16 4 20 4 20 8" /><line x1="14" y1="10" x2="20"
|
||||
y2="4" /><polyline points="8 20 4 20 4 16" /><line x1="4" y1="20" x2="10"
|
||||
y2="14" /></svg>
|
||||
arrows-double-ne-sw: <svg xmlns="http://www.w3.org/2000/svg" class="icon
|
||||
icon-tabler icon-tabler-arrows-double-ne-sw" 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="M3 14l11 -11" /><path d="M10 3h4v4" /><path
|
||||
d="M10 17v4h4" /><path d="M21 10l-11 11" /></svg>
|
||||
arrows-double-nw-se: <svg xmlns="http://www.w3.org/2000/svg" class="icon
|
||||
icon-tabler icon-tabler-arrows-double-nw-se" 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="M14 21l-11 -11" /><path d="M3 14v-4h4"
|
||||
/><path d="M17 14h4v-4" /><line x1="10" y1="3" x2="21" y2="14" /></svg>
|
||||
arrows-double-se-nw: <svg xmlns="http://www.w3.org/2000/svg" class="icon
|
||||
icon-tabler icon-tabler-arrows-double-se-nw" 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="3" y1="10" x2="14" y2="21" /><path d="M14
|
||||
17v4h-4" /><path d="M14 3h-4v4" /><path d="M21 14l-11 -11" /></svg>
|
||||
arrows-double-sw-ne: <svg xmlns="http://www.w3.org/2000/svg" class="icon
|
||||
icon-tabler icon-tabler-arrows-double-sw-ne" 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="M14 3l-11 11" /><path d="M3 10v4h4" /><path
|
||||
d="M17 10h4v4" /><path d="M10 21l11 -11" /></svg>
|
||||
arrows-down-up: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-arrows-down-up" width="24" height="24" viewBox="0 0 24 24"
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -732,7 +784,7 @@ backhoe: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
|
||||
fill="none"/><circle cx="4" cy="17" r="2" /><circle cx="13" cy="17" r="2"
|
||||
/><line x1="13" y1="19" x2="4" y2="19" /><line x1="4" y1="15" x2="13" y2="15"
|
||||
/><path d="M8 12V7h2a3 3 0 0 1 3 3v5" /><path d="M5 15v-2a1 1 0 0 1 1 -1h7"
|
||||
/><path d="M8 12v-5h2a3 3 0 0 1 3 3v5" /><path d="M5 15v-2a1 1 0 0 1 1 -1h7"
|
||||
/><path d="M21.12 9.88l-3.12 -4.88l-5 5" /><path d="M21.12 9.88a3 3 0 0 1
|
||||
-2.12 5.12a3 3 0 0 1 -2.12 -.88l4.24 -4.24z" /></svg>
|
||||
backspace: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
@@ -740,7 +792,7 @@ backspace: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
|
||||
fill="none"/><path d="M20 6a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-11l-5 -5a1.5 1.5
|
||||
0 0 1 0 -2l5 -5Z" /><path d="M12 10l4 4m0 -4l-4 4" /></svg>
|
||||
0 0 1 0 -2l5 -5z" /><path d="M12 10l4 4m0 -4l-4 4" /></svg>
|
||||
ball-basketball: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-ball-basketball" width="24" height="24" viewBox="0 0 24 24"
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -798,48 +850,49 @@ basket: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
|
||||
fill="none"/><polyline points="7 10 12 4 17 10" /><path d="M21 10l-2 8a2 2.5 0
|
||||
0 1 -2 2h-10a2 2.5 0 0 1 -2 -2l-2 -8Z" /><circle cx="12" cy="15" r="2"
|
||||
0 1 -2 2h-10a2 2.5 0 0 1 -2 -2l-2 -8z" /><circle cx="12" cy="15" r="2"
|
||||
/></svg>
|
||||
battery-1: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-battery-1" 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="M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1
|
||||
.5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1
|
||||
-2 -2v-6a2 2 0 0 1 2 -2" /><line x1="7" y1="10" x2="7" y2="14" /></svg>
|
||||
fill="none"/><path d="M6 7h11a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1
|
||||
.5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0
|
||||
1 -2 -2v-6a2 2 0 0 1 2 -2" /><line x1="7" y1="10" x2="7" y2="14" /></svg>
|
||||
battery-2: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-battery-2" 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="M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1
|
||||
.5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1
|
||||
-2 -2v-6a2 2 0 0 1 2 -2" /><line x1="7" y1="10" x2="7" y2="14" /><line x1="10"
|
||||
y1="10" x2="10" y2="14" /></svg>
|
||||
fill="none"/><path d="M6 7h11a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1
|
||||
.5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0
|
||||
1 -2 -2v-6a2 2 0 0 1 2 -2" /><line x1="7" y1="10" x2="7" y2="14" /><line
|
||||
x1="10" y1="10" x2="10" y2="14" /></svg>
|
||||
battery-3: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-battery-3" 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="M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1
|
||||
.5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1
|
||||
-2 -2v-6a2 2 0 0 1 2 -2" /><line x1="7" y1="10" x2="7" y2="14" /><line x1="10"
|
||||
y1="10" x2="10" y2="14" /><line x1="13" y1="10" x2="13" y2="14" /></svg>
|
||||
fill="none"/><path d="M6 7h11a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1
|
||||
.5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0
|
||||
1 -2 -2v-6a2 2 0 0 1 2 -2" /><line x1="7" y1="10" x2="7" y2="14" /><line
|
||||
x1="10" y1="10" x2="10" y2="14" /><line x1="13" y1="10" x2="13" y2="14"
|
||||
/></svg>
|
||||
battery-4: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-battery-4" 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="M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1
|
||||
.5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1
|
||||
-2 -2v-6a2 2 0 0 1 2 -2" /><line x1="7" y1="10" x2="7" y2="14" /><line x1="10"
|
||||
y1="10" x2="10" y2="14" /><line x1="13" y1="10" x2="13" y2="14" /><line
|
||||
x1="16" y1="10" x2="16" y2="14" /></svg>
|
||||
fill="none"/><path d="M6 7h11a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1
|
||||
.5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0
|
||||
1 -2 -2v-6a2 2 0 0 1 2 -2" /><line x1="7" y1="10" x2="7" y2="14" /><line
|
||||
x1="10" y1="10" x2="10" y2="14" /><line x1="13" y1="10" x2="13" y2="14"
|
||||
/><line x1="16" y1="10" x2="16" y2="14" /></svg>
|
||||
battery-charging: <svg xmlns="http://www.w3.org/2000/svg" class="icon
|
||||
icon-tabler icon-tabler-battery-charging" 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="M16 7h1a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5
|
||||
.5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2
|
||||
2h-2" /><path d="M8 7h-2a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h1" /><path d="M12 8l-2
|
||||
4h3l-2 4" /></svg>
|
||||
0h24v24H0z" fill="none"/><path d="M16 7h1a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5
|
||||
.5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1
|
||||
-2 2h-2" /><path d="M8 7h-2a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h1" /><path d="M12
|
||||
8l-2 4h3l-2 4" /></svg>
|
||||
battery-off: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-battery-off" width="24" height="24" viewBox="0 0 24 24"
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -851,15 +904,22 @@ battery: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-battery" 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="M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1
|
||||
.5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1
|
||||
-2 -2v-6a2 2 0 0 1 2 -2" /></svg>
|
||||
fill="none"/><path d="M6 7h11a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1
|
||||
.5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0
|
||||
1 -2 -2v-6a2 2 0 0 1 2 -2" /></svg>
|
||||
bed: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-bed" 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="M3 7v11m0 -4h18m0 4v-8a2 2 0 0 0 -2 -2h-8v6" /><circle
|
||||
cx="7" cy="10" r="1" /></svg>
|
||||
bell-minus: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-bell-minus" 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="M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4
|
||||
4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" /><path d="M9 17v1a3 3 0 0 0 6 0v-1" /><line
|
||||
x1="10" y1="11" x2="14" y2="11" /></svg>
|
||||
bell-off: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-bell-off" width="24" height="24" viewBox="0 0 24 24"
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -868,6 +928,22 @@ bell-off: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
0 2 -3v-3a7 7 0 0 1 1.279 -3.716m2.072 -1.934c.209 -.127 .425 -.244 .649
|
||||
-.35a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3" /><path d="M9 17v1a3 3 0 0 0 6 0v-1"
|
||||
/></svg>
|
||||
bell-plus: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-bell-plus" 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="M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4
|
||||
4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" /><path d="M9 17v1a3 3 0 0 0 6 0v-1" /><line
|
||||
x1="10" y1="11" x2="14" y2="11" /><line x1="12" y1="9" x2="12" y2="13"
|
||||
/></svg>
|
||||
bell-ringing-2: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-bell-ringing-2" 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="M19.364 4.636a2 2 0 0 1 0 2.828a7 7 0 0 1 -1.414
|
||||
7.072l-2.122 2.12a4 4 0 0 0 -.707 3.536l-11.313 -11.312a4 4 0 0 0 3.535
|
||||
-.707l2.121 -2.123a7 7 0 0 1 7.072 -1.414a2 2 0 0 1 2.828 0z" /><path
|
||||
d="M7.343 12.414l-.707 .707a3 3 0 0 0 4.243 4.243l.707 -.707" /></svg>
|
||||
bell-ringing: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-bell-ringing" width="24" height="24" viewBox="0 0 24 24"
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -876,6 +952,13 @@ bell-ringing: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" /><path d="M9 17v1a3 3 0 0 0 6 0v-1" /><path
|
||||
d="M21 6.727a11.05 11.05 0 0 0 -2.794 -3.727" /><path d="M3 6.727a11.05 11.05
|
||||
0 0 1 2.792 -3.727" /></svg>
|
||||
bell-x: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-bell-x" 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="M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4
|
||||
4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" /><path d="M9 17v1a3 3 0 0 0 6 0v-1" /><path
|
||||
d="M10.5 9.5l3 3m0 -3l-3 3" /></svg>
|
||||
bell: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-bell" width="24" height="24" viewBox="0 0 24 24" stroke-width="2"
|
||||
stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -894,10 +977,10 @@ biohazard: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
|
||||
fill="none"/><circle cx="12" cy="12" r="2" /><path d="M11.939 14c0 .173 .048
|
||||
.351 .056 .533l0 .217a4.75 4.75 0 0 1 -4.533 4.745l-0.217 0m-4.75 -4.75a4.75
|
||||
.351 .056 .533l0 .217a4.75 4.75 0 0 1 -4.533 4.745l-.217 0m-4.75 -4.75a4.75
|
||||
4.75 0 0 1 7.737 -3.693m6.513 8.443a4.75 4.75 0 0 1 -4.69 -5.503l-.06 0m1.764
|
||||
-2.944a4.75 4.75 0 0 1 7.731 3.477l0 .217m-11.195 -3.813a4.75 4.75 0 0 1
|
||||
-1.828 -7.624l0.164 -.172m6.718 0a4.75 4.75 0 0 1 -1.665 7.798" /></svg>
|
||||
-1.828 -7.624l.164 -.172m6.718 0a4.75 4.75 0 0 1 -1.665 7.798" /></svg>
|
||||
bluetooth-connected: <svg xmlns="http://www.w3.org/2000/svg" class="icon
|
||||
icon-tabler icon-tabler-bluetooth-connected" width="24" height="24" viewBox="0
|
||||
0 24 24" stroke-width="2" stroke="currentColor" fill="none"
|
||||
@@ -1155,10 +1238,11 @@ brand-apple: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-brand-apple" 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="M9 7c-3 0-4 3-4 5.5 0 3 2 7.5 4 7.5 1.088-.046 1.679-.5
|
||||
3-.5 1.312 0 1.5 .5 3 .5s4-3 4-5c-.028-.01-2.472-.403-2.5-3-.019-2.17
|
||||
2.416-2.954 2.5-3-1.023-1.492-2.951-1.963-3.5-2-1.433-.111-2.83 1-3.5 1-.68
|
||||
0-1.9-1-3-1z" /><path d="M12 4a2 2 0 0 0 2 -2a2 2 0 0 0 -2 2" /></svg>
|
||||
fill="none"/><path d="M9 7c-3 0 -4 3 -4 5.5c0 3 2 7.5 4 7.5c1.088 -.046 1.679
|
||||
-.5 3 -.5c1.312 0 1.5 .5 3 .5s4 -3 4 -5c-.028 -.01 -2.472 -.403 -2.5 -3c-.019
|
||||
-2.17 2.416 -2.954 2.5 -3c-1.023 -1.492 -2.951 -1.963 -3.5 -2c-1.433 -.111
|
||||
-2.83 1 -3.5 1c-.68 0 -1.9 -1 -3 -1z" /><path d="M12 4a2 2 0 0 0 2 -2a2 2 0 0
|
||||
0 -2 2" /></svg>
|
||||
brand-appstore: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-brand-appstore" width="24" height="24" viewBox="0 0 24 24"
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -1279,11 +1363,10 @@ brand-edge: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
|
||||
fill="none"/><path d="M20.978 11.372a9 9 0 1 0 -1.593 5.773" /><path
|
||||
d="M20.978 11.372c.21 2.993-5.034 2.413-6.913 1.486
|
||||
1.392-1.6.402-4.038-2.274-3.851-1.745.122-2.927 1.157-2.784 3.202.28 3.99
|
||||
4.444 6.205 10.36 4.79" /><path d="M3.022 12.628c-.283 -4.043 8.717 -7.228
|
||||
11.248 -2.688" /><path d="M12.628 20.978c-2.993.21-5.162-4.725-3.567-9.748"
|
||||
/></svg>
|
||||
d="M20.978 11.372c.21 2.993 -5.034 2.413 -6.913 1.486c1.392 -1.6 .402 -4.038
|
||||
-2.274 -3.851c-1.745 .122 -2.927 1.157 -2.784 3.202c.28 3.99 4.444 6.205 10.36
|
||||
4.79" /><path d="M3.022 12.628c-.283 -4.043 8.717 -7.228 11.248 -2.688"
|
||||
/><path d="M12.628 20.978c-2.993 .21 -5.162 -4.725 -3.567 -9.748" /></svg>
|
||||
brand-facebook: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-brand-facebook" width="24" height="24" viewBox="0 0 24 24"
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -1466,10 +1549,10 @@ brand-paypal: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-brand-paypal" 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="M10 13l2.5 -0c2.5 0 5 -2.5 5 -5c0 -3 -1.9 -5 -5
|
||||
fill="none"/><path d="M10 13l2.5 0c2.5 0 5 -2.5 5 -5c0 -3 -1.9 -5 -5
|
||||
-5h-5.5c-.5 0 -1 .5 -1 1l-2 14c0 .5 .5 1 1 1h2.8l1.2 -5c.1 -.6 .4 -1 1 -1zm7.5
|
||||
-5.8c1.7 1 2.5 2.8 2.5 4.8c0 2.5 -2.5 4.5 -5 4.5h-2.6l-.6 3.6a1 1 0 0 1 -1
|
||||
.8l-2.7 -0a0.5 .5 0 0 1 -.5 -.6l.2 -1.4" /></svg>
|
||||
.8l-2.7 0a0.5 .5 0 0 1 -.5 -.6l.2 -1.4" /></svg>
|
||||
brand-pinterest: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-brand-pinterest" width="24" height="24" viewBox="0 0 24 24"
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -1504,7 +1587,7 @@ brand-reddit: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
|
||||
fill="none"/><path d="M12 8c2.648 0 5.028 .826 6.675 2.14a2.5 2.5 0 0 1 2.326
|
||||
4.36c0 3.59 -4.03 6.5 -9 6.5c-4.875 0 -8.845 -2.8 -9 -6.294l-1 -.206a2.5 2.5 0
|
||||
0 1 2.326 -4.36c1.646 -1.313 4.026 -2.14 6.674 -2.14z" /><path d="M12 8l1-5 6
|
||||
0 1 2.326 -4.36c1.646 -1.313 4.026 -2.14 6.674 -2.14z" /><path d="M12 8l1 -5l6
|
||||
1" /><circle cx="19" cy="4" r="1" /><circle cx="9" cy="13" r=".5"
|
||||
fill="currentColor" /><circle cx="15" cy="13" r=".5" fill="currentColor"
|
||||
/><path d="M10 17c.667 .333 1.333 .5 2 .5s1.333 -.167 2 -.5" /></svg>
|
||||
@@ -1583,9 +1666,9 @@ brand-spotify: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-brand-spotify" 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="12" cy="12" r="9" /><path d="M8 11.973c2.5-1.473
|
||||
5.5-.973 7.5.527" /><path d="M9 15c1.5-1 4-1 5 .5" /><path d="M7 9c2-1 6-2 10
|
||||
.5" /></svg>
|
||||
fill="none"/><circle cx="12" cy="12" r="9" /><path d="M8 11.973c2.5 -1.473 5.5
|
||||
-.973 7.5 .527" /><path d="M9 15c1.5 -1 4 -1 5 .5" /><path d="M7 9c2 -1 6 -2
|
||||
10 .5" /></svg>
|
||||
brand-steam: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-brand-steam" width="24" height="24" viewBox="0 0 24 24"
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -1616,9 +1699,9 @@ brand-tailwind: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-brand-tailwind" 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="M11.667 6c-2.49 0 -4.044 1.222 -4.667 3.667c0.933 -1.223
|
||||
2.023 -1.68 3.267 -1.375c0.71 .174 1.217 .68 1.778 1.24c0.916 .912 2 1.968
|
||||
4.288 1.968c2.49 0 4.044 -1.222 4.667 -3.667c-.933 1.223 -2.023 1.68 -3.267
|
||||
fill="none"/><path d="M11.667 6c-2.49 0 -4.044 1.222 -4.667 3.667c.933 -1.223
|
||||
2.023 -1.68 3.267 -1.375c.71 .174 1.217 .68 1.778 1.24c.916 .912 2 1.968 4.288
|
||||
1.968c2.49 0 4.044 -1.222 4.667 -3.667c-.933 1.223 -2.023 1.68 -3.267
|
||||
1.375c-.71 -.174 -1.217 -.68 -1.778 -1.24c-.916 -.912 -1.975 -1.968 -4.288
|
||||
-1.968zm-4 6.5c-2.49 0 -4.044 1.222 -4.667 3.667c.933 -1.223 2.023 -1.68 3.267
|
||||
-1.375c.71 .174 1.217 .68 1.778 1.24c.916 .912 1.975 1.968 4.288 1.968c2.49 0
|
||||
@@ -1697,8 +1780,8 @@ brand-whatsapp: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
|
||||
fill="none"/><path d="M3 21l1.65 -3.8a9 9 0 1 1 3.4 2.9l-5.05 .9" /><path
|
||||
d="M9 10a.5 .5 0 0 0 1 0v-1a.5 .5 0 0 0 -1 0v1a5 5 0 0 0 5 5h1a.5 .5 0 0 0 0
|
||||
-1h-1a.5 .5 0 0 0 0 1" /></svg>
|
||||
d="M9 10a0.5 .5 0 0 0 1 0v-1a0.5 .5 0 0 0 -1 0v1a5 5 0 0 0 5 5h1a0.5 .5 0 0 0
|
||||
0 -1h-1a0.5 .5 0 0 0 0 1" /></svg>
|
||||
brand-windows: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-brand-windows" width="24" height="24" viewBox="0 0 24 24"
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -1778,7 +1861,7 @@ bucket: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-bucket" 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="M19 9l-2 9a2 2.5 0 0 1 -2 2h-6a2 2.5 0 0 1 -2 -2l-2 -9Z"
|
||||
fill="none"/><path d="M19 9l-2 9a2 2.5 0 0 1 -2 2h-6a2 2.5 0 0 1 -2 -2l-2 -9z"
|
||||
/><path d="M7 9a5 5 0 0 1 10 0" /></svg>
|
||||
bug: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-bug" width="24" height="24" viewBox="0 0 24 24" stroke-width="2"
|
||||
@@ -1826,7 +1909,7 @@ building-carousel: <svg xmlns="http://www.w3.org/2000/svg" class="icon
|
||||
stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0
|
||||
0h24v24H0z" fill="none"/><circle cx="12" cy="12" r="6" /><circle cx="5" cy="8"
|
||||
r="2" /><circle cx="12" cy="4" r="2" /><circle cx="19" cy="8" r="2" /><circle
|
||||
cx="5" cy="16" r="2" /><circle cx="19" cy="16" r="2" /><path d="M8 22l4-10 4
|
||||
cx="5" cy="16" r="2" /><circle cx="19" cy="16" r="2" /><path d="M8 22l4 -10l4
|
||||
10" /></svg>
|
||||
building-castle: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-building-castle" width="24" height="24" viewBox="0 0 24 24"
|
||||
@@ -2138,8 +2221,8 @@ chart-donut: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
|
||||
fill="none"/><path d="M10 3.2a9 9 0 1 0 10.8 10.8a1 1 0 0 0 -1 -1h-3.8a4.1 4.1
|
||||
0 1 1 -5 -5v-4a.9 .9 0 0 0 -1 -.8" /><path d="M15 3.5a9 9 0 0 1 5.5 5.5h-4.5a9
|
||||
9 0 0 0 -1 -1v-4.5" /></svg>
|
||||
0 1 1 -5 -5v-4a0.9 .9 0 0 0 -1 -.8" /><path d="M15 3.5a9 9 0 0 1 5.5
|
||||
5.5h-4.5a9 9 0 0 0 -1 -1v-4.5" /></svg>
|
||||
chart-line: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-chart-line" width="24" height="24" viewBox="0 0 24 24"
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -2151,14 +2234,14 @@ chart-pie: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
|
||||
fill="none"/><path d="M10 3.2a9 9 0 1 0 10.8 10.8a1 1 0 0 0 -1 -1h-6.8a2 2 0 0
|
||||
1 -2 -2v-7a.9 .9 0 0 0 -1 -.8" /><path d="M15 3.5a9 9 0 0 1 5.5 5.5h-4.5a1 1 0
|
||||
0 1 -1 -1v-4.5" /></svg>
|
||||
1 -2 -2v-7a0.9 .9 0 0 0 -1 -.8" /><path d="M15 3.5a9 9 0 0 1 5.5 5.5h-4.5a1 1
|
||||
0 0 1 -1 -1v-4.5" /></svg>
|
||||
chart-radar: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-chart-radar" 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 3l9.5 7l-3.5 11h-12l-3.5 -11z" /><path d="M12
|
||||
7.5l5.5 4l-2.5 5.5h-6.5l-2 -5.5z" /><path d="M2.5 10l9.5 3 9.5-3" /><path
|
||||
7.5l5.5 4l-2.5 5.5h-6.5l-2 -5.5z" /><path d="M2.5 10l9.5 3l9.5 -3" /><path
|
||||
d="M12 3v10l6 8" /><path d="M6 21l6 -8" /></svg>
|
||||
check: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-check" width="24" height="24" viewBox="0 0 24 24" stroke-width="2"
|
||||
@@ -2347,8 +2430,8 @@ clipboard-check: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-clipboard-check" 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="M9 5H7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2
|
||||
-2V7a2 2 0 0 0 -2 -2h-2" /><rect x="9" y="3" width="6" height="4" rx="2"
|
||||
fill="none"/><path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2
|
||||
-2v-12a2 2 0 0 0 -2 -2h-2" /><rect x="9" y="3" width="6" height="4" rx="2"
|
||||
/><path d="M9 14l2 2l4 -4" /></svg>
|
||||
clipboard-list: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-clipboard-list" width="24" height="24" viewBox="0 0 24 24"
|
||||
@@ -2471,9 +2554,9 @@ comet: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-comet" 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="M15.5 18.5l-3 1.5l.5-3.5-2-2 3-.5 1.5-3 1.5 3 3 .5-2 2
|
||||
.5 3.5z" /><line x1="4" y1="4" x2="11" y2="11" /><line x1="9" y1="4" x2="12.5"
|
||||
y2="7.5" /><line x1="4" y1="9" x2="7.5" y2="12.5" /></svg>
|
||||
fill="none"/><path d="M15.5 18.5l-3 1.5l.5 -3.5l-2 -2l3 -.5l1.5 -3l1.5 3l3
|
||||
.5l-2 2l.5 3.5z" /><line x1="4" y1="4" x2="11" y2="11" /><line x1="9" y1="4"
|
||||
x2="12.5" y2="7.5" /><line x1="4" y1="9" x2="7.5" y2="12.5" /></svg>
|
||||
command: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-command" width="24" height="24" viewBox="0 0 24 24"
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -2560,11 +2643,11 @@ credit-card-off: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-credit-card-off" 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="3" y1="3" x2="21" y2="21" /><path d="M9 5h9a3 3 0 0 1 3
|
||||
3v8a3 3 0 0 1 -.128 .87 1" /><path d="M18.87 18.872a3 3 0 0 1 -.87 .128h-12a3
|
||||
3 0 0 1 -3 -3v-8c0 -1.352 .894 -2.495 2.124 -2.87" /><line x1="3" y1="11"
|
||||
x2="11" y2="11" /><line x1="15" y1="11" x2="21" y2="11" /><line x1="7" y1="15"
|
||||
x2="7.01" y2="15" /><line x1="11" y1="15" x2="13" y2="15" /></svg>
|
||||
fill="none"/><line x1="3" y1="3" x2="21" y2="21" /><path d="" /><path
|
||||
d="M18.87 18.872a3 3 0 0 1 -.87 .128h-12a3 3 0 0 1 -3 -3v-8c0 -1.352 .894
|
||||
-2.495 2.124 -2.87" /><line x1="3" y1="11" x2="11" y2="11" /><line x1="15"
|
||||
y1="11" x2="21" y2="11" /><line x1="7" y1="15" x2="7.01" y2="15" /><line
|
||||
x1="11" y1="15" x2="13" y2="15" /></svg>
|
||||
credit-card: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-credit-card" width="24" height="24" viewBox="0 0 24 24"
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -2595,8 +2678,8 @@ curly-loop: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-curly-loop" 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="M21 8c-4 0-7 2-7 5a3 3 0 0 0 6 0c0-3-2.5-5-8-5s-8 2-8
|
||||
5a3 3 0 0 0 6 0c0-3-3-5-7-5" /></svg>
|
||||
fill="none"/><path d="M21 8c-4 0 -7 2 -7 5a3 3 0 0 0 6 0c0 -3 -2.5 -5 -8 -5s-8
|
||||
2 -8 5a3 3 0 0 0 6 0c0 -3 -3 -5 -7 -5" /></svg>
|
||||
currency-bitcoin: <svg xmlns="http://www.w3.org/2000/svg" class="icon
|
||||
icon-tabler icon-tabler-currency-bitcoin" width="24" height="24" viewBox="0 0
|
||||
24 24" stroke-width="2" stroke="currentColor" fill="none"
|
||||
@@ -2656,7 +2739,7 @@ dashboard: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
|
||||
fill="none"/><circle cx="12" cy="13" r="2" /><line x1="13.45" y1="11.55"
|
||||
x2="15.5" y2="9.5" /><path d="M6.4 20a9 9 0 1 1 11.2 0Z" /></svg>
|
||||
x2="15.5" y2="9.5" /><path d="M6.4 20a9 9 0 1 1 11.2 0z" /></svg>
|
||||
database: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-database" width="24" height="24" viewBox="0 0 24 24"
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -2753,7 +2836,7 @@ diamond: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-diamond" 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="M6 5h12l3 5l-8.5 9.5a.7 .7 0 0 1 -1 0l-8.5 -9.5l3 -5"
|
||||
fill="none"/><path d="M6 5h12l3 5l-8.5 9.5a0.7 .7 0 0 1 -1 0l-8.5 -9.5l3 -5"
|
||||
/><path d="M10 12l-2 -2.2l.6 -1" /></svg>
|
||||
dice: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-dice" width="24" height="24" viewBox="0 0 24 24" stroke-width="2"
|
||||
@@ -2883,11 +2966,11 @@ drone: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
|
||||
fill="none"/><path d="M10 10h4v4h-4z" /><line x1="10" y1="10" x2="6.5"
|
||||
y2="6.5" /><path d="M9.96 6a3.5 3.5 0 1 0 -3.96 3.96" /><path d="M14
|
||||
10l3.5-3.5" /><path d="M18 9.96a3.5 3.5 0 1 0 -3.96 -3.96" /><line x1="14"
|
||||
y1="14" x2="17.5" y2="17.5" /><path d="M14.04 18a3.5 3.5 0 1 0 3.96 -3.96"
|
||||
/><line x1="10" y1="14" x2="6.5" y2="17.5" /><path d="M6 14.04a3.5 3.5 0 1 0
|
||||
3.96 3.96" /></svg>
|
||||
y2="6.5" /><path d="M9.96 6a3.5 3.5 0 1 0 -3.96 3.96" /><path d="M14 10l3.5
|
||||
-3.5" /><path d="M18 9.96a3.5 3.5 0 1 0 -3.96 -3.96" /><line x1="14" y1="14"
|
||||
x2="17.5" y2="17.5" /><path d="M14.04 18a3.5 3.5 0 1 0 3.96 -3.96" /><line
|
||||
x1="10" y1="14" x2="6.5" y2="17.5" /><path d="M6 14.04a3.5 3.5 0 1 0 3.96
|
||||
3.96" /></svg>
|
||||
droplet: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-droplet" width="24" height="24" viewBox="0 0 24 24"
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -2976,8 +3059,23 @@ fall: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-fall" 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="M11 21l1-5-1-4-3-4h4l3-3" /><path d="M6 16l-1-4l3-4"
|
||||
/><circle cx="6" cy="5" r="1" /><path d="M13.5 12h2.5l4 2" /></svg>
|
||||
fill="none"/><path d="M11 21l1 -5l-1 -4l-3 -4h4l3 -3" /><path d="M6 16l-1 -4l3
|
||||
-4" /><circle cx="6" cy="5" r="1" /><path d="M13.5 12h2.5l4 2" /></svg>
|
||||
file-alert: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-file-alert" 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="M14 3v4a1 1 0 0 0 1 1h4" /><path d="M17 21h-10a2 2 0 0 1
|
||||
-2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /><line x1="12" y1="17"
|
||||
x2="12.01" y2="17" /><line x1="12" y1="11" x2="12" y2="14" /></svg>
|
||||
file-analytics: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-file-analytics" 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="M14 3v4a1 1 0 0 0 1 1h4" /><path d="M17 21h-10a2 2 0 0 1
|
||||
-2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /><line x1="9" y1="17"
|
||||
x2="9" y2="12" /><line x1="12" y1="17" x2="12" y2="16" /><line x1="15" y1="17"
|
||||
x2="15" y2="14" /></svg>
|
||||
file-certificate: <svg xmlns="http://www.w3.org/2000/svg" class="icon
|
||||
icon-tabler icon-tabler-file-certificate" width="24" height="24" viewBox="0 0
|
||||
24 24" stroke-width="2" stroke="currentColor" fill="none"
|
||||
@@ -2992,6 +3090,13 @@ file-check: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
fill="none"/><path d="M14 3v4a1 1 0 0 0 1 1h4" /><path d="M17 21h-10a2 2 0 0 1
|
||||
-2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /><path d="M9 15l2 2l4 -4"
|
||||
/></svg>
|
||||
file-code-2: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-file-code-2" 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="M10 12h-1v5h1" /><path d="M14 12h1v5h-1" /><path d="M14
|
||||
3v4a1 1 0 0 0 1 1h4" /><path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2
|
||||
-2h7l5 5v11a2 2 0 0 1 -2 2z" /></svg>
|
||||
file-code: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-file-code" width="24" height="24" viewBox="0 0 24 24"
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -3023,12 +3128,24 @@ file-download: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
fill="none"/><path d="M14 3v4a1 1 0 0 0 1 1h4" /><path d="M17 21h-10a2 2 0 0 1
|
||||
-2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /><line x1="12" y1="11"
|
||||
x2="12" y2="17" /><polyline points="9 14 12 17 15 14" /></svg>
|
||||
file-export: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-file-export" 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="M14 3v4a1 1 0 0 0 1 1h4" /><path d="M11.5 21h-4.5a2 2 0
|
||||
0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v5m-5 6h7m-3 -3l3 3l-3 3" /></svg>
|
||||
file-horizontal: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-file-horizontal" 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="M16 5v4a1 1 0 0 0 1 1h4" /><path d="M3 7v10a2 2 0 0 0 2
|
||||
2h14a2 2 0 0 0 2 -2v-7l-5 -5h-11a2 2 0 0 0 -2 2z" /></svg>
|
||||
file-import: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-file-import" 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="M14 3v4a1 1 0 0 0 1 1h4" /><path d="M5 13v-8a2 2 0 0 1 2
|
||||
-2h7l5 5v11a2 2 0 0 1 -2 2h-5.5m-9.5 -2h7m-3 -3l3 3l-3 3" /></svg>
|
||||
file-invoice: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-file-invoice" width="24" height="24" viewBox="0 0 24 24"
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -3071,9 +3188,9 @@ file-phone: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
|
||||
fill="none"/><path d="M14 3v4a1 1 0 0 0 1 1h4" /><path d="M17 21h-10a2 2 0 0 1
|
||||
-2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /><path d="M9 12a.5 .5 0 0
|
||||
0 1 0v-1a.5 .5 0 0 0 -1 0v1a5 5 0 0 0 5 5h1a.5 .5 0 0 0 0 -1h-1a.5 .5 0 0 0 0
|
||||
1" /></svg>
|
||||
-2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /><path d="M9 12a0.5 .5 0 0
|
||||
0 1 0v-1a0.5 .5 0 0 0 -1 0v1a5 5 0 0 0 5 5h1a0.5 .5 0 0 0 0 -1h-1a0.5 .5 0 0 0
|
||||
0 1" /></svg>
|
||||
file-plus: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-file-plus" width="24" height="24" viewBox="0 0 24 24"
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -3100,7 +3217,7 @@ file-symlink: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-file-symlink" 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="M4 21v-4a3 3 0 0 1 3 -3h5" /><path d="M9 17l3-3-3-3"
|
||||
fill="none"/><path d="M4 21v-4a3 3 0 0 1 3 -3h5" /><path d="M9 17l3 -3l-3 -3"
|
||||
/><path d="M14 3v4a1 1 0 0 0 1 1h4" /><path d="M5 11v-6a2 2 0 0 1 2 -2h7l5
|
||||
5v11a2 2 0 0 1 -2 2h-9.5" /></svg>
|
||||
file-text: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
@@ -3189,7 +3306,7 @@ flask: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
|
||||
fill="none"/><line x1="9" y1="3" x2="15" y2="3" /><line x1="10" y1="9" x2="14"
|
||||
y2="9" /><path d="M10 3v6l-4 11a.7 .7 0 0 0 .5 1h11a.7 .7 0 0 0 .5 -1l-4
|
||||
y2="9" /><path d="M10 3v6l-4 11a0.7 .7 0 0 0 .5 1h11a0.7 .7 0 0 0 .5 -1l-4
|
||||
-11v-6" /></svg>
|
||||
flip-horizontal: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-flip-horizontal" width="24" height="24" viewBox="0 0 24 24"
|
||||
@@ -3337,8 +3454,8 @@ friends: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-friends" 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="5" r="2" /><path d="M5 22v-5l-1-1v-4a1 1 0 0 1
|
||||
1 -1h4a1 1 0 0 1 1 1v4l-1 1v5" /><circle cx="17" cy="5" r="2" /><path d="M15
|
||||
fill="none"/><circle cx="7" cy="5" r="2" /><path d="M5 22v-5l-1 -1v-4a1 1 0 0
|
||||
1 1 -1h4a1 1 0 0 1 1 1v4l-1 1v5" /><circle cx="17" cy="5" r="2" /><path d="M15
|
||||
22v-4h-2l2 -6a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1l2 6h-2v4" /></svg>
|
||||
gas-station: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-gas-station" width="24" height="24" viewBox="0 0 24 24"
|
||||
@@ -3547,8 +3664,9 @@ headphones-off: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
|
||||
fill="none"/><line x1="3" y1="3" x2="21" y2="21" /><rect x="4" y="13"
|
||||
width="5" height="7" rx="2" /><path d="M17 13h1a2 2 0 0 1 2 2v1m-.589
|
||||
3.417c-.361.36-.86.583-1.411.583h-1a2 2 0 0 1 -2 -2v-3" /><path d="M4 15v-3c0
|
||||
-2.21 .896 -4.21 2.344 -5.658m2.369 -1.638a8 8 0 0 1 11.287 7.296v3" /></svg>
|
||||
3.417c-.361 .36 -.86 .583 -1.411 .583h-1a2 2 0 0 1 -2 -2v-3" /><path d="M4
|
||||
15v-3c0 -2.21 .896 -4.21 2.344 -5.658m2.369 -1.638a8 8 0 0 1 11.287 7.296v3"
|
||||
/></svg>
|
||||
headphones: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-headphones" width="24" height="24" viewBox="0 0 24 24"
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -4216,8 +4334,8 @@ man: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-man" 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="12" cy="5" r="2" /><path d="M10 22v-5l-1-1v-4a1 1 0 0
|
||||
1 1 -1h4a1 1 0 0 1 1 1v4l-1 1v5" /></svg>
|
||||
fill="none"/><circle cx="12" cy="5" r="2" /><path d="M10 22v-5l-1 -1v-4a1 1 0
|
||||
0 1 1 -1h4a1 1 0 0 1 1 1v4l-1 1v5" /></svg>
|
||||
manual-gearbox: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-manual-gearbox" width="24" height="24" viewBox="0 0 24 24"
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -4300,8 +4418,8 @@ medal: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-medal" 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 4v3m-4 -3v6m8 -6v6" /><path d="M12 18.5l-3
|
||||
1.5l.5-3.5-2-2 3-.5 1.5-3 1.5 3 3 .5-2 2 .5 3.5z" /></svg>
|
||||
fill="none"/><path d="M12 4v3m-4 -3v6m8 -6v6" /><path d="M12 18.5l-3 1.5l.5
|
||||
-3.5l-2 -2l3 -.5l1.5 -3l1.5 3l3 .5l-2 2l.5 3.5z" /></svg>
|
||||
medical-cross: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-medical-cross" width="24" height="24" viewBox="0 0 24 24"
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -4466,7 +4584,7 @@ mood-cry: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
fill="none"/><line x1="9" y1="10" x2="9.01" y2="10" /><line x1="15" y1="10"
|
||||
x2="15.01" y2="10" /><path d="M9.5 15.25a3.5 3.5 0 0 1 5 0" /><path d="M17.566
|
||||
17.606a2 2 0 1 0 2.897 .03l-1.463 -1.636l-1.434 1.606z" /><path d="M20.865
|
||||
13.517a8.937 8.937 0 0 0 .135 -1.517a9 9 0 1 0 -9 9c0.69 0 1.36 -.076 2 -.222"
|
||||
13.517a8.937 8.937 0 0 0 .135 -1.517a9 9 0 1 0 -9 9c.69 0 1.36 -.076 2 -.222"
|
||||
/></svg>
|
||||
mood-happy: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-mood-happy" width="24" height="24" viewBox="0 0 24 24"
|
||||
@@ -4527,15 +4645,15 @@ moon-stars: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-moon-stars" 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" /><path d="M17 4a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0
|
||||
0 -2 -2a2 2 0 0 0 2 -2" /><path d="M19 11h2m-1 -1v2" /></svg>
|
||||
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" /><path d="M17 4a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0
|
||||
-2 -2a2 2 0 0 0 2 -2" /><path d="M19 11h2m-1 -1v2" /></svg>
|
||||
moon: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-moon" 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>
|
||||
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>
|
||||
moped: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-moped" width="24" height="24" viewBox="0 0 24 24" stroke-width="2"
|
||||
stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -4618,10 +4736,10 @@ octagon: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-octagon" 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="M8.7 3h6.6c0.3 0 .5 .1 .7 .3l4.7 4.7c0.2 .2 .3 .4 .3
|
||||
.7v6.6c0 .3 -.1 .5 -.3 .7l-4.7 4.7c-0.2 .2 -.4 .3 -.7 .3h-6.6c-0.3 0 -.5 -.1
|
||||
-.7 -.3l-4.7 -4.7c-0.2 -.2 -.3 -.4 -.3 -.7v-6.6c0 -.3 .1 -.5 .3 -.7l4.7
|
||||
-4.7c0.2 -.2 .4 -.3 .7 -.3z" /></svg>
|
||||
fill="none"/><path d="M8.7 3h6.6c.3 0 .5 .1 .7 .3l4.7 4.7c.2 .2 .3 .4 .3
|
||||
.7v6.6c0 .3 -.1 .5 -.3 .7l-4.7 4.7c-.2 .2 -.4 .3 -.7 .3h-6.6c-.3 0 -.5 -.1 -.7
|
||||
-.3l-4.7 -4.7c-.2 -.2 -.3 -.4 -.3 -.7v-6.6c0 -.3 .1 -.5 .3 -.7l4.7 -4.7c.2 -.2
|
||||
.4 -.3 .7 -.3z" /></svg>
|
||||
omega: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-omega" width="24" height="24" viewBox="0 0 24 24" stroke-width="2"
|
||||
stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -4677,7 +4795,7 @@ panorama-vertical: <svg xmlns="http://www.w3.org/2000/svg" class="icon
|
||||
icon-tabler icon-tabler-panorama-vertical" 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="M18.463 4.338c-1.932 5.106 -1.932 10.211 -0
|
||||
0h24v24H0z" fill="none"/><path d="M18.463 4.338c-1.932 5.106 -1.932 10.211 0
|
||||
15.317a1 1 0 0 1 -.934 1.345h-11c-.692 0 -1.208 -.692 -.962 -1.34c1.932 -5.107
|
||||
1.932 -10.214 0 -15.321c-.246 -.648 .243 -1.339 .935 -1.339h11.028c.693 0 1.18
|
||||
.691 .935 1.338z" /></svg>
|
||||
@@ -4725,7 +4843,7 @@ pennant: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
|
||||
fill="none"/><line x1="8" y1="21" x2="12" y2="21" /><line x1="10" y1="21"
|
||||
x2="10" y2="3" /><path d="M10 4l9 4-9 4" /></svg>
|
||||
x2="10" y2="3" /><path d="M10 4l9 4l-9 4" /></svg>
|
||||
percentage: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-percentage" width="24" height="24" viewBox="0 0 24 24"
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -4894,14 +5012,14 @@ plane: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-plane" 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="M16 10h4a2 2 0 0 1 0 4h-4l-4 7h-3l2 -7h-4l-2 2h-3l2-4l-2
|
||||
-4h3l2 2h4l-2 -7h3z" /></svg>
|
||||
fill="none"/><path d="M16 10h4a2 2 0 0 1 0 4h-4l-4 7h-3l2 -7h-4l-2 2h-3l2
|
||||
-4l-2 -4h3l2 2h4l-2 -7h3z" /></svg>
|
||||
planet: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-planet" 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="M18.816 13.58c2.292 2.138 3.546 4 3.092 4.9-.745
|
||||
1.46-5.783-.259-11.255-3.838-5.47-3.579-9.304-7.664-8.56-9.123 .464-.91
|
||||
fill="none"/><path d="M18.816 13.58c2.292 2.138 3.546 4 3.092 4.9c-.745 1.46
|
||||
-5.783 -.259 -11.255 -3.838c-5.47 -3.579 -9.304 -7.664 -8.56 -9.123c.464 -.91
|
||||
2.926 -.444 5.803 .805" /><circle cx="12" cy="12" r="7" /></svg>
|
||||
plant-2: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-plant-2" width="24" height="24" viewBox="0 0 24 24"
|
||||
@@ -4985,13 +5103,14 @@ pool: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-pool" 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="M2 20a2.4 2.4 0 0 0 2 1 2.4 2.4 0 002-1 2.4 2.4 0 012-1
|
||||
2.4 2.4 0 012 1 2.4 2.4 0 002 1 2.4 2.4 0 002-1 2.4 2.4 0 012-1 2.4 2.4 0 012
|
||||
1 2.4 2.4 0 002 1 2.4 2.4 0 002-1" /><path d="M2 16a2.4 2.4 0 0 0 2 1 2.4 2.4
|
||||
0 002-1 2.4 2.4 0 012-1 2.4 2.4 0 012 1 2.4 2.4 0 002 1 2.4 2.4 0 002-1 2.4
|
||||
2.4 0 012-1 2.4 2.4 0 012 1 2.4 2.4 0 002 1 2.4 2.4 0 002-1" /><path d="M15
|
||||
12v-7.5a1.5 1.5 0 0 1 3 0" /><path d="M9 12v-7.5a1.5 1.5 0 0 0 -3 0" /><line
|
||||
x1="15" y1="5" x2="9" y2="5" /><line x1="9" y1="10" x2="15" y2="10" /></svg>
|
||||
fill="none"/><path d="M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1
|
||||
2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2
|
||||
-1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1" /><path d="M2
|
||||
16a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2
|
||||
1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2
|
||||
1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1" /><path d="M15 12v-7.5a1.5 1.5 0 0 1 3
|
||||
0" /><path d="M9 12v-7.5a1.5 1.5 0 0 0 -3 0" /><line x1="15" y1="5" x2="9"
|
||||
y2="5" /><line x1="9" y1="10" x2="15" y2="10" /></svg>
|
||||
power: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-power" width="24" height="24" viewBox="0 0 24 24" stroke-width="2"
|
||||
stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -5162,16 +5281,16 @@ ripple: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-ripple" 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="M3 7c3-2 6-2 9 0s6 2 9 0" /><path d="M3 17c3-2 6-2 9 0s6
|
||||
2 9 0" /><path d="M3 12c3-2 6-2 9 0s6 2 9 0" /></svg>
|
||||
fill="none"/><path d="M3 7c3 -2 6 -2 9 0s6 2 9 0" /><path d="M3 17c3 -2 6 -2 9
|
||||
0s6 2 9 0" /><path d="M3 12c3 -2 6 -2 9 0s6 2 9 0" /></svg>
|
||||
road-sign: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-road-sign" 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="M10.5 20.4l-6.9-6.9c-.781-.781-.781-2.219
|
||||
0-3l6.9-6.9c.781-.781 2.219-.781 3 0l6.9 6.9c.781.781.781 2.219 0 3l-6.9
|
||||
6.9c-.781.781-2.219.781-3 0z" /><path d="M9 14v-2c0-.59.414-1 1-1h5" /><path
|
||||
d="M13 9l2 2-2 2" /></svg>
|
||||
fill="none"/><path d="M10.5 20.4l-6.9 -6.9c-.781 -.781 -.781 -2.219 0 -3l6.9
|
||||
-6.9c.781 -.781 2.219 -.781 3 0l6.9 6.9c.781 .781 .781 2.219 0 3l-6.9
|
||||
6.9c-.781 .781 -2.219 .781 -3 0z" /><path d="M9 14v-2c0 -.59 .414 -1 1 -1h5"
|
||||
/><path d="M13 9l2 2l-2 2" /></svg>
|
||||
rocket: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-rocket" width="24" height="24" viewBox="0 0 24 24"
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -5607,8 +5726,8 @@ square-rotated: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-square-rotated" 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="M10.5 20.4l-6.9-6.9c-.781-.781-.781-2.219
|
||||
0-3l6.9-6.9c.781-.781 2.219-.781 3 0l6.9 6.9c.781.781.781 2.219 0 3l-6.9
|
||||
fill="none"/><path d="M10.5 20.4l-6.9 -6.9c-.781 -.781 -.781 -2.219 0 -3l6.9
|
||||
-6.9c.781 -.781 2.219 -.781 3 0l6.9 6.9c.781 .781 .781 2.219 0 3l-6.9
|
||||
6.9c-.781 .781 -2.219 .781 -3 0z" /></svg>
|
||||
square-x: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-square-x" width="24" height="24" viewBox="0 0 24 24"
|
||||
@@ -5744,8 +5863,8 @@ sum: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-sum" 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="M18 16v2a1 1 0 0 1 -1 1h-11l6-7l-6-7h11a1 1 0 0 1 1 1v2"
|
||||
/></svg>
|
||||
fill="none"/><path d="M18 16v2a1 1 0 0 1 -1 1h-11l6 -7l-6 -7h11a1 1 0 0 1 1
|
||||
1v2" /></svg>
|
||||
sun-off: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-sun-off" width="24" height="24" viewBox="0 0 24 24"
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -5994,15 +6113,15 @@ tool: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-tool" 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="M7 10h3v-3l-3.5 -3.5a6 6 0 0 1 8 8l6 6a2 2 0 0 1 -3
|
||||
3l-6-6a6 6 0 0 1 -8 -8l3.5 3.5" /></svg>
|
||||
fill="none"/><path d="M7 10h3v-3l-3.5 -3.5a6 6 0 0 1 8 8l6 6a2 2 0 0 1 -3 3l-6
|
||||
-6a6 6 0 0 1 -8 -8l3.5 3.5" /></svg>
|
||||
tools-kitchen: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-tools-kitchen" 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="M4 3h8l-1 9h-6z" /><path d="M7 18h2v3h-2z" /><path
|
||||
d="M20 3v12h-5c-.023-3.681.184-7.406 5-12z" /><path d="M20 15v6h-1v-3" /><line
|
||||
x1="8" y1="12" x2="8" y2="18" /></svg>
|
||||
d="M20 3v12h-5c-.023 -3.681 .184 -7.406 5 -12z" /><path d="M20 15v6h-1v-3"
|
||||
/><line x1="8" y1="12" x2="8" y2="18" /></svg>
|
||||
tools: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-tools" width="24" height="24" viewBox="0 0 24 24" stroke-width="2"
|
||||
stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -6177,7 +6296,7 @@ umbrella: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-umbrella" 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="M4 12a8 8 0 0 1 16 0Z" /><path d="M12 12v6a2 2 0 0 0 4
|
||||
fill="none"/><path d="M4 12a8 8 0 0 1 16 0z" /><path d="M12 12v6a2 2 0 0 0 4
|
||||
0" /></svg>
|
||||
underline: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-underline" width="24" height="24" viewBox="0 0 24 24"
|
||||
@@ -6404,22 +6523,22 @@ volume-2: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
|
||||
fill="none"/><path d="M15 8a5 5 0 0 1 0 8" /><path d="M6 15h-2a1 1 0 0 1 -1
|
||||
-1v-4a1 1 0 0 1 1 -1h2l3.5 -4.5a.8 .8 0 0 1 1.5 .5v14a.8 .8 0 0 1 -1.5 .5l-3.5
|
||||
-4.5" /></svg>
|
||||
-1v-4a1 1 0 0 1 1 -1h2l3.5 -4.5a0.8 .8 0 0 1 1.5 .5v14a0.8 .8 0 0 1 -1.5
|
||||
.5l-3.5 -4.5" /></svg>
|
||||
volume-3: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-volume-3" 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="M6 15h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l3.5 -4.5a.8
|
||||
.8 0 0 1 1.5 .5v14a.8 .8 0 0 1 -1.5 .5l-3.5 -4.5" /><path d="M16 10l4 4m0
|
||||
-4l-4 4" /></svg>
|
||||
fill="none"/><path d="M6 15h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l3.5
|
||||
-4.5a0.8 .8 0 0 1 1.5 .5v14a0.8 .8 0 0 1 -1.5 .5l-3.5 -4.5" /><path d="M16
|
||||
10l4 4m0 -4l-4 4" /></svg>
|
||||
volume: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-volume" 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="M15 8a5 5 0 0 1 0 8" /><path d="M17.7 5a9 9 0 0 1 0 14"
|
||||
/><path d="M6 15h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l3.5 -4.5a.8 .8 0 0 1
|
||||
1.5 .5v14a.8 .8 0 0 1 -1.5 .5l-3.5 -4.5" /></svg>
|
||||
/><path d="M6 15h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l3.5 -4.5a0.8 .8 0 0 1
|
||||
1.5 .5v14a0.8 .8 0 0 1 -1.5 .5l-3.5 -4.5" /></svg>
|
||||
walk: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-walk" width="24" height="24" viewBox="0 0 24 24" stroke-width="2"
|
||||
stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -6451,7 +6570,7 @@ wave-sine: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-wave-sine" 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="M21 12h-2c-0.894 0 -1.662 -.857 -1.761 -2c-0.296 -3.45
|
||||
fill="none"/><path d="M21 12h-2c-.894 0 -1.662 -.857 -1.761 -2c-.296 -3.45
|
||||
-.749 -6 -2.749 -6s-2.5 3.582 -2.5 8s-.5 8 -2.5 8s-2.452 -2.547 -2.749 -6c-.1
|
||||
-1.147 -.867 -2 -1.763 -2h-2" /></svg>
|
||||
wave-square: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
@@ -6483,9 +6602,9 @@ wifi-off: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
|
||||
fill="none"/><line x1="12" y1="18" x2="12.01" y2="18" /><path d="M9.172
|
||||
15.172a4 4 0 0 1 5.656 0" /><path d="M6.343 12.343a7.963 7.963 0 0 1 3.864
|
||||
-2.14m4.163.155a7.965 7.965 0 0 1 3.287 2" /><path d="M3.515 9.515A12 12 0 0 1
|
||||
7.059 7.06m3.101-.92a12 12 0 0 1 10.325 3.374" /><line x1="3" y1="3" x2="21"
|
||||
y2="21" /></svg>
|
||||
-2.14m4.163 .155a7.965 7.965 0 0 1 3.287 2" /><path d="M3.515 9.515a12 12 0 0
|
||||
1 3.544 -2.455m3.101 -.92a12 12 0 0 1 10.325 3.374" /><line x1="3" y1="3"
|
||||
x2="21" y2="21" /></svg>
|
||||
wifi: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-wifi" width="24" height="24" viewBox="0 0 24 24" stroke-width="2"
|
||||
stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -6504,10 +6623,10 @@ windmill: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-windmill" 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 12c2.76 0 5-2.01 5-4.5S14.76 3 12 3v9z" /><path
|
||||
d="M12 12c0 2.76 2.01 5 4.5 5s4.5-2.24 4.5-5h-9z" /><path d="M12 12c-2.76 0-5
|
||||
2.01-5 4.5S9.24 21 12 21v-9z" /><path d="M12 12c0-2.76-2.01-5-4.5-5S3 9.24 3
|
||||
12h9z" /></svg>
|
||||
fill="none"/><path d="M12 12c2.76 0 5 -2.01 5 -4.5s-2.24 -4.5 -5 -4.5v9z"
|
||||
/><path d="M12 12c0 2.76 2.01 5 4.5 5s4.5 -2.24 4.5 -5h-9z" /><path d="M12
|
||||
12c-2.76 0 -5 2.01 -5 4.5s2.24 4.5 5 4.5v-9z" /><path d="M12 12c0 -2.76 -2.01
|
||||
-5 -4.5 -5s-4.5 2.24 -4.5 5h9z" /></svg>
|
||||
wiper-wash: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-wiper-wash" width="24" height="24" viewBox="0 0 24 24"
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -6576,8 +6695,8 @@ zodiac-aquarius: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-zodiac-aquarius" 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="M3 10l3-3 3 3 3-3 3 3 3-3 3 3" /><path d="M3 17l3-3 3 3
|
||||
3-3 3 3 3-3 3 3" /></svg>
|
||||
fill="none"/><path d="M3 10l3 -3l3 3l3 -3l3 3l3 -3l3 3" /><path d="M3 17l3
|
||||
-3l3 3l3 -3l3 3l3 -3l3 3" /></svg>
|
||||
zodiac-aries: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-zodiac-aries" width="24" height="24" viewBox="0 0 24 24"
|
||||
stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
@@ -6668,3 +6787,10 @@ zoom-out: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
|
||||
fill="none"/><circle cx="10" cy="10" r="7" /><line x1="7" y1="10" x2="13"
|
||||
y2="10" /><line x1="21" y1="21" x2="15" y2="15" /></svg>
|
||||
zoom-question: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
|
||||
icon-tabler-zoom-question" 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="10" cy="10" r="7" /><path d="M21 21l-6 -6" /><line
|
||||
x1="10" y1="13" x2="10" y2="13.01" /><path d="M10 10a1.5 1.5 0 1 0 -1.14
|
||||
-2.474" /></svg>
|
||||
|
||||
@@ -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