File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# card-hover {
22 cursor : pointer;
33 position : relative;
4- font-size : 28px ;
5- border-top-right-radius : 10px ;
6- border-bottom-left-radius : 10px ;
74 transition : all 1s ;
85 & : after ,
96 & : before {
107 content : ' ' ;
118 width : 10px ;
129 height : 10px ;
1310 position : absolute;
14- border : 0px solid # fff ;
1511 transition : all 1s ;
1612 }
1713 & : after {
1814 top : -1px ;
19- left : -1px ;
15+ right : -1px ;
2016 border-top : 5px solid black;
21- border-left : 5px solid black;
17+ border-right : 5px solid black;
2218 }
2319 & : before {
2420 bottom : -1px ;
25- right : -1px ;
21+ left : -1px ;
2622 border-bottom : 5px solid black;
27- border-right : 5px solid black;
23+ border-left : 5px solid black;
2824 }
2925 & : hover {
3026 border-top-right-radius : 0px ;
3127 border-bottom-left-radius : 0px ;
3228 & : before ,
3329 & : after {
34- width : 100 % ;
35- height : 100 % ;
30+ width : 25 % ;
31+ height : 25 % ;
3632 }
3733 }
3834}
You can’t perform that action at this time.
0 commit comments