File tree Expand file tree Collapse file tree 3 files changed +15
-31
lines changed Expand file tree Collapse file tree 3 files changed +15
-31
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ function Products() {
30
30
31
31
return (
32
32
< section >
33
- < h2 > Pick your next Hog ide </ h2 >
33
+ < h2 > Pick your next Hog ride </ h2 >
34
34
< div className = { s . animated } >
35
35
{ colors . map ( ( [ background , fill ] , idx ) => (
36
36
< motion . a
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Note: Beware of modifying this element as it can break the animations - you shou
41
41
.bm-menu {
42
42
background : var (--color-background );
43
43
font-family : var (--font-primary );
44
- padding : 2.5em 1.5 em 0 ;
44
+ padding : 2.5em 0.825 em 0 ;
45
45
font-size : 1.15em ;
46
46
}
47
47
@@ -58,35 +58,22 @@ Note: Beware of modifying this element as it can break the animations - you shou
58
58
}
59
59
60
60
.bm-menu li {
61
- border-radius : 5 px ;
62
- height : 40 px ;
61
+ --canvas-color : # 030003 ;
62
+ display : flex !important ;
63
63
width : 100% ;
64
+ height : 40px ;
64
65
opacity : 0 ;
65
- margin-bottom : 10px ;
66
+ color : var (--color-primary );
67
+ background : var (--canvas-color );
68
+ border : 4px solid var (--color-primary );
69
+ border-radius : 5px ;
66
70
transform-origin-y : 0% ;
67
- color : white;
68
- display : flex !important ;
69
71
align-items : center;
70
- }
71
-
72
- .bm-menu li : nth-child (1 ) {
73
- background : # f69a9a ;
74
- }
75
-
76
- .bm-menu li : nth-child (2 ) {
77
- background : # 83ae9b ;
78
- }
79
-
80
- .bm-menu li : nth-child (3 ) {
81
- background : # 43415f ;
82
- }
83
-
84
- .bm-menu li : nth-child (4 ) {
85
- background : # ef4566 ;
86
- }
87
-
88
- .bm-menu li : nth-child (5 ) {
89
- background : # f9cdae ;
72
+ text-transform : uppercase;
73
+ font-weight : 800 ;
74
+ box-shadow : 0 0 1px 5px var (--canvas-color );
75
+ padding : 0.8rem ;
76
+ margin : 1rem 0 ;
90
77
}
91
78
92
79
/* Morph shape necessary with bubble or elastic */
Original file line number Diff line number Diff line change 36
36
}
37
37
38
38
h2 {
39
- --canvas-color : # 030003 ;
40
39
color : var (--color-primary );
41
- background : var (--canvas-color );
42
- border : 4px solid var (--color-primary );
43
- box-shadow : 0 0 1px 4px var (--canvas-color );
40
+ border-bottom : 4px solid var (--color-primary );
44
41
padding : 0.8rem ;
45
42
text-transform : uppercase;
46
43
font-weight : 800 ;
You can’t perform that action at this time.
0 commit comments