2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +03:00

update splash page

This commit is contained in:
Jeff
2018-01-15 15:25:36 -08:00
parent 17312da2fa
commit b9a477048a
3 changed files with 56 additions and 100 deletions
+10 -16
View File
@@ -135,20 +135,14 @@ code {
}
}
.overlay {
display: flex;
justify-content: center;
align-items: center;
z-index: 999;
position: fixed;
width: 100%;
height: 100vh;
top: 0;
left: 0;
background: rgba($code-black, .8);
transform: translateY(200vh);
transition: .25s transform;
&.active {
transform: translateY(0);
}
.content {
transition: opacity .25s;
}
.hidden {
opacity: 0;
}
.dropdown-action {
margin-top: 5em;
}