Files
wedding/app/assets/stylesheets/guests.scss
John Lees-Miller 8e28ee1463 Clarify image roles
2018-10-27 17:06:06 +01:00

29 lines
605 B
SCSS

// Place all the styles related to the Guests controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
#guests-leader {
background: linear-gradient(rgba(28, 13, 10, 0.4), rgba(28, 13, 10, 0.6)),
image-url("rsvp.jpg") center center no-repeat;
background-size: cover;
h1 {
color: rgba(255, 255, 255, 0.95);
}
}
.guests-rsvp-nav {
padding-bottom: $spacer;
@media (max-width: 768px) {
li.nav-item {
width: 100%;
}
}
}
.guests-buttons {
padding-top: $spacer;
padding-bottom: 10 * $spacer;
}