mirror of
https://github.com/tabler/tabler.git
synced 2026-08-10 21:32:22 +04:00
first dist, demo, bootstrap upgrade
This commit is contained in:
Vendored
+22
@@ -0,0 +1,22 @@
|
||||
/*!
|
||||
* Tabler Charts (v0.9.0)
|
||||
* Copyright 2018-2019 The Tabler Authors
|
||||
* Copyright 2018-2019 codecalm
|
||||
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
|
||||
*/
|
||||
.chart {
|
||||
display: block;
|
||||
min-height: 10rem; }
|
||||
.chart text {
|
||||
font-family: inherit; }
|
||||
|
||||
.chart-sm {
|
||||
height: 2.5rem; }
|
||||
|
||||
.chart-square {
|
||||
height: 5.75rem; }
|
||||
|
||||
.chart-placeholder {
|
||||
background-image: linear-gradient(135deg, #dce3e9 25%, transparent 25%, transparent 50%, #dce3e9 50%, #dce3e9 75%, transparent 75%, transparent 100%);
|
||||
background-size: 14.14px 14.14px; }
|
||||
/*# sourceMappingURL=tabler-charts.css.map */
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../scss/tabler-charts.scss","tabler-charts.css","../../scss/ui/_charts.scss"],"names":[],"mappings":"AAAA;;;;;ECKE;ACLF;EACE,cAAc;EACd,iBAAiB,EAAA;EAFnB;IAKI,oBAAoB,EAAA;;AAIxB;EACE,cAAc,EAAA;;AAIhB;EACE,eAAe,EAAA;;AAIjB;EACE,qJAAuK;EACvK,gCAAgC,EAAA","file":"tabler-charts.css","sourcesContent":["/*!\n * Tabler Charts (v0.9.0)\n * Copyright 2018-2019 The Tabler Authors\n * Copyright 2018-2019 codecalm\n * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)\n */\n\n@import \"config\";\n@import \"ui/charts\";\n","/*!\n * Tabler Charts (v0.9.0)\n * Copyright 2018-2019 The Tabler Authors\n * Copyright 2018-2019 codecalm\n * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)\n */\n.chart {\n display: block;\n min-height: 10rem; }\n .chart text {\n font-family: inherit; }\n\n.chart-sm {\n height: 2.5rem; }\n\n.chart-square {\n height: 5.75rem; }\n\n.chart-placeholder {\n background-image: linear-gradient(135deg, #dce3e9 25%, transparent 25%, transparent 50%, #dce3e9 50%, #dce3e9 75%, transparent 75%, transparent 100%);\n background-size: 14.14px 14.14px; }\n\n/*# sourceMappingURL=tabler-charts.css.map */",".chart {\n display: block;\n min-height: 10rem;\n\n text {\n font-family: inherit;\n }\n}\n\n.chart-sm {\n height: 2.5rem;\n //outline: 1px solid red;\n}\n\n.chart-square {\n height: 5.75rem;\n //outline: 1px solid red;\n}\n\n.chart-placeholder {\n background-image: linear-gradient(135deg, $border-color 25%, transparent 25%, transparent 50%, $border-color 50%, $border-color 75%, transparent 75%, transparent 100%);\n background-size: 14.14px 14.14px;\n}\n\n"]}
|
||||
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Tabler Charts (v0.9.0)
|
||||
* Copyright 2018-2019 The Tabler Authors
|
||||
* Copyright 2018-2019 codecalm
|
||||
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
|
||||
*/.chart{display:block;min-height:10rem}.chart text{font-family:inherit}.chart-sm{height:2.5rem}.chart-square{height:5.75rem}.chart-placeholder{background-image:linear-gradient(135deg,#dce3e9 25%,transparent 25%,transparent 50%,#dce3e9 50%,#dce3e9 75%,transparent 75%,transparent 100%);background-size:14.14px 14.14px}
|
||||
/*# sourceMappingURL=tabler-charts.min.css.map */
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../scss/tabler-charts.scss","../../scss/ui/_charts.scss"],"names":[],"mappings":"AAAA;;;;;ACAA,OACE,QAAA,MACA,WAAA,MAFF,YAKI,YAAA,QAIJ,UACE,OAAA,OAIF,cACE,OAAA,QAIF,mBACE,iBAAA,6HACA,gBAAA,QAAA","sourcesContent":["/*!\n * Tabler Charts (v0.9.0)\n * Copyright 2018-2019 The Tabler Authors\n * Copyright 2018-2019 codecalm\n * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)\n */\n\n@import \"config\";\n@import \"ui/charts\";\n",".chart {\n display: block;\n min-height: 10rem;\n\n text {\n font-family: inherit;\n }\n}\n\n.chart-sm {\n height: 2.5rem;\n //outline: 1px solid red;\n}\n\n.chart-square {\n height: 5.75rem;\n //outline: 1px solid red;\n}\n\n.chart-placeholder {\n background-image: linear-gradient(135deg, $border-color 25%, transparent 25%, transparent 50%, $border-color 50%, $border-color 75%, transparent 75%, transparent 100%);\n background-size: 14.14px 14.14px;\n}\n\n"]}
|
||||
Vendored
+798
@@ -0,0 +1,798 @@
|
||||
/*!
|
||||
* Tabler Flags (v0.9.0)
|
||||
* Copyright 2018-2019 The Tabler Authors
|
||||
* Copyright 2018-2019 codecalm
|
||||
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
|
||||
*/
|
||||
.flag {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 1.33333em;
|
||||
height: 1em;
|
||||
vertical-align: -3px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
border: 1px solid #dce3e9;
|
||||
border-radius: 3px; }
|
||||
|
||||
.flag-ad {
|
||||
background-image: url("/img/flags/ad.svg"); }
|
||||
|
||||
.flag-ae {
|
||||
background-image: url("/img/flags/ae.svg"); }
|
||||
|
||||
.flag-af {
|
||||
background-image: url("/img/flags/af.svg"); }
|
||||
|
||||
.flag-ag {
|
||||
background-image: url("/img/flags/ag.svg"); }
|
||||
|
||||
.flag-ai {
|
||||
background-image: url("/img/flags/ai.svg"); }
|
||||
|
||||
.flag-al {
|
||||
background-image: url("/img/flags/al.svg"); }
|
||||
|
||||
.flag-am {
|
||||
background-image: url("/img/flags/am.svg"); }
|
||||
|
||||
.flag-ao {
|
||||
background-image: url("/img/flags/ao.svg"); }
|
||||
|
||||
.flag-aq {
|
||||
background-image: url("/img/flags/aq.svg"); }
|
||||
|
||||
.flag-ar {
|
||||
background-image: url("/img/flags/ar.svg"); }
|
||||
|
||||
.flag-as {
|
||||
background-image: url("/img/flags/as.svg"); }
|
||||
|
||||
.flag-at {
|
||||
background-image: url("/img/flags/at.svg"); }
|
||||
|
||||
.flag-au {
|
||||
background-image: url("/img/flags/au.svg"); }
|
||||
|
||||
.flag-aw {
|
||||
background-image: url("/img/flags/aw.svg"); }
|
||||
|
||||
.flag-ax {
|
||||
background-image: url("/img/flags/ax.svg"); }
|
||||
|
||||
.flag-az {
|
||||
background-image: url("/img/flags/az.svg"); }
|
||||
|
||||
.flag-ba {
|
||||
background-image: url("/img/flags/ba.svg"); }
|
||||
|
||||
.flag-bb {
|
||||
background-image: url("/img/flags/bb.svg"); }
|
||||
|
||||
.flag-bd {
|
||||
background-image: url("/img/flags/bd.svg"); }
|
||||
|
||||
.flag-be {
|
||||
background-image: url("/img/flags/be.svg"); }
|
||||
|
||||
.flag-bf {
|
||||
background-image: url("/img/flags/bf.svg"); }
|
||||
|
||||
.flag-bg {
|
||||
background-image: url("/img/flags/bg.svg"); }
|
||||
|
||||
.flag-bh {
|
||||
background-image: url("/img/flags/bh.svg"); }
|
||||
|
||||
.flag-bi {
|
||||
background-image: url("/img/flags/bi.svg"); }
|
||||
|
||||
.flag-bj {
|
||||
background-image: url("/img/flags/bj.svg"); }
|
||||
|
||||
.flag-bl {
|
||||
background-image: url("/img/flags/bl.svg"); }
|
||||
|
||||
.flag-bm {
|
||||
background-image: url("/img/flags/bm.svg"); }
|
||||
|
||||
.flag-bn {
|
||||
background-image: url("/img/flags/bn.svg"); }
|
||||
|
||||
.flag-bo {
|
||||
background-image: url("/img/flags/bo.svg"); }
|
||||
|
||||
.flag-bq {
|
||||
background-image: url("/img/flags/bq.svg"); }
|
||||
|
||||
.flag-br {
|
||||
background-image: url("/img/flags/br.svg"); }
|
||||
|
||||
.flag-bs {
|
||||
background-image: url("/img/flags/bs.svg"); }
|
||||
|
||||
.flag-bt {
|
||||
background-image: url("/img/flags/bt.svg"); }
|
||||
|
||||
.flag-bv {
|
||||
background-image: url("/img/flags/bv.svg"); }
|
||||
|
||||
.flag-bw {
|
||||
background-image: url("/img/flags/bw.svg"); }
|
||||
|
||||
.flag-by {
|
||||
background-image: url("/img/flags/by.svg"); }
|
||||
|
||||
.flag-bz {
|
||||
background-image: url("/img/flags/bz.svg"); }
|
||||
|
||||
.flag-ca {
|
||||
background-image: url("/img/flags/ca.svg"); }
|
||||
|
||||
.flag-cc {
|
||||
background-image: url("/img/flags/cc.svg"); }
|
||||
|
||||
.flag-cd {
|
||||
background-image: url("/img/flags/cd.svg"); }
|
||||
|
||||
.flag-cf {
|
||||
background-image: url("/img/flags/cf.svg"); }
|
||||
|
||||
.flag-cg {
|
||||
background-image: url("/img/flags/cg.svg"); }
|
||||
|
||||
.flag-ch {
|
||||
background-image: url("/img/flags/ch.svg"); }
|
||||
|
||||
.flag-ci {
|
||||
background-image: url("/img/flags/ci.svg"); }
|
||||
|
||||
.flag-ck {
|
||||
background-image: url("/img/flags/ck.svg"); }
|
||||
|
||||
.flag-cl {
|
||||
background-image: url("/img/flags/cl.svg"); }
|
||||
|
||||
.flag-cm {
|
||||
background-image: url("/img/flags/cm.svg"); }
|
||||
|
||||
.flag-cn {
|
||||
background-image: url("/img/flags/cn.svg"); }
|
||||
|
||||
.flag-co {
|
||||
background-image: url("/img/flags/co.svg"); }
|
||||
|
||||
.flag-cr {
|
||||
background-image: url("/img/flags/cr.svg"); }
|
||||
|
||||
.flag-cu {
|
||||
background-image: url("/img/flags/cu.svg"); }
|
||||
|
||||
.flag-cv {
|
||||
background-image: url("/img/flags/cv.svg"); }
|
||||
|
||||
.flag-cw {
|
||||
background-image: url("/img/flags/cw.svg"); }
|
||||
|
||||
.flag-cx {
|
||||
background-image: url("/img/flags/cx.svg"); }
|
||||
|
||||
.flag-cy {
|
||||
background-image: url("/img/flags/cy.svg"); }
|
||||
|
||||
.flag-cz {
|
||||
background-image: url("/img/flags/cz.svg"); }
|
||||
|
||||
.flag-de {
|
||||
background-image: url("/img/flags/de.svg"); }
|
||||
|
||||
.flag-dj {
|
||||
background-image: url("/img/flags/dj.svg"); }
|
||||
|
||||
.flag-dk {
|
||||
background-image: url("/img/flags/dk.svg"); }
|
||||
|
||||
.flag-dm {
|
||||
background-image: url("/img/flags/dm.svg"); }
|
||||
|
||||
.flag-do {
|
||||
background-image: url("/img/flags/do.svg"); }
|
||||
|
||||
.flag-dz {
|
||||
background-image: url("/img/flags/dz.svg"); }
|
||||
|
||||
.flag-ec {
|
||||
background-image: url("/img/flags/ec.svg"); }
|
||||
|
||||
.flag-ee {
|
||||
background-image: url("/img/flags/ee.svg"); }
|
||||
|
||||
.flag-eg {
|
||||
background-image: url("/img/flags/eg.svg"); }
|
||||
|
||||
.flag-eh {
|
||||
background-image: url("/img/flags/eh.svg"); }
|
||||
|
||||
.flag-er {
|
||||
background-image: url("/img/flags/er.svg"); }
|
||||
|
||||
.flag-es {
|
||||
background-image: url("/img/flags/es.svg"); }
|
||||
|
||||
.flag-et {
|
||||
background-image: url("/img/flags/et.svg"); }
|
||||
|
||||
.flag-fi {
|
||||
background-image: url("/img/flags/fi.svg"); }
|
||||
|
||||
.flag-fj {
|
||||
background-image: url("/img/flags/fj.svg"); }
|
||||
|
||||
.flag-fk {
|
||||
background-image: url("/img/flags/fk.svg"); }
|
||||
|
||||
.flag-fm {
|
||||
background-image: url("/img/flags/fm.svg"); }
|
||||
|
||||
.flag-fo {
|
||||
background-image: url("/img/flags/fo.svg"); }
|
||||
|
||||
.flag-fr {
|
||||
background-image: url("/img/flags/fr.svg"); }
|
||||
|
||||
.flag-ga {
|
||||
background-image: url("/img/flags/ga.svg"); }
|
||||
|
||||
.flag-gb {
|
||||
background-image: url("/img/flags/gb.svg"); }
|
||||
|
||||
.flag-gd {
|
||||
background-image: url("/img/flags/gd.svg"); }
|
||||
|
||||
.flag-ge {
|
||||
background-image: url("/img/flags/ge.svg"); }
|
||||
|
||||
.flag-gf {
|
||||
background-image: url("/img/flags/gf.svg"); }
|
||||
|
||||
.flag-gg {
|
||||
background-image: url("/img/flags/gg.svg"); }
|
||||
|
||||
.flag-gh {
|
||||
background-image: url("/img/flags/gh.svg"); }
|
||||
|
||||
.flag-gi {
|
||||
background-image: url("/img/flags/gi.svg"); }
|
||||
|
||||
.flag-gl {
|
||||
background-image: url("/img/flags/gl.svg"); }
|
||||
|
||||
.flag-gm {
|
||||
background-image: url("/img/flags/gm.svg"); }
|
||||
|
||||
.flag-gn {
|
||||
background-image: url("/img/flags/gn.svg"); }
|
||||
|
||||
.flag-gp {
|
||||
background-image: url("/img/flags/gp.svg"); }
|
||||
|
||||
.flag-gq {
|
||||
background-image: url("/img/flags/gq.svg"); }
|
||||
|
||||
.flag-gr {
|
||||
background-image: url("/img/flags/gr.svg"); }
|
||||
|
||||
.flag-gs {
|
||||
background-image: url("/img/flags/gs.svg"); }
|
||||
|
||||
.flag-gt {
|
||||
background-image: url("/img/flags/gt.svg"); }
|
||||
|
||||
.flag-gu {
|
||||
background-image: url("/img/flags/gu.svg"); }
|
||||
|
||||
.flag-gw {
|
||||
background-image: url("/img/flags/gw.svg"); }
|
||||
|
||||
.flag-gy {
|
||||
background-image: url("/img/flags/gy.svg"); }
|
||||
|
||||
.flag-hk {
|
||||
background-image: url("/img/flags/hk.svg"); }
|
||||
|
||||
.flag-hm {
|
||||
background-image: url("/img/flags/hm.svg"); }
|
||||
|
||||
.flag-hn {
|
||||
background-image: url("/img/flags/hn.svg"); }
|
||||
|
||||
.flag-hr {
|
||||
background-image: url("/img/flags/hr.svg"); }
|
||||
|
||||
.flag-ht {
|
||||
background-image: url("/img/flags/ht.svg"); }
|
||||
|
||||
.flag-hu {
|
||||
background-image: url("/img/flags/hu.svg"); }
|
||||
|
||||
.flag-id {
|
||||
background-image: url("/img/flags/id.svg"); }
|
||||
|
||||
.flag-ie {
|
||||
background-image: url("/img/flags/ie.svg"); }
|
||||
|
||||
.flag-il {
|
||||
background-image: url("/img/flags/il.svg"); }
|
||||
|
||||
.flag-im {
|
||||
background-image: url("/img/flags/im.svg"); }
|
||||
|
||||
.flag-in {
|
||||
background-image: url("/img/flags/in.svg"); }
|
||||
|
||||
.flag-io {
|
||||
background-image: url("/img/flags/io.svg"); }
|
||||
|
||||
.flag-iq {
|
||||
background-image: url("/img/flags/iq.svg"); }
|
||||
|
||||
.flag-ir {
|
||||
background-image: url("/img/flags/ir.svg"); }
|
||||
|
||||
.flag-is {
|
||||
background-image: url("/img/flags/is.svg"); }
|
||||
|
||||
.flag-it {
|
||||
background-image: url("/img/flags/it.svg"); }
|
||||
|
||||
.flag-je {
|
||||
background-image: url("/img/flags/je.svg"); }
|
||||
|
||||
.flag-jm {
|
||||
background-image: url("/img/flags/jm.svg"); }
|
||||
|
||||
.flag-jo {
|
||||
background-image: url("/img/flags/jo.svg"); }
|
||||
|
||||
.flag-jp {
|
||||
background-image: url("/img/flags/jp.svg"); }
|
||||
|
||||
.flag-ke {
|
||||
background-image: url("/img/flags/ke.svg"); }
|
||||
|
||||
.flag-kg {
|
||||
background-image: url("/img/flags/kg.svg"); }
|
||||
|
||||
.flag-kh {
|
||||
background-image: url("/img/flags/kh.svg"); }
|
||||
|
||||
.flag-ki {
|
||||
background-image: url("/img/flags/ki.svg"); }
|
||||
|
||||
.flag-km {
|
||||
background-image: url("/img/flags/km.svg"); }
|
||||
|
||||
.flag-kn {
|
||||
background-image: url("/img/flags/kn.svg"); }
|
||||
|
||||
.flag-kp {
|
||||
background-image: url("/img/flags/kp.svg"); }
|
||||
|
||||
.flag-kr {
|
||||
background-image: url("/img/flags/kr.svg"); }
|
||||
|
||||
.flag-kw {
|
||||
background-image: url("/img/flags/kw.svg"); }
|
||||
|
||||
.flag-ky {
|
||||
background-image: url("/img/flags/ky.svg"); }
|
||||
|
||||
.flag-kz {
|
||||
background-image: url("/img/flags/kz.svg"); }
|
||||
|
||||
.flag-la {
|
||||
background-image: url("/img/flags/la.svg"); }
|
||||
|
||||
.flag-lb {
|
||||
background-image: url("/img/flags/lb.svg"); }
|
||||
|
||||
.flag-lc {
|
||||
background-image: url("/img/flags/lc.svg"); }
|
||||
|
||||
.flag-li {
|
||||
background-image: url("/img/flags/li.svg"); }
|
||||
|
||||
.flag-lk {
|
||||
background-image: url("/img/flags/lk.svg"); }
|
||||
|
||||
.flag-lr {
|
||||
background-image: url("/img/flags/lr.svg"); }
|
||||
|
||||
.flag-ls {
|
||||
background-image: url("/img/flags/ls.svg"); }
|
||||
|
||||
.flag-lt {
|
||||
background-image: url("/img/flags/lt.svg"); }
|
||||
|
||||
.flag-lu {
|
||||
background-image: url("/img/flags/lu.svg"); }
|
||||
|
||||
.flag-lv {
|
||||
background-image: url("/img/flags/lv.svg"); }
|
||||
|
||||
.flag-ly {
|
||||
background-image: url("/img/flags/ly.svg"); }
|
||||
|
||||
.flag-ma {
|
||||
background-image: url("/img/flags/ma.svg"); }
|
||||
|
||||
.flag-mc {
|
||||
background-image: url("/img/flags/mc.svg"); }
|
||||
|
||||
.flag-md {
|
||||
background-image: url("/img/flags/md.svg"); }
|
||||
|
||||
.flag-me {
|
||||
background-image: url("/img/flags/me.svg"); }
|
||||
|
||||
.flag-mf {
|
||||
background-image: url("/img/flags/mf.svg"); }
|
||||
|
||||
.flag-mg {
|
||||
background-image: url("/img/flags/mg.svg"); }
|
||||
|
||||
.flag-mh {
|
||||
background-image: url("/img/flags/mh.svg"); }
|
||||
|
||||
.flag-mk {
|
||||
background-image: url("/img/flags/mk.svg"); }
|
||||
|
||||
.flag-ml {
|
||||
background-image: url("/img/flags/ml.svg"); }
|
||||
|
||||
.flag-mm {
|
||||
background-image: url("/img/flags/mm.svg"); }
|
||||
|
||||
.flag-mn {
|
||||
background-image: url("/img/flags/mn.svg"); }
|
||||
|
||||
.flag-mo {
|
||||
background-image: url("/img/flags/mo.svg"); }
|
||||
|
||||
.flag-mp {
|
||||
background-image: url("/img/flags/mp.svg"); }
|
||||
|
||||
.flag-mq {
|
||||
background-image: url("/img/flags/mq.svg"); }
|
||||
|
||||
.flag-mr {
|
||||
background-image: url("/img/flags/mr.svg"); }
|
||||
|
||||
.flag-ms {
|
||||
background-image: url("/img/flags/ms.svg"); }
|
||||
|
||||
.flag-mt {
|
||||
background-image: url("/img/flags/mt.svg"); }
|
||||
|
||||
.flag-mu {
|
||||
background-image: url("/img/flags/mu.svg"); }
|
||||
|
||||
.flag-mv {
|
||||
background-image: url("/img/flags/mv.svg"); }
|
||||
|
||||
.flag-mw {
|
||||
background-image: url("/img/flags/mw.svg"); }
|
||||
|
||||
.flag-mx {
|
||||
background-image: url("/img/flags/mx.svg"); }
|
||||
|
||||
.flag-my {
|
||||
background-image: url("/img/flags/my.svg"); }
|
||||
|
||||
.flag-mz {
|
||||
background-image: url("/img/flags/mz.svg"); }
|
||||
|
||||
.flag-na {
|
||||
background-image: url("/img/flags/na.svg"); }
|
||||
|
||||
.flag-nc {
|
||||
background-image: url("/img/flags/nc.svg"); }
|
||||
|
||||
.flag-ne {
|
||||
background-image: url("/img/flags/ne.svg"); }
|
||||
|
||||
.flag-nf {
|
||||
background-image: url("/img/flags/nf.svg"); }
|
||||
|
||||
.flag-ng {
|
||||
background-image: url("/img/flags/ng.svg"); }
|
||||
|
||||
.flag-ni {
|
||||
background-image: url("/img/flags/ni.svg"); }
|
||||
|
||||
.flag-nl {
|
||||
background-image: url("/img/flags/nl.svg"); }
|
||||
|
||||
.flag-no {
|
||||
background-image: url("/img/flags/no.svg"); }
|
||||
|
||||
.flag-np {
|
||||
background-image: url("/img/flags/np.svg"); }
|
||||
|
||||
.flag-nr {
|
||||
background-image: url("/img/flags/nr.svg"); }
|
||||
|
||||
.flag-nu {
|
||||
background-image: url("/img/flags/nu.svg"); }
|
||||
|
||||
.flag-nz {
|
||||
background-image: url("/img/flags/nz.svg"); }
|
||||
|
||||
.flag-om {
|
||||
background-image: url("/img/flags/om.svg"); }
|
||||
|
||||
.flag-pa {
|
||||
background-image: url("/img/flags/pa.svg"); }
|
||||
|
||||
.flag-pe {
|
||||
background-image: url("/img/flags/pe.svg"); }
|
||||
|
||||
.flag-pf {
|
||||
background-image: url("/img/flags/pf.svg"); }
|
||||
|
||||
.flag-pg {
|
||||
background-image: url("/img/flags/pg.svg"); }
|
||||
|
||||
.flag-ph {
|
||||
background-image: url("/img/flags/ph.svg"); }
|
||||
|
||||
.flag-pk {
|
||||
background-image: url("/img/flags/pk.svg"); }
|
||||
|
||||
.flag-pl {
|
||||
background-image: url("/img/flags/pl.svg"); }
|
||||
|
||||
.flag-pm {
|
||||
background-image: url("/img/flags/pm.svg"); }
|
||||
|
||||
.flag-pn {
|
||||
background-image: url("/img/flags/pn.svg"); }
|
||||
|
||||
.flag-pr {
|
||||
background-image: url("/img/flags/pr.svg"); }
|
||||
|
||||
.flag-ps {
|
||||
background-image: url("/img/flags/ps.svg"); }
|
||||
|
||||
.flag-pt {
|
||||
background-image: url("/img/flags/pt.svg"); }
|
||||
|
||||
.flag-pw {
|
||||
background-image: url("/img/flags/pw.svg"); }
|
||||
|
||||
.flag-py {
|
||||
background-image: url("/img/flags/py.svg"); }
|
||||
|
||||
.flag-qa {
|
||||
background-image: url("/img/flags/qa.svg"); }
|
||||
|
||||
.flag-re {
|
||||
background-image: url("/img/flags/re.svg"); }
|
||||
|
||||
.flag-ro {
|
||||
background-image: url("/img/flags/ro.svg"); }
|
||||
|
||||
.flag-rs {
|
||||
background-image: url("/img/flags/rs.svg"); }
|
||||
|
||||
.flag-ru {
|
||||
background-image: url("/img/flags/ru.svg"); }
|
||||
|
||||
.flag-rw {
|
||||
background-image: url("/img/flags/rw.svg"); }
|
||||
|
||||
.flag-sa {
|
||||
background-image: url("/img/flags/sa.svg"); }
|
||||
|
||||
.flag-sb {
|
||||
background-image: url("/img/flags/sb.svg"); }
|
||||
|
||||
.flag-sc {
|
||||
background-image: url("/img/flags/sc.svg"); }
|
||||
|
||||
.flag-sd {
|
||||
background-image: url("/img/flags/sd.svg"); }
|
||||
|
||||
.flag-se {
|
||||
background-image: url("/img/flags/se.svg"); }
|
||||
|
||||
.flag-sg {
|
||||
background-image: url("/img/flags/sg.svg"); }
|
||||
|
||||
.flag-sh {
|
||||
background-image: url("/img/flags/sh.svg"); }
|
||||
|
||||
.flag-si {
|
||||
background-image: url("/img/flags/si.svg"); }
|
||||
|
||||
.flag-sj {
|
||||
background-image: url("/img/flags/sj.svg"); }
|
||||
|
||||
.flag-sk {
|
||||
background-image: url("/img/flags/sk.svg"); }
|
||||
|
||||
.flag-sl {
|
||||
background-image: url("/img/flags/sl.svg"); }
|
||||
|
||||
.flag-sm {
|
||||
background-image: url("/img/flags/sm.svg"); }
|
||||
|
||||
.flag-sn {
|
||||
background-image: url("/img/flags/sn.svg"); }
|
||||
|
||||
.flag-so {
|
||||
background-image: url("/img/flags/so.svg"); }
|
||||
|
||||
.flag-sr {
|
||||
background-image: url("/img/flags/sr.svg"); }
|
||||
|
||||
.flag-ss {
|
||||
background-image: url("/img/flags/ss.svg"); }
|
||||
|
||||
.flag-st {
|
||||
background-image: url("/img/flags/st.svg"); }
|
||||
|
||||
.flag-sv {
|
||||
background-image: url("/img/flags/sv.svg"); }
|
||||
|
||||
.flag-sx {
|
||||
background-image: url("/img/flags/sx.svg"); }
|
||||
|
||||
.flag-sy {
|
||||
background-image: url("/img/flags/sy.svg"); }
|
||||
|
||||
.flag-sz {
|
||||
background-image: url("/img/flags/sz.svg"); }
|
||||
|
||||
.flag-tc {
|
||||
background-image: url("/img/flags/tc.svg"); }
|
||||
|
||||
.flag-td {
|
||||
background-image: url("/img/flags/td.svg"); }
|
||||
|
||||
.flag-tf {
|
||||
background-image: url("/img/flags/tf.svg"); }
|
||||
|
||||
.flag-tg {
|
||||
background-image: url("/img/flags/tg.svg"); }
|
||||
|
||||
.flag-th {
|
||||
background-image: url("/img/flags/th.svg"); }
|
||||
|
||||
.flag-tj {
|
||||
background-image: url("/img/flags/tj.svg"); }
|
||||
|
||||
.flag-tk {
|
||||
background-image: url("/img/flags/tk.svg"); }
|
||||
|
||||
.flag-tl {
|
||||
background-image: url("/img/flags/tl.svg"); }
|
||||
|
||||
.flag-tm {
|
||||
background-image: url("/img/flags/tm.svg"); }
|
||||
|
||||
.flag-tn {
|
||||
background-image: url("/img/flags/tn.svg"); }
|
||||
|
||||
.flag-to {
|
||||
background-image: url("/img/flags/to.svg"); }
|
||||
|
||||
.flag-tr {
|
||||
background-image: url("/img/flags/tr.svg"); }
|
||||
|
||||
.flag-tt {
|
||||
background-image: url("/img/flags/tt.svg"); }
|
||||
|
||||
.flag-tv {
|
||||
background-image: url("/img/flags/tv.svg"); }
|
||||
|
||||
.flag-tw {
|
||||
background-image: url("/img/flags/tw.svg"); }
|
||||
|
||||
.flag-tz {
|
||||
background-image: url("/img/flags/tz.svg"); }
|
||||
|
||||
.flag-ua {
|
||||
background-image: url("/img/flags/ua.svg"); }
|
||||
|
||||
.flag-ug {
|
||||
background-image: url("/img/flags/ug.svg"); }
|
||||
|
||||
.flag-um {
|
||||
background-image: url("/img/flags/um.svg"); }
|
||||
|
||||
.flag-us {
|
||||
background-image: url("/img/flags/us.svg"); }
|
||||
|
||||
.flag-uy {
|
||||
background-image: url("/img/flags/uy.svg"); }
|
||||
|
||||
.flag-uz {
|
||||
background-image: url("/img/flags/uz.svg"); }
|
||||
|
||||
.flag-va {
|
||||
background-image: url("/img/flags/va.svg"); }
|
||||
|
||||
.flag-vc {
|
||||
background-image: url("/img/flags/vc.svg"); }
|
||||
|
||||
.flag-ve {
|
||||
background-image: url("/img/flags/ve.svg"); }
|
||||
|
||||
.flag-vg {
|
||||
background-image: url("/img/flags/vg.svg"); }
|
||||
|
||||
.flag-vi {
|
||||
background-image: url("/img/flags/vi.svg"); }
|
||||
|
||||
.flag-vn {
|
||||
background-image: url("/img/flags/vn.svg"); }
|
||||
|
||||
.flag-vu {
|
||||
background-image: url("/img/flags/vu.svg"); }
|
||||
|
||||
.flag-wf {
|
||||
background-image: url("/img/flags/wf.svg"); }
|
||||
|
||||
.flag-ws {
|
||||
background-image: url("/img/flags/ws.svg"); }
|
||||
|
||||
.flag-ye {
|
||||
background-image: url("/img/flags/ye.svg"); }
|
||||
|
||||
.flag-yt {
|
||||
background-image: url("/img/flags/yt.svg"); }
|
||||
|
||||
.flag-za {
|
||||
background-image: url("/img/flags/za.svg"); }
|
||||
|
||||
.flag-zm {
|
||||
background-image: url("/img/flags/zm.svg"); }
|
||||
|
||||
.flag-zw {
|
||||
background-image: url("/img/flags/zw.svg"); }
|
||||
|
||||
.flag-es-ct {
|
||||
background-image: url("/img/flags/es-ct.svg"); }
|
||||
|
||||
.flag-eu {
|
||||
background-image: url("/img/flags/eu.svg"); }
|
||||
|
||||
.flag-gb-eng {
|
||||
background-image: url("/img/flags/gb-eng.svg"); }
|
||||
|
||||
.flag-gb-nir {
|
||||
background-image: url("/img/flags/gb-nir.svg"); }
|
||||
|
||||
.flag-gb-sct {
|
||||
background-image: url("/img/flags/gb-sct.svg"); }
|
||||
|
||||
.flag-gb-wls {
|
||||
background-image: url("/img/flags/gb-wls.svg"); }
|
||||
|
||||
.flag-un {
|
||||
background-image: url("/img/flags/un.svg"); }
|
||||
|
||||
.flag-size-md {
|
||||
width: 2.66666rem;
|
||||
height: 2rem; }
|
||||
|
||||
.flag-size-lg {
|
||||
width: 3.99999rem;
|
||||
height: 3rem; }
|
||||
|
||||
.flag-size-xl {
|
||||
width: 5.33332rem;
|
||||
height: 4rem; }
|
||||
/*# sourceMappingURL=tabler-flags.css.map */
|
||||
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+7
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+13878
File diff suppressed because it is too large
Load Diff
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+7
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+182
@@ -0,0 +1,182 @@
|
||||
/*!
|
||||
* Tabler v0.9.0 (https://tabler.io)
|
||||
* Copyright 2018-2019 codecalm
|
||||
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
(function ($) {
|
||||
$(document).ready(function () {
|
||||
$().peity &&
|
||||
$('[data-spark]').each(function () {
|
||||
const $this = $(this),
|
||||
data = $this.attr('data-spark'),
|
||||
color = $this.attr('data-spark-color') || 'blue',
|
||||
type = $this.attr('data-spark-type') || 'line';
|
||||
|
||||
const $div = $('<div/>').html(data);
|
||||
$this.append($div);
|
||||
|
||||
let strokeColor = tabler.colors[color],
|
||||
fillColor = tabler.colors[color];
|
||||
|
||||
if (type === 'donut' || type === 'pie') {
|
||||
fillColor = [fillColor, tabler.hexToRgbA(fillColor, 0.1)];
|
||||
} else if (type === 'bar') {
|
||||
fillColor = [fillColor];
|
||||
} else if (type === 'line') {
|
||||
fillColor = tabler.hexToRgbA(fillColor, 0.1);
|
||||
}
|
||||
|
||||
$div.peity(type, {
|
||||
width: $this.width(),
|
||||
height: $this.height(),
|
||||
// max: 100,
|
||||
// min: 0,
|
||||
stroke: strokeColor,
|
||||
strokeWidth: 2,
|
||||
fill: fillColor,
|
||||
padding: 0.2,
|
||||
innerRadius: type === 'donut' ? 17 : 0,
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
|
||||
/*
|
||||
charts default configuration
|
||||
*/
|
||||
if (window.Apex) {
|
||||
const borderColor = 'rgba(0, 0, 0, 0.09)';
|
||||
const mutedColor = '#888e9a';
|
||||
|
||||
window.Apex = {
|
||||
chart: {
|
||||
fontFamily: 'inherit',
|
||||
foreColor: 'currentColor',
|
||||
toolbar: {
|
||||
show: false,
|
||||
},
|
||||
zoom: {
|
||||
enabled: false,
|
||||
},
|
||||
animations: {
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
|
||||
grid: {
|
||||
show: false,
|
||||
position: 'back',
|
||||
borderColor: borderColor,
|
||||
padding: {
|
||||
right: 0,
|
||||
left: 0,
|
||||
bottom: 0,
|
||||
top: 0,
|
||||
},
|
||||
},
|
||||
|
||||
dataLabels: {
|
||||
enabled: false,
|
||||
dropShadow: {
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
|
||||
plotOptions: {
|
||||
pie: {
|
||||
customScale: 1,
|
||||
expandOnClick: false,
|
||||
dataLabels: {
|
||||
minAngleToShowLabel: 10,
|
||||
},
|
||||
donut: {
|
||||
size: '80%'
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
stroke: {
|
||||
width: 2,
|
||||
curve: 'smooth',
|
||||
lineCap: "round",
|
||||
},
|
||||
|
||||
fill: {
|
||||
type: 'solid',
|
||||
opacity: 1,
|
||||
},
|
||||
|
||||
markers: {
|
||||
size: 0,
|
||||
strokeWidth: 1,
|
||||
radius: 2,
|
||||
hover: {
|
||||
size: 4,
|
||||
},
|
||||
},
|
||||
|
||||
legend: {
|
||||
show: true,
|
||||
fontSize: '14px',
|
||||
markers: {
|
||||
width: 8,
|
||||
height: 8,
|
||||
},
|
||||
itemMargin: {
|
||||
horizontal: 0,
|
||||
vertical: 8,
|
||||
},
|
||||
},
|
||||
|
||||
title: {
|
||||
margin: 0,
|
||||
floating: true,
|
||||
offsetX: 10,
|
||||
style: {
|
||||
fontSize: '18px',
|
||||
},
|
||||
},
|
||||
|
||||
subtitle: {
|
||||
margin: 0,
|
||||
},
|
||||
|
||||
tooltip: {
|
||||
fillSeriesColor: false,
|
||||
},
|
||||
|
||||
xaxis: {
|
||||
labels: {
|
||||
style: {
|
||||
colors: mutedColor,
|
||||
fontSize: '12px',
|
||||
},
|
||||
datetimeFormatter: {
|
||||
year: 'yyyy',
|
||||
month: 'MMM \'yy',
|
||||
day: 'd MMM',
|
||||
hour: 'HH:mm'
|
||||
}
|
||||
},
|
||||
tooltip: {
|
||||
enabled: false,
|
||||
},
|
||||
axisBorder: {
|
||||
color: borderColor,
|
||||
height: 0,
|
||||
},
|
||||
axisTicks: {
|
||||
show: true,
|
||||
height: 4,
|
||||
color: borderColor,
|
||||
},
|
||||
},
|
||||
|
||||
yaxis: {
|
||||
show: false,
|
||||
},
|
||||
};
|
||||
}
|
||||
//# sourceMappingURL=tabler-charts.js.map
|
||||
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
/*!
|
||||
* Tabler v0.9.0 (https://tabler.io)
|
||||
* Copyright 2018-2019 codecalm
|
||||
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
|
||||
*/'use strict';if(function(a){a(document).ready(function(){a().peity&&a("[data-spark]").each(function(){var b=a(this),c=b.attr("data-spark"),d=b.attr("data-spark-color")||"blue",e=b.attr("data-spark-type")||"line",f=a("<div/>").html(c);b.append(f);var g=tabler.colors[d],h=tabler.colors[d];"donut"===e||"pie"===e?h=[h,tabler.hexToRgbA(h,.1)]:"bar"===e?h=[h]:"line"===e&&(h=tabler.hexToRgbA(h,.1)),f.peity(e,{width:b.width(),height:b.height(),stroke:g,strokeWidth:2,fill:h,padding:.2,innerRadius:"donut"===e?17:0})})})}(jQuery),window.Apex){var borderColor="rgba(0, 0, 0, 0.09)",mutedColor="#888e9a";window.Apex={chart:{fontFamily:"inherit",foreColor:"currentColor",toolbar:{show:!1},zoom:{enabled:!1},animations:{enabled:!1}},grid:{show:!1,position:"back",borderColor:borderColor,padding:{right:0,left:0,bottom:0,top:0}},dataLabels:{enabled:!1,dropShadow:{enabled:!1}},plotOptions:{pie:{customScale:1,expandOnClick:!1,dataLabels:{minAngleToShowLabel:10},donut:{size:"80%"}}},stroke:{width:2,curve:"smooth",lineCap:"round"},fill:{type:"solid",opacity:1},markers:{size:0,strokeWidth:1,radius:2,hover:{size:4}},legend:{show:!0,fontSize:"14px",markers:{width:8,height:8},itemMargin:{horizontal:0,vertical:8}},title:{margin:0,floating:!0,offsetX:10,style:{fontSize:"18px"}},subtitle:{margin:0},tooltip:{fillSeriesColor:!1},xaxis:{labels:{style:{colors:mutedColor,fontSize:"12px"},datetimeFormatter:{year:"yyyy",month:"MMM 'yy",day:"d MMM",hour:"HH:mm"}},tooltip:{enabled:!1},axisBorder:{color:borderColor,height:0},axisTicks:{show:!0,height:4,color:borderColor}},yaxis:{show:!1}}}
|
||||
//# sourceMappingURL=tabler-charts.min.js.map
|
||||
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+174
@@ -0,0 +1,174 @@
|
||||
/*!
|
||||
* Tabler v0.9.0 (https://tabler.io)
|
||||
* Copyright 2018-2019 codecalm
|
||||
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
const tabler = {
|
||||
colorVariation: function(color, variation) {
|
||||
const colorValue = this.colors[color];
|
||||
|
||||
if (colorValue) {
|
||||
switch (variation) {
|
||||
case 'light':
|
||||
return this.mixColors(colorValue, '#ffffff', 70);
|
||||
case 'lighten':
|
||||
return this.mixColors(colorValue, '#ffffff', 30);
|
||||
case 'lightest':
|
||||
return this.mixColors(colorValue, '#ffffff', 10);
|
||||
case 'dark':
|
||||
return this.mixColors(colorValue, '#000000', 80);
|
||||
case 'darken':
|
||||
return this.mixColors(colorValue, '#000000', 40);
|
||||
case 'darkest':
|
||||
return this.mixColors(colorValue, '#000000', 20);
|
||||
}
|
||||
|
||||
return colorValue;
|
||||
}
|
||||
|
||||
throw new Error('Wrong color: ' + color);
|
||||
},
|
||||
|
||||
hexToRgbA: function(hex, opacity) {
|
||||
let c;
|
||||
|
||||
opacity = opacity || 1;
|
||||
|
||||
if (/^#([A-Fa-f0-9]{3}){1,2}$/.test(hex)) {
|
||||
c = hex.substring(1).split('');
|
||||
if (c.length === 3) {
|
||||
c = [c[0], c[0], c[1], c[1], c[2], c[2]];
|
||||
}
|
||||
c = '0x' + c.join('');
|
||||
return 'rgba(' + [(c >> 16) & 255, (c >> 8) & 255, c & 255].join(',') + ',' + opacity + ')';
|
||||
}
|
||||
throw new Error('Bad Hex');
|
||||
},
|
||||
|
||||
mixColors: function(color_1, color_2, weight) {
|
||||
color_1 = color_1.substr(1);
|
||||
color_2 = color_2.substr(1);
|
||||
|
||||
function d2h(d) {
|
||||
return d.toString(16);
|
||||
}
|
||||
|
||||
function h2d(h) {
|
||||
return parseInt(h, 16);
|
||||
}
|
||||
|
||||
weight = typeof weight !== 'undefined' ? weight : 50;
|
||||
|
||||
let color = '#';
|
||||
|
||||
for (let i = 0; i <= 5; i += 2) {
|
||||
let v1 = h2d(color_1.substr(i, 2)),
|
||||
v2 = h2d(color_2.substr(i, 2));
|
||||
|
||||
let val = d2h(Math.floor(v2 + (v1 - v2) * (weight / 100.0)));
|
||||
|
||||
while (val.length < 2) {
|
||||
val = '0' + val;
|
||||
}
|
||||
|
||||
color += val;
|
||||
}
|
||||
|
||||
return color;
|
||||
},
|
||||
|
||||
colors: (window.tabler_colors || []),
|
||||
|
||||
toggleFullscreen: function(elem) {
|
||||
elem = elem || document.documentElement;
|
||||
if (
|
||||
!document.fullscreenElement &&
|
||||
!document.mozFullScreenElement &&
|
||||
!document.webkitFullscreenElement &&
|
||||
!document.msFullscreenElement
|
||||
) {
|
||||
if (elem.requestFullscreen) {
|
||||
elem.requestFullscreen();
|
||||
} else if (elem.msRequestFullscreen) {
|
||||
elem.msRequestFullscreen();
|
||||
} else if (elem.mozRequestFullScreen) {
|
||||
elem.mozRequestFullScreen();
|
||||
} else if (elem.webkitRequestFullscreen) {
|
||||
elem.webkitRequestFullscreen(Element.ALLOW_KEYBOARD_INPUT);
|
||||
}
|
||||
} else {
|
||||
if (document.exitFullscreen) {
|
||||
document.exitFullscreen();
|
||||
} else if (document.msExitFullscreen) {
|
||||
document.msExitFullscreen();
|
||||
} else if (document.mozCancelFullScreen) {
|
||||
document.mozCancelFullScreen();
|
||||
} else if (document.webkitExitFullscreen) {
|
||||
document.webkitExitFullscreen();
|
||||
}
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
$(document).ready(function() {
|
||||
const $body = $('body');
|
||||
|
||||
$body.on('click', '[data-toggle="menubar"]', function(e) {
|
||||
$body.toggleClass('aside-visible');
|
||||
|
||||
e.preventDefault();
|
||||
return false;
|
||||
});
|
||||
|
||||
// $('[data-toggle="tooltip"]').tooltip();
|
||||
// $('[data-toggle="popover"]').popover();
|
||||
|
||||
/*
|
||||
Autosize plugin
|
||||
*/
|
||||
if (window.autosize) {
|
||||
(function() {
|
||||
const elements = document.querySelectorAll('[data-toggle="autosize"]');
|
||||
|
||||
if (elements.length) {
|
||||
elements.forEach(function(element) {
|
||||
autosize(element);
|
||||
});
|
||||
}
|
||||
})();
|
||||
}
|
||||
|
||||
/*
|
||||
Imask plugin
|
||||
*/
|
||||
if (window.IMask) {
|
||||
(function() {
|
||||
const $elem = $('[data-mask]');
|
||||
|
||||
if ($elem) {
|
||||
$elem.each(function() {
|
||||
IMask($(this).get(0), {
|
||||
mask: $(this).attr('data-mask'),
|
||||
lazy: $(this).attr('data-mask-visible') === 'true',
|
||||
});
|
||||
});
|
||||
}
|
||||
})();
|
||||
}
|
||||
|
||||
/**
|
||||
* Seelectize plugin
|
||||
*/
|
||||
if (jQuery && jQuery().selectize) {
|
||||
const $elem = $('[data-selectize]');
|
||||
|
||||
if ($elem) {
|
||||
$elem.selectize();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
window.tabler = tabler;
|
||||
//# sourceMappingURL=tabler.js.map
|
||||
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
/*!
|
||||
* Tabler v0.9.0 (https://tabler.io)
|
||||
* Copyright 2018-2019 codecalm
|
||||
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
|
||||
*/'use strict';var tabler={colorVariation:function(a,b){var c=this.colors[a];if(c)return"light"===b?this.mixColors(c,"#ffffff",70):"lighten"===b?this.mixColors(c,"#ffffff",30):"lightest"===b?this.mixColors(c,"#ffffff",10):"dark"===b?this.mixColors(c,"#000000",80):"darken"===b?this.mixColors(c,"#000000",40):"darkest"===b?this.mixColors(c,"#000000",20):c;throw new Error("Wrong color: "+a)},hexToRgbA:function(a,b){var d;if(b=b||1,/^#([A-Fa-f0-9]{3}){1,2}$/.test(a))return d=a.substring(1).split(""),3===d.length&&(d=[d[0],d[0],d[1],d[1],d[2],d[2]]),d="0x"+d.join(""),"rgba("+[255&d>>16,255&d>>8,255&d].join(",")+","+b+")";throw new Error("Bad Hex")},mixColors:function(a,b,c){var f=Math.floor;function d(a){return a.toString(16)}function e(a){return parseInt(a,16)}a=a.substr(1),b=b.substr(1),c="undefined"==typeof c?50:c;for(var g="#",h=0;5>=h;h+=2){for(var j=e(a.substr(h,2)),k=e(b.substr(h,2)),l=d(f(k+(j-k)*(c/100)));2>l.length;)l="0"+l;g+=l}return g},colors:window.tabler_colors||[],toggleFullscreen:function(a){a=a||document.documentElement,document.fullscreenElement||document.mozFullScreenElement||document.webkitFullscreenElement||document.msFullscreenElement?document.exitFullscreen?document.exitFullscreen():document.msExitFullscreen?document.msExitFullscreen():document.mozCancelFullScreen?document.mozCancelFullScreen():document.webkitExitFullscreen&&document.webkitExitFullscreen():a.requestFullscreen?a.requestFullscreen():a.msRequestFullscreen?a.msRequestFullscreen():a.mozRequestFullScreen?a.mozRequestFullScreen():a.webkitRequestFullscreen&&a.webkitRequestFullscreen(Element.ALLOW_KEYBOARD_INPUT)}};$(document).ready(function(){var a=$("body");if(a.on("click","[data-toggle=\"menubar\"]",function(b){return a.toggleClass("aside-visible"),b.preventDefault(),!1}),window.autosize&&function(){var a=document.querySelectorAll("[data-toggle=\"autosize\"]");a.length&&a.forEach(function(a){autosize(a)})}(),window.IMask&&function(){var a=$("[data-mask]");a&&a.each(function(){IMask($(this).get(0),{mask:$(this).attr("data-mask"),lazy:"true"===$(this).attr("data-mask-visible")})})}(),jQuery&&jQuery().selectize){var b=$("[data-selectize]");b&&b.selectize()}}),window.tabler=tabler;
|
||||
//# sourceMappingURL=tabler.min.js.map
|
||||
Vendored
+1
File diff suppressed because one or more lines are too long
+6
File diff suppressed because one or more lines are too long
+6
@@ -0,0 +1,6 @@
|
||||
/*!
|
||||
autosize 4.0.2
|
||||
license: MIT
|
||||
http://www.jacklmoore.com/autosize
|
||||
*/
|
||||
!function(e,t){if("function"==typeof define&&define.amd)define(["module","exports"],t);else if("undefined"!=typeof exports)t(module,exports);else{var n={exports:{}};t(n,n.exports),e.autosize=n.exports}}(this,function(e,t){"use strict";var n,o,p="function"==typeof Map?new Map:(n=[],o=[],{has:function(e){return-1<n.indexOf(e)},get:function(e){return o[n.indexOf(e)]},set:function(e,t){-1===n.indexOf(e)&&(n.push(e),o.push(t))},delete:function(e){var t=n.indexOf(e);-1<t&&(n.splice(t,1),o.splice(t,1))}}),c=function(e){return new Event(e,{bubbles:!0})};try{new Event("test")}catch(e){c=function(e){var t=document.createEvent("Event");return t.initEvent(e,!0,!1),t}}function r(r){if(r&&r.nodeName&&"TEXTAREA"===r.nodeName&&!p.has(r)){var e,n=null,o=null,i=null,d=function(){r.clientWidth!==o&&a()},l=function(t){window.removeEventListener("resize",d,!1),r.removeEventListener("input",a,!1),r.removeEventListener("keyup",a,!1),r.removeEventListener("autosize:destroy",l,!1),r.removeEventListener("autosize:update",a,!1),Object.keys(t).forEach(function(e){r.style[e]=t[e]}),p.delete(r)}.bind(r,{height:r.style.height,resize:r.style.resize,overflowY:r.style.overflowY,overflowX:r.style.overflowX,wordWrap:r.style.wordWrap});r.addEventListener("autosize:destroy",l,!1),"onpropertychange"in r&&"oninput"in r&&r.addEventListener("keyup",a,!1),window.addEventListener("resize",d,!1),r.addEventListener("input",a,!1),r.addEventListener("autosize:update",a,!1),r.style.overflowX="hidden",r.style.wordWrap="break-word",p.set(r,{destroy:l,update:a}),"vertical"===(e=window.getComputedStyle(r,null)).resize?r.style.resize="none":"both"===e.resize&&(r.style.resize="horizontal"),n="content-box"===e.boxSizing?-(parseFloat(e.paddingTop)+parseFloat(e.paddingBottom)):parseFloat(e.borderTopWidth)+parseFloat(e.borderBottomWidth),isNaN(n)&&(n=0),a()}function s(e){var t=r.style.width;r.style.width="0px",r.offsetWidth,r.style.width=t,r.style.overflowY=e}function u(){if(0!==r.scrollHeight){var e=function(e){for(var t=[];e&&e.parentNode&&e.parentNode instanceof Element;)e.parentNode.scrollTop&&t.push({node:e.parentNode,scrollTop:e.parentNode.scrollTop}),e=e.parentNode;return t}(r),t=document.documentElement&&document.documentElement.scrollTop;r.style.height="",r.style.height=r.scrollHeight+n+"px",o=r.clientWidth,e.forEach(function(e){e.node.scrollTop=e.scrollTop}),t&&(document.documentElement.scrollTop=t)}}function a(){u();var e=Math.round(parseFloat(r.style.height)),t=window.getComputedStyle(r,null),n="content-box"===t.boxSizing?Math.round(parseFloat(t.height)):r.offsetHeight;if(n<e?"hidden"===t.overflowY&&(s("scroll"),u(),n="content-box"===t.boxSizing?Math.round(parseFloat(window.getComputedStyle(r,null).height)):r.offsetHeight):"hidden"!==t.overflowY&&(s("hidden"),u(),n="content-box"===t.boxSizing?Math.round(parseFloat(window.getComputedStyle(r,null).height)):r.offsetHeight),i!==n){i=n;var o=c("autosize:resized");try{r.dispatchEvent(o)}catch(e){}}}}function i(e){var t=p.get(e);t&&t.destroy()}function d(e){var t=p.get(e);t&&t.update()}var l=null;"undefined"==typeof window||"function"!=typeof window.getComputedStyle?((l=function(e){return e}).destroy=function(e){return e},l.update=function(e){return e}):((l=function(e,t){return e&&Array.prototype.forEach.call(e.length?e:[e],function(e){return r(e)}),e}).destroy=function(e){return e&&Array.prototype.forEach.call(e.length?e:[e],i),e},l.update=function(e){return e&&Array.prototype.forEach.call(e.length?e:[e],d),e}),t.default=l,e.exports=t.default});
|
||||
File diff suppressed because one or more lines are too long
+1
File diff suppressed because one or more lines are too long
+6
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
.fc-dayGridDay-view .fc-content-skeleton,.fc-dayGridWeek-view .fc-content-skeleton{padding-bottom:1em}.fc-dayGrid-view .fc-body .fc-row{min-height:4em}.fc-row.fc-rigid{overflow:hidden}.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-day-top.fc-other-month{opacity:.3}.fc-dayGrid-view .fc-day-number,.fc-dayGrid-view .fc-week-number{padding:2px}.fc-dayGrid-view th.fc-day-number,.fc-dayGrid-view th.fc-week-number{padding:0 2px}.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number{float:right}.fc-rtl .fc-dayGrid-view .fc-day-top .fc-day-number{float:left}.fc-ltr .fc-dayGrid-view .fc-day-top .fc-week-number{float:left;border-radius:0 0 3px}.fc-rtl .fc-dayGrid-view .fc-day-top .fc-week-number{float:right;border-radius:0 0 0 3px}.fc-dayGrid-view .fc-day-top .fc-week-number{min-width:1.5em;text-align:center;background-color:#f2f2f2;color:grey}.fc-dayGrid-view td.fc-week-number{text-align:center}.fc-dayGrid-view td.fc-week-number>*{display:inline-block;min-width:1.25em}
|
||||
+6
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
.fc-event-dot{display:inline-block;width:10px;height:10px;border-radius:5px}.fc-rtl .fc-list-view{direction:rtl}.fc-list-view{border-width:1px;border-style:solid}.fc .fc-list-table{table-layout:auto}.fc-list-table td{border-width:1px 0 0;padding:8px 14px}.fc-list-table tr:first-child td{border-top-width:0}.fc-list-heading{border-bottom-width:1px}.fc-list-heading td{font-weight:700}.fc-ltr .fc-list-heading-main{float:left}.fc-ltr .fc-list-heading-alt,.fc-rtl .fc-list-heading-main{float:right}.fc-rtl .fc-list-heading-alt{float:left}.fc-list-item.fc-has-url{cursor:pointer}.fc-list-item-marker,.fc-list-item-time{white-space:nowrap;width:1px}.fc-ltr .fc-list-item-marker{padding-right:0}.fc-rtl .fc-list-item-marker{padding-left:0}.fc-list-item-title a{text-decoration:none;color:inherit}.fc-list-item-title a[href]:hover{text-decoration:underline}.fc-list-empty-wrap2{position:absolute;top:0;left:0;right:0;bottom:0}.fc-list-empty-wrap1{width:100%;height:100%;display:table}.fc-list-empty{display:table-cell;vertical-align:middle;text-align:center}.fc-unthemed .fc-list-empty{background-color:#eee}
|
||||
+6
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
@charset "UTF-8";.fc-timeGrid-view .fc-day-grid{position:relative;z-index:2}.fc-timeGrid-view .fc-day-grid .fc-row{min-height:3em}.fc-timeGrid-view .fc-day-grid .fc-row .fc-content-skeleton{padding-bottom:1em}.fc .fc-axis{vertical-align:middle;padding:0 4px;white-space:nowrap}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.fc-time-grid,.fc-time-grid-container{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-content-col{position:relative}.fc-time-grid .fc-content-skeleton{position:absolute;z-index:3;top:0;left:0;right:0}.fc-time-grid .fc-business-container{position:relative;z-index:1}.fc-time-grid .fc-bgevent-container{position:relative;z-index:2}.fc-time-grid .fc-highlight-container{z-index:3;position:relative}.fc-time-grid .fc-event-container{position:relative;z-index:4}.fc-time-grid .fc-now-indicator-line{z-index:5}.fc-time-grid .fc-mirror-container{position:relative;z-index:6}.fc-time-grid .fc-slats td{height:1.5em;border-bottom:0}.fc-time-grid .fc-slats .fc-minor td{border-top-style:dotted}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{position:absolute;z-index:1}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-time-grid-event{margin-bottom:1px}.fc-time-grid-event-inset{-webkit-box-shadow:0 0 0 1px #fff;box-shadow:0 0 0 1px #fff}.fc-time-grid-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-time-grid-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-time-grid-event .fc-content{overflow:hidden;max-height:100%}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event .fc-time{font-size:.85em;white-space:nowrap}.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:" - "}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer{left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after{content:"="}.fc-time-grid-event.fc-selected .fc-resizer{border-radius:5px;border-width:1px;width:8px;height:8px;border-style:solid;border-color:inherit;background:#fff;left:50%;margin-left:-5px;bottom:-5px}.fc-time-grid .fc-now-indicator-line{border-top-width:1px;left:0;right:0}.fc-time-grid .fc-now-indicator-arrow{margin-top:-5px}.fc-ltr .fc-time-grid .fc-now-indicator-arrow{left:0;border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent}.fc-rtl .fc-time-grid .fc-now-indicator-arrow{right:0;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}
|
||||
+6
File diff suppressed because one or more lines are too long
Vendored
+2
File diff suppressed because one or more lines are too long
Vendored
+2
File diff suppressed because one or more lines are too long
+10
File diff suppressed because one or more lines are too long
Vendored
+1
@@ -0,0 +1 @@
|
||||
.jqvmap-label,.jqvmap-pin{pointer-events:none}.jqvmap-label{position:absolute;display:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:#292929;color:#fff;font-family:sans-serif,Verdana;font-size:smaller;padding:3px}.jqvmap-zoomin,.jqvmap-zoomout{position:absolute;left:10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:#000;padding:3px;color:#fff;width:10px;height:10px;cursor:pointer;line-height:10px;text-align:center}.jqvmap-zoomin{top:10px}.jqvmap-zoomout{top:30px}.jqvmap-region{cursor:pointer}.jqvmap-ajax_response{width:100%;height:500px}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
// Peity jQuery plugin version 3.3.0
|
||||
// (c) 2018 Ben Pickles
|
||||
//
|
||||
// http://benpickles.github.io/peity
|
||||
//
|
||||
// Released under MIT license.
|
||||
!function(t,i,e,n){var a=t.fn.peity=function(i,e){return l&&this.each(function(){var n=t(this),h=n.data("_peity");h?(i&&(h.type=i),t.extend(h.opts,e)):(h=new r(n,i,t.extend({},a.defaults[i],n.data("peity"),e)),n.change(function(){h.draw()}).data("_peity",h)),h.draw()}),this},r=function(t,i,e){this.$el=t,this.type=i,this.opts=e},h=r.prototype,s=h.svgElement=function(e,n){return t(i.createElementNS("http://www.w3.org/2000/svg",e)).attr(n)},l="createElementNS"in i&&s("svg",{})[0].createSVGRect;h.draw=function(){var t=this.opts;a.graphers[this.type].call(this,t),t.after&&t.after.call(this,t)},h.fill=function(){var i=this.opts.fill;return t.isFunction(i)?i:function(t,e){return i[e%i.length]}},h.prepare=function(t,i){return this.$svg||this.$el.hide().after(this.$svg=s("svg",{class:"peity"})),this.$svg.empty().data("_peity",this).attr({height:i,width:t})},h.values=function(){return t.map(this.$el.text().split(this.opts.delimiter),function(t){return parseFloat(t)})},a.defaults={},a.graphers={},a.register=function(t,i,e){this.defaults[t]=i,this.graphers[t]=e},a.register("pie",{fill:["#ff9900","#fff4dd","#ffc66e"],radius:8},function(i){if(!i.delimiter){var n=this.$el.text().match(/[^0-9\.]/);i.delimiter=n?n[0]:","}var a=t.map(this.values(),function(t){return t>0?t:0});if("/"==i.delimiter){var r=a[0],h=a[1];a=[r,e.max(0,h-r)]}for(var l=0,p=a.length,o=0;l<p;l++)o+=a[l];o||(p=2,o=1,a=[0,1]);var f=2*i.radius,c=this.prepare(i.width||f,i.height||f),u=c.width()/2,d=c.height()/2,g=e.min(u,d),v=i.innerRadius;"donut"!=this.type||v||(v=.5*g);var m=e.PI,y=this.fill(),w=this.scale=function(t,i){var n=t/o*m*2-m/2;return[i*e.cos(n)+u,i*e.sin(n)+d]},x=0;for(l=0;l<p;l++){var k,$=a[l],j=$/o;if(0!=j){if(1==j)if(v){var A=u-.01,E=d-g,F=d-v;k=s("path",{d:["M",u,E,"A",g,g,0,1,1,A,E,"L",A,F,"A",v,v,0,1,0,u,F].join(" "),"data-value":$})}else k=s("circle",{cx:u,cy:d,"data-value":$,r:g});else{var M=x+$,S=["M"].concat(w(x,g),"A",g,g,0,j>.5?1:0,1,w(M,g),"L");v?S=S.concat(w(M,v),"A",v,v,0,j>.5?1:0,0,w(x,v)):S.push(u,d),x+=$,k=s("path",{d:S.join(" "),"data-value":$})}k.attr("fill",y.call(this,$,l,a)),c.append(k)}}}),a.register("donut",t.extend(!0,{},a.defaults.pie),function(t){a.graphers.pie.call(this,t)}),a.register("line",{delimiter:",",fill:"#c6d9fd",height:16,min:0,stroke:"#4d89f9",strokeWidth:1,width:32},function(t){var i=this.values();1==i.length&&i.push(i[0]);for(var a=e.max.apply(e,t.max==n?i:i.concat(t.max)),r=e.min.apply(e,t.min==n?i:i.concat(t.min)),h=this.prepare(t.width,t.height),l=t.strokeWidth,p=h.width(),o=h.height()-l,f=a-r,c=this.x=function(t){return t*(p/(i.length-1))},u=this.y=function(t){var i=o;return f&&(i-=(t-r)/f*o),i+l/2},d=u(e.max(r,0)),g=[0,d],v=0;v<i.length;v++)g.push(c(v),u(i[v]));g.push(p,d),t.fill&&h.append(s("polygon",{fill:t.fill,points:g.join(" ")})),l&&h.append(s("polyline",{fill:"none",points:g.slice(2,g.length-2).join(" "),stroke:t.stroke,"stroke-width":l,"stroke-linecap":"square"}))}),a.register("bar",{delimiter:",",fill:["#4D89F9"],height:16,min:0,padding:.1,width:32},function(t){for(var i=this.values(),a=e.max.apply(e,t.max==n?i:i.concat(t.max)),r=e.min.apply(e,t.min==n?i:i.concat(t.min)),h=this.prepare(t.width,t.height),l=h.width(),p=h.height(),o=a-r,f=t.padding,c=this.fill(),u=this.x=function(t){return t*l/i.length},d=this.y=function(t){return p-(o?(t-r)/o*p:1)},g=0;g<i.length;g++){var v,m=u(g+f),y=u(g+1-f)-m,w=i[g],x=d(w),k=x,$=x;o?w<0?k=d(e.min(a,0)):$=d(e.max(r,0)):v=1,0==(v=$-k)&&(v=1,a>0&&o&&k--),h.append(s("rect",{"data-value":w,fill:c.call(this,w,g,i),x:m,y:k,width:y,height:v}))}})}(jQuery,document,Math);
|
||||
+333
@@ -0,0 +1,333 @@
|
||||
/**
|
||||
* selectize.css (v0.12.6)
|
||||
* Copyright (c) 2013–2015 Brian Reavis & contributors
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
|
||||
* file except in compliance with the License. You may obtain a copy of the License at:
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software distributed under
|
||||
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
|
||||
* ANY KIND, either express or implied. See the License for the specific language
|
||||
* governing permissions and limitations under the License.
|
||||
*
|
||||
* @author Brian Reavis <brian@thirdroute.com>
|
||||
*/
|
||||
|
||||
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
|
||||
visibility: visible !important;
|
||||
background: #f2f2f2 !important;
|
||||
background: rgba(0, 0, 0, 0.06) !important;
|
||||
border: 0 none !important;
|
||||
-webkit-box-shadow: inset 0 0 12px 4px #fff;
|
||||
box-shadow: inset 0 0 12px 4px #fff;
|
||||
}
|
||||
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
|
||||
content: '!';
|
||||
visibility: hidden;
|
||||
}
|
||||
.selectize-control.plugin-drag_drop .ui-sortable-helper {
|
||||
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.selectize-dropdown-header {
|
||||
position: relative;
|
||||
padding: 5px 8px;
|
||||
border-bottom: 1px solid #d0d0d0;
|
||||
background: #f8f8f8;
|
||||
-webkit-border-radius: 3px 3px 0 0;
|
||||
-moz-border-radius: 3px 3px 0 0;
|
||||
border-radius: 3px 3px 0 0;
|
||||
}
|
||||
.selectize-dropdown-header-close {
|
||||
position: absolute;
|
||||
right: 8px;
|
||||
top: 50%;
|
||||
color: #303030;
|
||||
opacity: 0.4;
|
||||
margin-top: -12px;
|
||||
line-height: 20px;
|
||||
font-size: 20px !important;
|
||||
}
|
||||
.selectize-dropdown-header-close:hover {
|
||||
color: #000000;
|
||||
}
|
||||
.selectize-dropdown.plugin-optgroup_columns .optgroup {
|
||||
border-right: 1px solid #f2f2f2;
|
||||
border-top: 0 none;
|
||||
float: left;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
|
||||
border-right: 0 none;
|
||||
}
|
||||
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
|
||||
display: none;
|
||||
}
|
||||
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.selectize-control.plugin-remove_button [data-value] {
|
||||
position: relative;
|
||||
padding-right: 24px !important;
|
||||
}
|
||||
.selectize-control.plugin-remove_button [data-value] .remove {
|
||||
z-index: 1;
|
||||
/* fixes ie bug (see #392) */
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: 17px;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
padding: 2px 0 0 0;
|
||||
border-left: 1px solid #d0d0d0;
|
||||
-webkit-border-radius: 0 2px 2px 0;
|
||||
-moz-border-radius: 0 2px 2px 0;
|
||||
border-radius: 0 2px 2px 0;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.selectize-control.plugin-remove_button [data-value] .remove:hover {
|
||||
background: rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
.selectize-control.plugin-remove_button [data-value].active .remove {
|
||||
border-left-color: #cacaca;
|
||||
}
|
||||
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
|
||||
background: none;
|
||||
}
|
||||
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
|
||||
border-left-color: #ffffff;
|
||||
}
|
||||
.selectize-control.plugin-remove_button .remove-single {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
font-size: 23px;
|
||||
}
|
||||
.selectize-control {
|
||||
position: relative;
|
||||
}
|
||||
.selectize-dropdown,
|
||||
.selectize-input,
|
||||
.selectize-input input {
|
||||
color: #303030;
|
||||
font-family: inherit;
|
||||
font-size: 13px;
|
||||
line-height: 18px;
|
||||
-webkit-font-smoothing: inherit;
|
||||
}
|
||||
.selectize-input,
|
||||
.selectize-control.single .selectize-input.input-active {
|
||||
background: #fff;
|
||||
cursor: text;
|
||||
display: inline-block;
|
||||
}
|
||||
.selectize-input {
|
||||
border: 1px solid #d0d0d0;
|
||||
padding: 8px 8px;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.selectize-control.multi .selectize-input.has-items {
|
||||
padding: 6px 8px 3px;
|
||||
}
|
||||
.selectize-input.full {
|
||||
background-color: #fff;
|
||||
}
|
||||
.selectize-input.disabled,
|
||||
.selectize-input.disabled * {
|
||||
cursor: default !important;
|
||||
}
|
||||
.selectize-input.focus {
|
||||
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
|
||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.selectize-input.dropdown-active {
|
||||
-webkit-border-radius: 3px 3px 0 0;
|
||||
-moz-border-radius: 3px 3px 0 0;
|
||||
border-radius: 3px 3px 0 0;
|
||||
}
|
||||
.selectize-input > * {
|
||||
vertical-align: baseline;
|
||||
display: -moz-inline-stack;
|
||||
display: inline-block;
|
||||
zoom: 1;
|
||||
*display: inline;
|
||||
}
|
||||
.selectize-control.multi .selectize-input > div {
|
||||
cursor: pointer;
|
||||
margin: 0 3px 3px 0;
|
||||
padding: 2px 6px;
|
||||
background: #f2f2f2;
|
||||
color: #303030;
|
||||
border: 0 solid #d0d0d0;
|
||||
}
|
||||
.selectize-control.multi .selectize-input > div.active {
|
||||
background: #e8e8e8;
|
||||
color: #303030;
|
||||
border: 0 solid #cacaca;
|
||||
}
|
||||
.selectize-control.multi .selectize-input.disabled > div,
|
||||
.selectize-control.multi .selectize-input.disabled > div.active {
|
||||
color: #7d7d7d;
|
||||
background: #ffffff;
|
||||
border: 0 solid #ffffff;
|
||||
}
|
||||
.selectize-input > input {
|
||||
display: inline-block !important;
|
||||
padding: 0 !important;
|
||||
min-height: 0 !important;
|
||||
max-height: none !important;
|
||||
max-width: 100% !important;
|
||||
margin: 0 2px 0 0 !important;
|
||||
text-indent: 0 !important;
|
||||
border: 0 none !important;
|
||||
background: none !important;
|
||||
line-height: inherit !important;
|
||||
-webkit-user-select: auto !important;
|
||||
-webkit-box-shadow: none !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
.selectize-input > input::-ms-clear {
|
||||
display: none;
|
||||
}
|
||||
.selectize-input > input:focus {
|
||||
outline: none !important;
|
||||
}
|
||||
.selectize-input::after {
|
||||
content: ' ';
|
||||
display: block;
|
||||
clear: left;
|
||||
}
|
||||
.selectize-input.dropdown-active::before {
|
||||
content: ' ';
|
||||
display: block;
|
||||
position: absolute;
|
||||
background: #f0f0f0;
|
||||
height: 1px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
.selectize-dropdown {
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
border: 1px solid #d0d0d0;
|
||||
background: #fff;
|
||||
margin: -1px 0 0 0;
|
||||
border-top: 0 none;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
||||
-webkit-border-radius: 0 0 3px 3px;
|
||||
-moz-border-radius: 0 0 3px 3px;
|
||||
border-radius: 0 0 3px 3px;
|
||||
}
|
||||
.selectize-dropdown [data-selectable] {
|
||||
cursor: pointer;
|
||||
overflow: hidden;
|
||||
}
|
||||
.selectize-dropdown [data-selectable] .highlight {
|
||||
background: rgba(125, 168, 208, 0.2);
|
||||
-webkit-border-radius: 1px;
|
||||
-moz-border-radius: 1px;
|
||||
border-radius: 1px;
|
||||
}
|
||||
.selectize-dropdown .option,
|
||||
.selectize-dropdown .optgroup-header {
|
||||
padding: 5px 8px;
|
||||
}
|
||||
.selectize-dropdown .option,
|
||||
.selectize-dropdown [data-disabled],
|
||||
.selectize-dropdown [data-disabled] [data-selectable].option {
|
||||
cursor: inherit;
|
||||
opacity: 0.5;
|
||||
}
|
||||
.selectize-dropdown [data-selectable].option {
|
||||
opacity: 1;
|
||||
}
|
||||
.selectize-dropdown .optgroup:first-child .optgroup-header {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.selectize-dropdown .optgroup-header {
|
||||
color: #303030;
|
||||
background: #fff;
|
||||
cursor: default;
|
||||
}
|
||||
.selectize-dropdown .active {
|
||||
background-color: #f5fafd;
|
||||
color: #495c68;
|
||||
}
|
||||
.selectize-dropdown .active.create {
|
||||
color: #495c68;
|
||||
}
|
||||
.selectize-dropdown .create {
|
||||
color: rgba(48, 48, 48, 0.5);
|
||||
}
|
||||
.selectize-dropdown-content {
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
max-height: 200px;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.selectize-control.single .selectize-input,
|
||||
.selectize-control.single .selectize-input input {
|
||||
cursor: pointer;
|
||||
}
|
||||
.selectize-control.single .selectize-input.input-active,
|
||||
.selectize-control.single .selectize-input.input-active input {
|
||||
cursor: text;
|
||||
}
|
||||
.selectize-control.single .selectize-input:after {
|
||||
content: ' ';
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 15px;
|
||||
margin-top: -3px;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-style: solid;
|
||||
border-width: 5px 5px 0 5px;
|
||||
border-color: #808080 transparent transparent transparent;
|
||||
}
|
||||
.selectize-control.single .selectize-input.dropdown-active:after {
|
||||
margin-top: -4px;
|
||||
border-width: 0 5px 5px 5px;
|
||||
border-color: transparent transparent #808080 transparent;
|
||||
}
|
||||
.selectize-control.rtl.single .selectize-input:after {
|
||||
left: 15px;
|
||||
right: auto;
|
||||
}
|
||||
.selectize-control.rtl .selectize-input > input {
|
||||
margin: 0 4px 0 -2px !important;
|
||||
}
|
||||
.selectize-control .selectize-input.disabled {
|
||||
opacity: 0.5;
|
||||
background-color: #fafafa;
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user