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{
|
&.open{
|
||||||
.icon-down-arrow{
|
.icon-down-arrow{
|
||||||
@include rotate ($deg:-90deg);
|
@include rotate ($deg:-180deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -272,6 +272,8 @@
|
||||||
color:$white;
|
color:$white;
|
||||||
font-size:0;
|
font-size:0;
|
||||||
line-height:0;
|
line-height:0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
&:hover{
|
&:hover{
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2837,6 +2837,28 @@ textarea#comment_box{
|
||||||
margin-top: 100px;
|
margin-top: 100px;
|
||||||
}
|
}
|
||||||
.page-error{
|
.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{
|
.alert-text{
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue