1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-14 15:22:22 +04:00

selectize plugin, sidenav init

This commit is contained in:
codecalm
2019-10-25 08:40:55 +02:00
parent 52280ec975
commit 6ff8045230
15 changed files with 310 additions and 568 deletions
-18
View File
@@ -1,18 +0,0 @@
.pace {
pointer-events: none;
user-select: none;
}
.pace-inactive {
display: none;
}
.pace .pace-progress {
position: fixed;
top: 0;
right: 100%;
z-index: 2000;
width: 100%;
height: 2px;
background: $primary;
}