mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 05:16:41 +07:00
Modal
This commit is contained in:
parent
132fe872b6
commit
e5bc0d258f
17 changed files with 301 additions and 65 deletions
|
@ -12,6 +12,7 @@
|
|||
flex-direction: column;
|
||||
justify-content: center;
|
||||
background: darken($content_bg, 4%);
|
||||
box-shadow: transparentize(black, 0.7) 0 10px 5px;
|
||||
}
|
||||
|
||||
.editor {
|
||||
|
@ -29,7 +30,6 @@
|
|||
}
|
||||
|
||||
.panel {
|
||||
|
||||
}
|
||||
|
||||
.features {
|
||||
|
@ -78,7 +78,7 @@
|
|||
|
||||
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
||||
|
||||
@media(max-width: 600px) {
|
||||
@media (max-width: 600px) {
|
||||
grid-template-columns: repeat(auto-fill, minmax(30vw, 1fr));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue