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

tabler v1

This commit is contained in:
chomik
2019-03-12 22:09:15 +01:00
parent 79f7d92872
commit ab3aec2eeb
3320 changed files with 148049 additions and 207078 deletions
+18
View File
@@ -0,0 +1,18 @@
.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: #29d;
}