File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 49
49
top : 20% ;
50
50
left : 30% ;
51
51
width : 40% ;
52
- background : rgb ( 255 , 255 , 255 ) ;
52
+ background : # fff ;
53
53
border : 1px solid # 414040 ;
54
54
padding : 1em ;
55
55
z-index : 9999 ;
56
- box-shadow : 0 0 10px rgba ( 0 , 0 , 0 , 0.2 ) ;
56
+ box-shadow : 0 0 10px # 0003 ;
57
57
border-radius : 8px ;
58
58
font-family : sans-serif;
59
59
}
97
97
cursor : pointer;
98
98
font-size : 14px ;
99
99
color : # 333 ;
100
- transition : background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
101
100
}
102
101
103
- .back-btn : hover ,
104
- .close-btn : hover {
102
+ .back-btn : hover {
105
103
background-color : # e6e6e6 ;
106
104
color : # 111 ;
107
105
border-color : # 666 ;
125
123
}
126
124
127
125
.file ::after {
128
- content : " —— File" ;
126
+ content : ' —— File' ;
129
127
font-weight : normal;
130
128
color : # 867f7fda ;
131
129
}
137
135
}
138
136
139
137
.directory ::after {
140
- content : " —— Directory" ;
138
+ content : ' —— Directory' ;
141
139
font-weight : normal;
142
140
color : # 867f7fda ;
143
141
}
You can’t perform that action at this time.
0 commit comments