mirror of
https://github.com/ivabus/www
synced 2024-11-22 23:45:06 +03:00
parent
8f5b08b13b
commit
fbcff77619
2 changed files with 18 additions and 0 deletions
|
@ -159,12 +159,26 @@ mark{
|
||||||
}
|
}
|
||||||
|
|
||||||
.package_before{
|
.package_before{
|
||||||
|
background-image: url("/Images/xl-grid-half-right.svg");
|
||||||
|
background-attachment: scroll;
|
||||||
|
background-repeat: repeat-y;
|
||||||
|
background-position: right;
|
||||||
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.package-cta{
|
.package-cta{
|
||||||
|
background-image: url("/Images/x-large-grid.svg");
|
||||||
|
background-attachment: scroll;
|
||||||
|
background-repeat: repeat-y;
|
||||||
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.statistics{
|
.statistics{
|
||||||
|
background-image: url("/Images/x-large-stats-grid.svg");
|
||||||
|
background-attachment: fixed;
|
||||||
|
background-position: top;
|
||||||
|
background-repeat: repeat;
|
||||||
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.metric-block{
|
.metric-block{
|
||||||
|
|
|
@ -20,4 +20,8 @@
|
||||||
.package-grid{
|
.package-grid{
|
||||||
padding-top: 0vw !important;
|
padding-top: 0vw !important;
|
||||||
padding-bottom: 0vw !important;
|
padding-bottom: 0vw !important;
|
||||||
|
background-image: url("/Images/x-large-grid.svg");
|
||||||
|
background-attachment: scroll;
|
||||||
|
background-repeat: repeat;
|
||||||
|
background-size: contain;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue