모바일 - 이용약관 디자인 적용
This commit is contained in:
@@ -16452,6 +16452,11 @@ body.commission-print-page .btn-primary:hover {
|
|||||||
position: relative;
|
position: relative;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.terms-container .common-title-bar, .terms-container .register-title-bar, .terms-container .app-list-title-section, .terms-container .user-management-container .table-controls, .user-management-container .terms-container .table-controls {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.terms-header {
|
.terms-header {
|
||||||
background: #f6f9fb;
|
background: #f6f9fb;
|
||||||
@@ -16552,12 +16557,9 @@ body.commission-print-page .btn-primary:hover {
|
|||||||
}
|
}
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.terms-selector {
|
.terms-selector {
|
||||||
padding: 16px 0;
|
padding: 16px 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.terms-selector form {
|
|
||||||
max-width: 340px;
|
|
||||||
}
|
|
||||||
.terms-selector .terms-select {
|
.terms-selector .terms-select {
|
||||||
width: 340px;
|
width: 340px;
|
||||||
height: 44px;
|
height: 44px;
|
||||||
@@ -16607,7 +16609,7 @@ body.commission-print-page .btn-primary:hover {
|
|||||||
}
|
}
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.terms-content {
|
.terms-content {
|
||||||
padding: 24px 0;
|
padding: 24px 24px;
|
||||||
min-height: 300px;
|
min-height: 300px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -19,6 +19,13 @@
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
|
||||||
|
.common-title-bar {
|
||||||
|
|
||||||
|
@media (max-width: $breakpoint-sm) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Page Header - Title Bar (Figma: 타이틀백바)
|
// Page Header - Title Bar (Figma: 타이틀백바)
|
||||||
@@ -126,11 +133,11 @@
|
|||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
|
||||||
@media (max-width: $breakpoint-sm) {
|
@media (max-width: $breakpoint-sm) {
|
||||||
padding: $spacing-md 0;
|
padding: $spacing-md $spacing-md;
|
||||||
}
|
}
|
||||||
|
|
||||||
form {
|
form {
|
||||||
max-width: 340px;
|
//max-width: 340px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Native select styling (Figma: 검색입력창)
|
// Native select styling (Figma: 검색입력창)
|
||||||
@@ -187,7 +194,7 @@
|
|||||||
background-color: #F6F9FB;
|
background-color: #F6F9FB;
|
||||||
|
|
||||||
@media (max-width: $breakpoint-sm) {
|
@media (max-width: $breakpoint-sm) {
|
||||||
padding: $spacing-lg 0;
|
padding: $spacing-lg $spacing-lg;
|
||||||
min-height: 300px;
|
min-height: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user