[IntroPanel] 폰트 색상 적용

This commit is contained in:
jiwon93.son
2024-02-19 11:05:43 +09:00
parent 4797c91149
commit b0c9cb6e34

View File

@@ -1,6 +1,11 @@
@import "../../style/CommonStyle.module.less";
@import "../../style/utils.module.less";
.panel {
> section {
color: @COLOR_GRAY06;
}
}
.introLayout {
.flex(@direction: column);
background-color: @BG_COLOR_03;