feat: delete page

This commit is contained in:
Nicolas Giard
2019-01-26 18:35:56 -05:00
committed by Nick
parent faa1f389d9
commit 658c105ab5
24 changed files with 2126 additions and 2955 deletions

View File

@@ -1,6 +1,8 @@
html {
box-sizing: border-box;
height: 100%;
perspective: 50vw;
background-color: mc('grey', '900');
}
*, *:before, *:after {
box-sizing: inherit;
@@ -19,6 +21,17 @@ html {
}
}
.application--wrap {
transition: all 1.2s ease;
transform-style: preserve-3d;
transform-origin: 50% 50%;
background-color: #FFF;
@at-root .theme--dark & {
background-color: mc('grey', '900');
}
}
@for $i from 0 through 25 {
.radius-#{$i} {