[SHOPTIME-4021]webOS4.x/my page/support/contact 관련 css 수정

This commit is contained in:
opacity@t-win.kr
2025-07-09 11:08:05 +09:00
parent 6436c4185c
commit 4eae54212b
2 changed files with 8 additions and 2 deletions

View File

@@ -41,7 +41,13 @@ import {
getMyUpcomingAlertShow, getMyUpcomingAlertShow,
setMyTermsWithdraw, setMyTermsWithdraw,
} from "../../actions/myPageActions"; } from "../../actions/myPageActions";
import { popPanel, pushPanel, resetPanels } from "../../actions/panelActions"; import {
popPanel,
pushPanel,
resetPanels,
updatePanel,
} from "../../actions/panelActions";
import { updateHomeInfo } from "../../actions/homeActions";
import EndOfServicePopUp from "../../components/EndOfServicePopUp/EndOfServicePopUp"; import EndOfServicePopUp from "../../components/EndOfServicePopUp/EndOfServicePopUp";
import Loader from "../../components/Loader/Loader"; import Loader from "../../components/Loader/Loader";
import { convertUtcToLocal } from "../../components/MediaPlayer/util"; import { convertUtcToLocal } from "../../components/MediaPlayer/util";

View File

@@ -58,7 +58,7 @@
background: @COLOR_WHITE; background: @COLOR_WHITE;
.font(@fontFamily: @arialFont,@fontSize:28px); .font(@fontFamily: @arialFont,@fontSize:28px);
color: @COLOR_GRAY06; color: @COLOR_GRAY06;
display: grid; display: flex;
align-items: center; align-items: center;
border-radius: 0 8px 8px 0; border-radius: 0 8px 8px 0;