mirror of
https://github.com/ivabus/gui
synced 2025-06-08 00:00:27 +03:00
Different background grid
This commit is contained in:
parent
ed78e98b0f
commit
48c57567fe
2 changed files with 26 additions and 8 deletions
|
@ -49,14 +49,31 @@
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
figure {
|
@media screen and (min-width: 1215px) {
|
||||||
position: fixed;
|
figure {
|
||||||
z-index: 0;
|
position: fixed;
|
||||||
top: 220px;
|
z-index: 0;
|
||||||
left: 240px;
|
top: 220px;
|
||||||
right: 0px;
|
left: 240px;
|
||||||
bottom: 0px;
|
right: 0px;
|
||||||
background-image: url('/images/footer-grid-element.svg');
|
bottom: 0px;
|
||||||
|
background-image: url('/images/gui-background-grid.svg');
|
||||||
|
background-size: cover;
|
||||||
|
background-repeat: repeat;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 1215px) {
|
||||||
|
figure {
|
||||||
|
position: fixed;
|
||||||
|
z-index: 0;
|
||||||
|
top: 220px;
|
||||||
|
left: 240px;
|
||||||
|
right: 0px;
|
||||||
|
bottom: 0px;
|
||||||
|
background-image: url('/images/gui-background-grid.svg');
|
||||||
|
background-size: contain;
|
||||||
|
background-repeat: repeat;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
header {
|
header {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
1
packages/gui/static/images/gui-background-grid.svg
Normal file
1
packages/gui/static/images/gui-background-grid.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 26 KiB |
Loading…
Reference in a new issue