Text with drop shadow for now
This commit is contained in:
parent
e9b1086f13
commit
843bd60026
2 changed files with 7 additions and 2 deletions
|
|
@ -32,11 +32,16 @@
|
|||
padding-top: 100px;
|
||||
padding-bottom: 100px;
|
||||
.container {
|
||||
#header {
|
||||
#header-no-image {
|
||||
background-color: rgba(224, 224, 224,.80);
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
#header-image {
|
||||
color: #FFF;
|
||||
text-shadow: 1px 1px 3px #ddd;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#banner{ style: ("background-image: url(#{conference.picture_url})" if conference.picture_url) }
|
||||
.container
|
||||
.row
|
||||
.col-md-6.col-md-offset-3#header
|
||||
.col-md-6.col-md-offset-3{id: (conference.picture? ? "header-image" : "header-no-image")}
|
||||
.row
|
||||
-# - if conference.picture?
|
||||
-# .col-md-4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue