- v_front.php - API 추가 - General/GetFrontInfo - Global/GetGlobalMenu - DTO 추가 - MenuItem, MenuMulti, MenuSplit - 글로벌 메뉴 출력 방식 변경 - d_setting/GlobalMenu.php Reviewed-on: https://storage.hided.net/gitea/devsam/core/pulls/229
29 lines
284 B
SCSS
29 lines
284 B
SCSS
.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;
|
|
}
|