fix: nav notify positioning + timeout indicator

This commit is contained in:
Nick
2019-04-22 00:44:24 -04:00
parent d7676513ac
commit 9b8a886798
14 changed files with 77 additions and 27 deletions

View File

@@ -1,7 +1,6 @@
html {
box-sizing: border-box;
height: 100%;
perspective: 50vw;
background-color: mc('grey', '900');
}
*, *:before, *:after {
@@ -23,7 +22,6 @@ html {
.application--wrap {
transition: all 1.2s ease;
transform-style: preserve-3d;
transform-origin: 50% 50%;
background-color: #FFF;