Initial commit

This commit is contained in:
Arjun Patel
2018-06-29 00:00:48 -07:00
commit f72587d80e
59 changed files with 10681 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
/* CTA */
#cta {
@include color(accent1);
background-attachment: fixed;
background-image: linear-gradient(transparentize(_palette(accent1,bg), 0.75), transparentize(_palette(accent1,bg), 0.75)), url(../../images/cta01.jpg);
background-position: bottom;
background-repeat: no-repeat;
background-size: cover;
position: relative;
text-align: center;
z-index: 1;
.inner {
position: relative;
z-index: 3;
}
@include breakpoint('<=medium') {
background-attachment: scroll;
}
}