feat: core improvements + local fs provider + UI fixes

This commit is contained in:
NGPixel
2018-07-29 22:23:33 -04:00
parent 803d86ff63
commit 2817c72ec3
65 changed files with 482 additions and 264 deletions

View File

@@ -3,7 +3,7 @@
@import "base/base";
@import 'base/icons';
// @import "../libs/animate/animate";
@import "../libs/animate/animate";
@import 'components/markdown-content';
@import 'components/btn';

View File

@@ -33,11 +33,28 @@
}
}
&::after {
content: '';
display: block;
width: 95vw;
height: 95vh;
border: 3px dotted rgba(255,255,255,.2);
border-radius: 50px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
z-index: 1;
}
img {
width: 500px;
filter: grayscale(100%) brightness(160%);
margin-bottom: 3rem;
z-index: 2;
animation-duration: 3s;
@include until($tablet) {
width: 300px;
@@ -52,7 +69,7 @@
margin-bottom: 3rem;
z-index: 2;
}
.button {
.v-btn {
z-index: 2;
}
}