Skip to content

Instantly share code, notes, and snippets.

@backlineint
Created December 14, 2016 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save backlineint/baeba7df20f5c8a9f3ed45a645ada3c3 to your computer and use it in GitHub Desktop.
Save backlineint/baeba7df20f5c8a9f3ed45a645ada3c3 to your computer and use it in GitHub Desktop.
Off-Grid Row Background Examples
@include breakpoint(large) {
.background {
padding-top: 1rem;
background: url('../images/centura/background.svg');
background-size: 60%;
background-repeat: no-repeat;
}
.o-icon-grid {
border: 0;
background-color: transparent;
img {
padding-top: .5rem;
padding-bottom: .5rem;
}
}
.double-background {
background: linear-gradient(to right, #ffffff 50%, #028074 50%), linear-gradient(to right, rgba(60, 51, 102, 1), rgba(60, 51, 102, 1));
background-size: 100% 45%, 100% 75%;
background-repeat: no-repeat;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment