Major website overhaul

This commit is contained in:
Marwolf
2018-08-03 23:24:48 -04:00
parent 94ee33c14e
commit 8b1bf24555
79 changed files with 5444 additions and 292 deletions

View File

@@ -0,0 +1,24 @@
// more in http://github.hubspot.com/pace/docs/welcome/
.pace {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
pointer-events: none;
-webkit-pointer-events: none;
}
.pace-inactive {
display: none;
}
.pace .pace-progress {
position: fixed;
top: 0;
right: 100%;
z-index: 2000;
width: 100%;
height: 2px;
background: $primary-color;
}