File tree Expand file tree Collapse file tree 1 file changed +13
-18
lines changed Expand file tree Collapse file tree 1 file changed +13
-18
lines changed Original file line number Diff line number Diff line change 26
26
opacity : 0.5 ;
27
27
border-radius : 0px ;
28
28
width : 30% ;
29
+ border : none
29
30
}
30
31
32
+
31
33
.sd-card-img {
32
34
opacity : 0.5 ;
33
35
width : 200px ;
39
41
background-color : # f3f4f7 ;
40
42
}
41
43
44
+
42
45
.sd-card : after {
43
- display : block;
44
- opacity : 1 ;
45
- content : '' ;
46
- background-color : # fff ;
47
- border : none ;
48
- border-bottom : solid 1 px # ee4c2c ;
49
- transform : scaleX ( 0 ) ;
50
- transition : transform .250 s ease-in-out ;
46
+ display : block;
47
+ opacity : 1 ;
48
+ content : '' ;
49
+ border-bottom : solid 1 px # ee4c2c ;
50
+ background-color : # fff ;
51
+ transform : scaleX ( 0 );
52
+ transition : transform .250 s ease-in-out ;
53
+ transform-origin : 0 % 50 % ;
51
54
}
52
55
53
56
.sd-card : hover {
54
- background-color : # fff ;
55
- opacity : 1 ;
56
- border : none;
57
- border-bottom : solid 1px # ee4c2c ;
58
- transition : transform .250s ease-in-out;
57
+ background-color : # fff ;
58
+ opacity : 1 ;
59
59
}
60
60
61
61
.sd-card : hover : after {
62
- border : none;
63
62
transform : scaleX (1 );
64
63
}
65
-
66
- .sd-card : after {
67
- transform-origin : 0% 50% ;
68
- }
You can’t perform that action at this time.
0 commit comments