File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 3
3
---
4
4
5
5
<ul id =" floating-links" >
6
+ <li >
7
+ <a href =" /book-a-demo/" class =" highlight" data-astro-prefetch >
8
+ <span >Book a Demo</span >
9
+ </a >
10
+ </li >
6
11
<li >
7
12
<a href =" /newsletter/" data-astro-prefetch ><span >Newsletter</span ></a >
8
13
</li >
47
52
</script >
48
53
49
54
<style lang =" scss" >
55
+
56
+
50
57
#floating-links {
51
58
position: fixed;
52
59
z-index: 2;
76
83
display: flex;
77
84
flex-flow: row;
78
85
align-items: center;
86
+ padding-left: 10px;
79
87
justify-content: flex-start;
80
88
box-sizing: border-box;
81
89
border-bottom: 1px solid var(--text-body-primary);
82
90
text-decoration: none;
83
- transition-property: border-bottom-color;
91
+ transition-property: border-bottom-color border-bottom-width ;
84
92
85
93
@include animate();
86
94
87
95
&:hover {
88
96
border-bottom-color: var(--surface-main-primary);
97
+ border-bottom-width: 4px;
98
+ }
99
+ }
100
+ .highlight{
101
+ background-color: var(--surface-main-primary);
102
+ span {
103
+ color: white;
89
104
}
105
+
106
+ &:hover {
107
+ border-bottom-color: var(--text-body-primary);
108
+ }
90
109
}
91
110
}
92
111
}
You can’t perform that action at this time.
0 commit comments