summaryrefslogtreecommitdiff
path: root/sass/front-page/canvas.sass
blob: e69cd007dfe520b084da644f20b221c2e9f1e87e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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