Skip to content

Commit fdc0953

Browse files
committed
feat: remove unused loading message styles for cleaner code
1 parent 574a6c6 commit fdc0953

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

src/assets/App.css

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -492,36 +492,6 @@ a {
492492
}
493493
}
494494

495-
.centerMessageWrapper.cardLoading {
496-
position: absolute;
497-
top: 0;
498-
left: 0;
499-
right: 0;
500-
bottom: 0;
501-
}
502-
503-
.centerMessageIcon {
504-
display: block;
505-
font-size: 36px;
506-
margin-bottom: 12px;
507-
}
508-
509-
.centerMessage p {
510-
margin: 0;
511-
color: var(--primary-text-color);
512-
}
513-
514-
.centerMessage p:first-of-type {
515-
font-size: 16px;
516-
line-height: 24px;
517-
margin-bottom: 6px;
518-
}
519-
520-
.centerMessageSubtext {
521-
font-size: 14px;
522-
opacity: 0.7;
523-
}
524-
525495
/* Card (element) */
526496
.blockRow {
527497
padding: 8px 16px;

0 commit comments

Comments
 (0)