fix profile pro
This commit is contained in:
parent
5f8562b2e2
commit
fe3796b0c7
|
@ -50,13 +50,13 @@
|
||||||
background:
|
background:
|
||||||
image: url(../images/error/404-hills-left.svg)
|
image: url(../images/error/404-hills-left.svg)
|
||||||
size: 30vw auto
|
size: 30vw auto
|
||||||
position: 0 58%
|
position: 0 (100% - 37%)
|
||||||
|
|
||||||
.error-hill-right
|
.error-hill-right
|
||||||
background:
|
background:
|
||||||
image: url(../images/error/404-hills-right.svg)
|
image: url(../images/error/404-hills-right.svg)
|
||||||
size: 50vw auto
|
size: 50vw auto
|
||||||
position: 99% 57%
|
position: 99% (100% - 38%)
|
||||||
|
|
||||||
.error-excavator
|
.error-excavator
|
||||||
background:
|
background:
|
||||||
|
@ -67,50 +67,8 @@
|
||||||
.error-travis
|
.error-travis
|
||||||
background:
|
background:
|
||||||
image: url(../images/error/pensive-travis.svg)
|
image: url(../images/error/pensive-travis.svg)
|
||||||
size: 77vw auto
|
// size: 77vw auto
|
||||||
|
size: 30vw auto
|
||||||
position: 34% 100%
|
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
|
cursor: pointer
|
||||||
|
|
||||||
#right
|
#right
|
||||||
|
padding-top: 13px
|
||||||
|
padding-right: 20px
|
||||||
|
padding-left: 20px
|
||||||
|
color: $color-link
|
||||||
h4
|
h4
|
||||||
margin: 24px 0 0 0
|
margin: 24px 0 0
|
||||||
ul
|
ul
|
||||||
|
@include resetul
|
||||||
margin-top: 10px
|
margin-top: 10px
|
||||||
li
|
li
|
||||||
word-wrap: break-word
|
word-wrap: break-word
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<div class="error-bg"></div>
|
<div class="error-bg">
|
||||||
<div class="error-hill-left"></div>
|
<div class="error-hill-left"></div>
|
||||||
<div class="error-hill-right"></div>
|
<div class="error-hill-right"></div>
|
||||||
|
</div>
|
||||||
<div class="error-excavator"></div>
|
<div class="error-excavator"></div>
|
||||||
<div class="error-travis"></div>
|
<div class="error-travis"></div>
|
||||||
<div class="error-text">
|
<div class="error-text">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user