mirror of
https://github.com/tabler/tabler.git
synced 2026-07-18 03:21:41 +04:00
19 lines
229 B
SCSS
19 lines
229 B
SCSS
.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;
|
|
}
|