File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,10 @@ body {
122
122
padding : 0.43vw 1.719vw ;
123
123
text-decoration : none ;
124
124
125
+ & :hover {
126
+ background-color : rgba (0 ,0 ,0 ,0.5 );
127
+ }
128
+
125
129
@media (max-width : 992px ) {
126
130
font-size : 14px ;
127
131
margin-top : 12px ;
Original file line number Diff line number Diff line change 17
17
background : #fff ;
18
18
box-sizing : border-box ;
19
19
20
- & :first-child { flex : 3 ; background : #F6EEEC ; }
20
+ & :first-child { flex : 3 ; background : #F6EEEC ; a :hover { background-color : inherit ; } }
21
21
& :nth-child (2 ) { background : #F6EEEC ; flex : 10 ; }
22
22
& :nth-child (n +3 ):not (:last-child ) { flex : 6 }
23
23
& :nth-last-child (2 ) { border : 0 ; }
28
28
}
29
29
30
30
a {
31
+ align-items : center ;
31
32
color : inherit ;
33
+ display : flex ;
34
+ height : 100% ;
35
+ justify-content : center ;
32
36
text-decoration : none ;
37
+ width : 100% ;
38
+
39
+ & :hover {
40
+ background-color : rgb (57 , 126 , 120 );
41
+ }
33
42
}
34
43
35
44
button {
You can’t perform that action at this time.
0 commit comments