mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed grid
This commit is contained in:
parent
b45ecadd20
commit
ba614a115d
4 changed files with 25 additions and 7 deletions
|
@ -32,3 +32,21 @@
|
|||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
:global {
|
||||
.vert-1 {
|
||||
grid-row-end: span 1;
|
||||
}
|
||||
|
||||
.vert-2 {
|
||||
grid-row-end: span 2;
|
||||
}
|
||||
|
||||
.hor-1 {
|
||||
grid-column-end: span 1;
|
||||
}
|
||||
|
||||
.hor-2 {
|
||||
grid-column-end: span 2;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue