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 4949 top : 20% ;
5050 left : 30% ;
5151 width : 40% ;
52- background : rgb ( 255 , 255 , 255 ) ;
52+ background : # fff ;
5353 border : 1px solid # 414040 ;
5454 padding : 1em ;
5555 z-index : 9999 ;
56- box-shadow : 0 0 10px rgba ( 0 , 0 , 0 , 0.2 ) ;
56+ box-shadow : 0 0 10px # 0003 ;
5757 border-radius : 8px ;
5858 font-family : sans-serif;
5959}
9797 cursor : pointer;
9898 font-size : 14px ;
9999 color : # 333 ;
100- transition : background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
101100}
102101
103- .back-btn : hover ,
104- .close-btn : hover {
102+ .back-btn : hover {
105103 background-color : # e6e6e6 ;
106104 color : # 111 ;
107105 border-color : # 666 ;
125123}
126124
127125.file ::after {
128- content : " —— File" ;
126+ content : ' —— File' ;
129127 font-weight : normal;
130128 color : # 867f7fda ;
131129}
137135}
138136
139137.directory ::after {
140- content : " —— Directory" ;
138+ content : ' —— Directory' ;
141139 font-weight : normal;
142140 color : # 867f7fda ;
143141}
You can’t perform that action at this time.
0 commit comments