Splash view for banner component
This commit is contained in:
parent
524f22835d
commit
cc8299294d
4 changed files with 33 additions and 11 deletions
|
|
@ -92,22 +92,27 @@ body {
|
|||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
#venue-banner-disp{
|
||||
.banner-disp{
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
width: 100%;
|
||||
background-size: cover;
|
||||
-webkit-background-size:cover;
|
||||
}
|
||||
#venue-banner-disp.with-background{
|
||||
.banner-disp.with-location-background{
|
||||
min-height: 500px;
|
||||
}
|
||||
|
||||
#venue-banner-disp li{
|
||||
.banner-disp.with-splash-banner{
|
||||
min-height: 700px;
|
||||
}
|
||||
.location-links li{
|
||||
display: inline-block;
|
||||
margin-right: 2em;
|
||||
}
|
||||
|
||||
.banner-text{
|
||||
padding-top: 10%;
|
||||
color: #fff;
|
||||
}
|
||||
.pad{
|
||||
padding-top: 35px;
|
||||
padding-bottom: 35px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue