missing view photo page fixes
This commit is contained in:
parent
f58e0b70a7
commit
49a0d208ca
4 changed files with 27 additions and 3 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -180,7 +180,7 @@
|
|||
}
|
||||
&.open{
|
||||
.icon-down-arrow{
|
||||
@include rotate ($deg:-90deg);
|
||||
@include rotate ($deg:-180deg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -272,6 +272,8 @@
|
|||
color:$white;
|
||||
font-size:0;
|
||||
line-height:0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
&:hover{
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
|
@ -2837,6 +2837,28 @@ textarea#comment_box{
|
|||
margin-top: 100px;
|
||||
}
|
||||
.page-error{
|
||||
background: darken($white,3%);
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
img.error-bg{
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
.error-holder{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 2;
|
||||
}
|
||||
.content-txt{
|
||||
position: absolute;
|
||||
max-width: 460px;
|
||||
padding: 0 30px;
|
||||
right: 13%;
|
||||
top:10%;
|
||||
}
|
||||
.alert-text{
|
||||
font-size: 30px;
|
||||
line-height: 40px;
|
||||
|
|
Loading…
Add table
Reference in a new issue