File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424.title : not (: last-child ) {
2525 margin-bottom : 1.5rem ;
2626}
27- .delete {
28- -webkit-touch-callout : none;
29- -webkit-user-select : none;
30- -moz-user-select : none;
31- -ms-user-select : none;
32- user-select : none;
33- -moz-appearance : none;
34- -webkit-appearance : none;
35- background-color : rgba (10 , 10 , 10 , 0.2 );
36- border : none;
37- border-radius : 9999px ;
38- cursor : pointer;
39- pointer-events : auto;
40- display : inline-block;
41- flex-grow : 0 ;
42- flex-shrink : 0 ;
43- font-size : 0 ;
44- height : 20px ;
45- max-height : 20px ;
46- max-width : 20px ;
47- min-height : 20px ;
48- min-width : 20px ;
49- outline : 0 ;
50- position : relative;
51- vertical-align : top;
52- width : 20px ;
53- }
54- .delete ::after ,
55- .delete ::before {
56- background-color : # fff ;
57- content : "" ;
58- display : block;
59- left : 50% ;
60- position : absolute;
61- top : 50% ;
62- transform : translateX (-50% ) translateY (-50% ) rotate (45deg );
63- transform-origin : center center;
64- }
65- .delete ::before {
66- height : 2px ;
67- width : 50% ;
68- }
69- .delete ::after {
70- height : 50% ;
71- width : 2px ;
72- }
73- .delete : focus ,
74- .delete : hover {
75- background-color : rgba (10 , 10 , 10 , 0.3 );
76- }
77- .delete : active {
78- background-color : rgba (10 , 10 , 10 , 0.4 );
79- }
80-
8127.loader {
8228 -webkit-animation : spinAround 0.5s infinite linear;
8329 animation : spinAround 0.5s infinite linear;
You can’t perform that action at this time.
0 commit comments