diff options
author | bogdankol <68349689+bogdankol@users.noreply.github.com> | 2024-04-11 12:50:59 +0300 |
---|---|---|
committer | bogdankol <68349689+bogdankol@users.noreply.github.com> | 2024-04-24 18:26:52 +0300 |
commit | eeafe1b3d73e1781a03886e39d0ed822111c523f (patch) | |
tree | 0efa6d3ddf9d2d348c11c763b252981dda59828c /sass/front-page/canvas.sass | |
parent | 61843dd4547e7ed7e1949c2d8d1867b1957f4a20 (diff) | |
download | community.vyos.net-eeafe1b3d73e1781a03886e39d0ed822111c523f.tar.gz community.vyos.net-eeafe1b3d73e1781a03886e39d0ed822111c523f.zip |
restyled all pages
Diffstat (limited to 'sass/front-page/canvas.sass')
-rw-r--r-- | sass/front-page/canvas.sass | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sass/front-page/canvas.sass b/sass/front-page/canvas.sass new file mode 100644 index 0000000..e69cd00 --- /dev/null +++ b/sass/front-page/canvas.sass @@ -0,0 +1,21 @@ +.background + position: absolute + z-index: 0 + +resolution(0, 575) + display: none + +resolution(576, 991) + top: -516px + right: -280px + +resolution(992) + top: -600px + +resolution(992, 1199) + right: -250px + +resolution(1200, 1300) + right: -220px + +resolution(1300) + right: -150px + + canvas + +resolution(576) + width: 1024px !important + height: 840px !important |