Update _base.scss

pull/1387/head
dalcon007 8 years ago committed by GitHub
parent a55c86e7a0
commit 8de2b6b2c4

@ -180,11 +180,11 @@ header {
width: 100%;
min-height: auto;
overflow-y: hidden;
background: url("ombiwebtest/img/bg-pattern.png"), $head-primary;
background: url("https://dalcon007.github.io/ombiwebtest/img/bg-pattern.png"), $head-primary;
/* fallback for old browsers */
background: url("ombiwebtest/img/bg-pattern.png"), -webkit-linear-gradient(to left, $head-primary, $head-secondary);
background: url("https://dalcon007.github.io/ombiwebtest/img/bg-pattern.png"), -webkit-linear-gradient(to left, $head-primary, $head-secondary);
/* Chrome 10-25, Safari 5.1-6 */
background: url("ombiwebtest/img/bg-pattern.png"), linear-gradient(to left, $head-primary, $head-secondary);
background: url("https://dalcon007.github.io/ombiwebtest/img/bg-pattern.png"), linear-gradient(to left, $head-primary, $head-secondary);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
color: white;
.header-content {
@ -322,7 +322,7 @@ section {
background-size: cover;
-o-background-size: cover;
background-position: center;
background-image: url('ombiwebtest/img/bg-cta.jpg');
background-image: url('https://dalcon007.github.io/ombiwebtest/img/bg-cta.jpg');
padding: 250px 0;
.cta-content {
position: relative;
@ -351,7 +351,7 @@ section {
background-size: cover;
-o-background-size: cover;
background-position: center;
background-image: url('ombiwebtest/img/donate.jpg');
background-image: url('https://dalcon007.github.io/ombiwebtest/img/donate.jpg');
padding: 250px 0;
.cta-content-donate {
position: relative;

Loading…
Cancel
Save