[SHOPTIME-4021]webOS4.x/my page/support/contact 관련 css 수정
This commit is contained in:
@@ -41,7 +41,13 @@ import {
|
||||
getMyUpcomingAlertShow,
|
||||
setMyTermsWithdraw,
|
||||
} 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 Loader from "../../components/Loader/Loader";
|
||||
import { convertUtcToLocal } from "../../components/MediaPlayer/util";
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
background: @COLOR_WHITE;
|
||||
.font(@fontFamily: @arialFont,@fontSize:28px);
|
||||
color: @COLOR_GRAY06;
|
||||
display: grid;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-radius: 0 8px 8px 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user