feat: delete page
This commit is contained in:
@@ -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} {
|
||||
|
Reference in New Issue
Block a user