49 lines
831 B
Sass
49 lines
831 B
Sass
@import constants
|
|
html
|
|
background-color: $background-brown
|
|
background-image: $wood
|
|
body
|
|
background-color: transparent
|
|
.phone-wrapper
|
|
position: absolute
|
|
top: 60px
|
|
left: 20px
|
|
width: 353px
|
|
height: 693px
|
|
background-image: image-url('frames/smartphone.png')
|
|
background-repeat: no-repeat
|
|
.phone-content-frame
|
|
position: absolute
|
|
left: 40px
|
|
top: 182px
|
|
height: 482px
|
|
width: 310px
|
|
|
|
|
|
.tablet-wrapper
|
|
position: absolute
|
|
top: 60px
|
|
left: 393px
|
|
width: 1002px
|
|
height: 670px
|
|
background-image: image-url('frames/tablet.png')
|
|
background-repeat: no-repeat
|
|
.tablet-content-frame
|
|
position: absolute
|
|
left: 433px
|
|
top: 100px
|
|
width: 880px
|
|
height: 590px
|
|
|
|
#qr-list
|
|
list-style: none
|
|
margin: 0
|
|
padding: 0
|
|
li
|
|
float: left
|
|
img.home-qr
|
|
float: left
|
|
margin: 0 20px 20px 0
|
|
.clearing
|
|
clear: both
|