Styling for hero image underlay used on enterprises- adjust min heights for different text use cases

This commit is contained in:
summerscope
2014-09-19 16:44:16 +10:00
parent 5a7175e75d
commit 09cc3c6285

View File

@@ -11,12 +11,16 @@
@include box-shadow(0 1px 2px 1px rgba(0,0,0,0.25))
.hero-img
border-bottom: 1px solid $disabled-bright
outline: 1px solid $disabled-bright
border-color: transparent
@include box-shadow(none)
width: 100%
min-height: 56px
min-height: 80px
height: inherit
max-height: 260px
overflow: hidden
@media all and (max-width: 640px)
min-height: 68px
.hero-img-small
background-color: #333