refac: GameInfo, gameEvent.scss 분리

This commit is contained in:
2023-03-09 02:20:22 +09:00
parent f056ef9da3
commit 247ad103db
3 changed files with 217 additions and 175 deletions
+28
View File
@@ -0,0 +1,28 @@
.ev_warning {
color: orangered;
}
.ev_notice {
color: orangered;
}
.ev_succes {
color: lightgreen;
}
.ev_sell {
color: orange;
}
.ev_failed {
color: orangered;
}
.ev_highlight {
color: orangered;
}
.hidden_but_copyable {
color: rgba(0, 0, 0, 0);
font-size: 0;
}