fix profile pro
This commit is contained in:
parent
5f8562b2e2
commit
fe3796b0c7
|
@ -50,13 +50,13 @@
|
|||
background:
|
||||
image: url(../images/error/404-hills-left.svg)
|
||||
size: 30vw auto
|
||||
position: 0 58%
|
||||
position: 0 (100% - 37%)
|
||||
|
||||
.error-hill-right
|
||||
background:
|
||||
image: url(../images/error/404-hills-right.svg)
|
||||
size: 50vw auto
|
||||
position: 99% 57%
|
||||
position: 99% (100% - 38%)
|
||||
|
||||
.error-excavator
|
||||
background:
|
||||
|
@ -67,50 +67,8 @@
|
|||
.error-travis
|
||||
background:
|
||||
image: url(../images/error/pensive-travis.svg)
|
||||
size: 77vw auto
|
||||
// size: 77vw auto
|
||||
size: 30vw auto
|
||||
position: 34% 100%
|
||||
|
||||
@media #{$medium-up}
|
||||
.error-bg,
|
||||
.error-hill-left,
|
||||
.error-hill-right,
|
||||
.error-excavator,
|
||||
.error-travis
|
||||
height: 96vh
|
||||
|
||||
@media #{$large-up}
|
||||
.error-travis
|
||||
background:
|
||||
size: 38vw auto
|
||||
position: 34% 100%
|
||||
|
||||
@media screen and (max-width: 800px)
|
||||
.error-travis
|
||||
background:
|
||||
size: 70vw auto
|
||||
position: 34% 100%
|
||||
|
||||
@media screen and (max-width: 1200px)
|
||||
.error-travis
|
||||
background:
|
||||
size: 50vw auto
|
||||
position: 34% 100%
|
||||
.error-hill-left
|
||||
background:
|
||||
size: 37vw auto
|
||||
position: 0 65%
|
||||
.error-hill-right
|
||||
background:
|
||||
size: 57vw auto
|
||||
position: 99% 60%
|
||||
|
||||
@media screen and (orientation: portrait)
|
||||
.error-hill-left
|
||||
background:
|
||||
size: 37vw auto
|
||||
position: 0 68%
|
||||
.error-hill-right
|
||||
background:
|
||||
size: 57vw auto
|
||||
position: 99% 63%
|
||||
|
||||
|
|
|
@ -104,9 +104,14 @@
|
|||
cursor: pointer
|
||||
|
||||
#right
|
||||
padding-top: 13px
|
||||
padding-right: 20px
|
||||
padding-left: 20px
|
||||
color: $color-link
|
||||
h4
|
||||
margin: 24px 0 0 0
|
||||
margin: 24px 0 0
|
||||
ul
|
||||
@include resetul
|
||||
margin-top: 10px
|
||||
li
|
||||
word-wrap: break-word
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<div class="error-bg"></div>
|
||||
<div class="error-hill-left"></div>
|
||||
<div class="error-hill-right"></div>
|
||||
<div class="error-bg">
|
||||
<div class="error-hill-left"></div>
|
||||
<div class="error-hill-right"></div>
|
||||
</div>
|
||||
<div class="error-excavator"></div>
|
||||
<div class="error-travis"></div>
|
||||
<div class="error-text">
|
||||
|
|
Loading…
Reference in New Issue
Block a user