Add fallbacks for venue commercial
This commit is contained in:
parent
139a8565e2
commit
0d6a2e668c
2 changed files with 29 additions and 6 deletions
|
|
@ -39,7 +39,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#program {
|
||||
h3 {
|
||||
padding-left: 5px;
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
background-color: #F0FFFF;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#callforpapers {
|
||||
.timer-box{
|
||||
width: 130px;
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
border:4px solid #989797;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#venue {
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
|
|
@ -134,7 +134,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.scroll-top-wrapper {
|
||||
position: fixed;
|
||||
opacity: 0;
|
||||
|
|
@ -170,4 +170,19 @@
|
|||
color: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Venue icon styles */
|
||||
.icon-container {
|
||||
position: relative;
|
||||
height: 315px;
|
||||
.icon-inner {
|
||||
position:absolute;
|
||||
top:50%;
|
||||
left: 50%;
|
||||
transform:translate(-50%,-50%);
|
||||
.fa-university {
|
||||
font-size: 10em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue