[IntroPanel] terms popup 스타일 변경
This commit is contained in:
@@ -67,30 +67,33 @@
|
||||
.default-style();
|
||||
|
||||
.info {
|
||||
width: 1066px;
|
||||
background-color: @COLOR_SKYBLUE;
|
||||
padding: 60px;
|
||||
|
||||
.buttonContainer {
|
||||
margin: 30px 0 0 0;
|
||||
padding-bottom: 30px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
> div {
|
||||
min-width: 240px;
|
||||
height: 78px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.title {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.textPopup {
|
||||
.default-style();
|
||||
|
||||
.info {
|
||||
.text {
|
||||
padding: 30px 60px;
|
||||
min-height: 180px;
|
||||
}
|
||||
.buttonContainer {
|
||||
margin: 0 0 30px 0;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
> div {
|
||||
min-width: 240px;
|
||||
height: 78px;
|
||||
margin: 0 6px;
|
||||
}
|
||||
}
|
||||
@@ -149,7 +152,7 @@
|
||||
margin: 30px 0 30px 0;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 12px;
|
||||
margin: 0 6px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -163,7 +166,7 @@
|
||||
.buttonContainer {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 12px;
|
||||
margin: 0 6px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
||||
@@ -47,21 +47,24 @@
|
||||
|
||||
/* intro terms */
|
||||
.introTermsConts {
|
||||
background-color: @COLOR_WHITE;
|
||||
font-size: 30px;
|
||||
border: 1px solid @COLOR_GRAY02;
|
||||
color: @COLOR_BLACK;
|
||||
border-radius: 4px;
|
||||
white-space: pre-wrap;
|
||||
|
||||
.termsTitle {
|
||||
text-align: left;
|
||||
font-size: 36px;
|
||||
font-family: @baseFontBold;
|
||||
border-bottom: 1px solid @COLOR_GRAY02;
|
||||
padding: 20px 30px;
|
||||
line-height: normal;
|
||||
color: @COLOR_BLACK;
|
||||
background-color: @COLOR_SKYBLUE;
|
||||
padding: 30px 60px;
|
||||
}
|
||||
|
||||
.termsDesc {
|
||||
padding: 30px;
|
||||
line-height: 50px;
|
||||
padding: 30px 60px;
|
||||
min-height: 180px;
|
||||
color: @COLOR_GRAY03;
|
||||
font-size: 30px;
|
||||
line-height: 1.27;
|
||||
letter-spacing: normal;
|
||||
text-align: center;
|
||||
.flex( @direction:column);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user