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:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user