Skip to content

Commit ae5e39e

Browse files
04_03
1 parent 12e1bba commit ae5e39e

3 files changed

Lines changed: 22 additions & 1 deletion

File tree

builds/postcss/css/style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
$color-background-guarantee: color($green shade(25%));
2+
3+
#guarantee {
4+
color: $color-background;
5+
font-size: 2rem;
6+
background-color: $color-background-guarantee;
7+
8+
.imageheader {
9+
@mixin backImage '../images/backgrounds/cycling.jpg', 60vh, transparent, $color-background-guarantee, bottom, center;
10+
}
11+
12+
.headline {
13+
color: color($yellow tint(15%));
14+
}
15+
16+
a {
17+
color: color($green tint(30%));
18+
}
19+
20+
}

process/css/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99

1010
@import "sections/history";
1111
@import "sections/products";
12+
@import "sections/guarantee";

0 commit comments

Comments
 (0)