[WelcomeEventPanel] css 수정
This commit is contained in:
@@ -54,7 +54,9 @@ const WelcomeEventPanel = () => {
|
|||||||
dispatch(popPanel(Config.panel_names.WELCOME_EVENT_PANEL));
|
dispatch(popPanel(Config.panel_names.WELCOME_EVENT_PANEL));
|
||||||
}, [dispatch]);
|
}, [dispatch]);
|
||||||
|
|
||||||
const handleAgree = useCallback(() => {}, []);
|
const handleAgree = useCallback(() => {
|
||||||
|
console.log("handleAgree");
|
||||||
|
}, []);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
dispatch(getWelcomeEventInfo());
|
dispatch(getWelcomeEventInfo());
|
||||||
|
|||||||
@@ -49,6 +49,12 @@
|
|||||||
.termsBtn {
|
.termsBtn {
|
||||||
width: 440px;
|
width: 440px;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
|
&:hover,
|
||||||
|
&:active,
|
||||||
|
&:focus-within,
|
||||||
|
&:focus {
|
||||||
|
color: @PRIMARY_COLOR_RED;
|
||||||
|
}
|
||||||
.font (@arialFont, 34px);
|
.font (@arialFont, 34px);
|
||||||
color: @COLOR_GRAY06;
|
color: @COLOR_GRAY06;
|
||||||
letter-spacing: -1px;
|
letter-spacing: -1px;
|
||||||
|
|||||||
Reference in New Issue
Block a user