forked from kedacore/keda-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nav.sass
90 lines (65 loc) · 1.34 KB
/
nav.sass
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
=active
font-weight: $weight-bold
a
color: $primary !important
=split-x
display: flex
flex-direction: row
justify-content: space-between
.nav
padding-top: 5rem
padding-bottom: 2rem
&-subsection
&-title
a
font-weight: 500
color: $dark
+split-x
&.is-active
+active
&-section
&-title
a
font-weight: 600
color: $dark
+split-x
&.is-active
+active
&-section, &-subsection
&-toc
padding: 0.35rem 0 0.75rem 1rem
//padding: 0.75rem 0 0.75rem 1rem
li a
color: $grey
ul + ul
margin-top: 0.3rem
ul.nav-section-links
margin: 0.5rem 0 0.75rem 1rem
li.nav-section-link
font-size: 1.1rem
a
color: $dark
&.is-active
+active
& + li.nav-section-link
margin-top: 0.4rem
& + &
margin-top: 1rem
.scrolled
background: #1d1c29 !important
transition: background 1000ms
.navbar-link, .navbar-item
color: white;
.navbar-link, .navbar-end .navbar-item
&:hover
color:#00aeff
.navbar-dropdown .navbar-item
color: #4a4a4a
@media screen and (max-width: 1024px)
.is-fixed-top
overflow: hidden
.is-left-padded
padding-left: 40px
@media screen and (max-width: 1023px)
.navbar-link, .navbar-item
color: $dark