xto-fronted 0.4.20 → 0.4.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -224,6 +224,54 @@
224
224
  background-color: rgba(64, 158, 255, 0.2);
225
225
  color: #79bbff;
226
226
  }
227
+
228
+ &__action {
229
+ color: #cfd3dc;
230
+
231
+ &:hover {
232
+ background-color: #262727;
233
+ color: #409eff;
234
+ }
235
+ }
236
+
237
+ &__user-trigger:hover {
238
+ background-color: #262727;
239
+ }
240
+
241
+ &__user-name {
242
+ color: #cfd3dc;
243
+ }
244
+
245
+ &__user-arrow {
246
+ color: #a3a6ad;
247
+ }
248
+
249
+ &__dropdown {
250
+ background-color: #1d1e1f;
251
+ border: 1px solid #363637;
252
+ box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
253
+ }
254
+
255
+ &__dropdown-name {
256
+ color: #e5eaf3;
257
+ }
258
+
259
+ &__dropdown-role {
260
+ color: #a3a6ad;
261
+ }
262
+
263
+ &__dropdown-divider {
264
+ background-color: #363637;
265
+ }
266
+
267
+ &__dropdown-item {
268
+ color: #cfd3dc;
269
+
270
+ &:hover {
271
+ background-color: #262727;
272
+ color: #e5eaf3;
273
+ }
274
+ }
227
275
  }
228
276
 
229
277
  // 按钮