forked from jgthms/marksheet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchapter.sass
More file actions
50 lines (46 loc) · 1.39 KB
/
Copy pathchapter.sass
File metadata and controls
50 lines (46 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
html.section-web
background-color: $web
.page-hero
background-color: $web
background-image: linear-gradient(142deg, adjust-hue($web, -40deg), adjust-hue($web, -20deg) 31%, $web 65%, adjust-hue($web, 20deg))
html.section-html
background-color: $html5
.page-hero
background-color: $html5
background-image: linear-gradient(142deg, adjust-hue($html5, 20deg), adjust-hue($html5, 10deg) 31%, $html5 65%, adjust-hue($html5, -10deg))
html.section-css
background-color: $css3
.page-hero
background-color: $css3
background-image: linear-gradient(142deg, adjust-hue($css3, -20deg), adjust-hue($css3, -10deg) 31%, $css3 65%, adjust-hue($css3, 10deg))
html.section-sass
background-color: $sass
.page-hero
background-color: $sass
background-image: linear-gradient(142deg, adjust-hue($sass, -20deg), adjust-hue($sass, -10deg) 31%, $sass 65%, adjust-hue($sass, 10deg))
html.route-chapter
.heading .container
+desktop
padding: 120px 180px
.page-content .container
background: none
box-shadow: none
+desktop
padding: 0 120px
.content
color: white
font-size: 20px
padding: 0 30px
text-shadow: 0 2px 3px rgba(black, .3)
strong
color: $yellow
+desktop
font-size: 32px
padding: 0 60px
.pagination
background: none
box-shadow: none
+desktop
padding: 60px 60px 120px
.page-footer
display: none