diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-04-25 12:21:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-25 12:21:36 +0200 |
commit | e2e5f3a9ae0286a9322c4942028193133364af1a (patch) | |
tree | c1842955aa05f100ea8083420429e5c46a46a7c0 /sass/front-page/canvas.sass | |
parent | 32863d35742190bf12ca1ca066907f337292a43f (diff) | |
parent | 5c43b9a00bbdabb73e92884a6294b7be3e6101c3 (diff) | |
download | community.vyos.net-e2e5f3a9ae0286a9322c4942028193133364af1a.tar.gz community.vyos.net-e2e5f3a9ae0286a9322c4942028193133364af1a.zip |
Merge pull request #24 from bogdankol/restylisation
Restylе of 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 |