mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
updated flow appearance
This commit is contained in:
parent
1d40eca79e
commit
3d2e2a6f99
3 changed files with 22 additions and 0 deletions
|
@ -92,6 +92,17 @@
|
|||
grid-row-end: span 2;
|
||||
}
|
||||
|
||||
@media (max-width: $cell * 2) {
|
||||
:global(.vertical),
|
||||
:global(.quadro) {
|
||||
grid-row-end: span 1;
|
||||
}
|
||||
|
||||
:global(.horizontal),
|
||||
:global(.quadro) {
|
||||
grid-column-end: span 1;
|
||||
}
|
||||
}
|
||||
.is_text {
|
||||
background: none;
|
||||
padding: 10px;
|
||||
|
@ -160,6 +171,11 @@
|
|||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: $cell * 2) {
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.menu_button {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue