CSS 메인 파일 업데이트:

- "main.min.css"에서 디자인 스타일 및 애니메이션 수정 및 최적화.
This commit is contained in:
Rinjae
2026-07-20 16:48:12 +09:00
parent 5b7a4a108d
commit 87763ba325
9 changed files with 68 additions and 58 deletions
+30 -31
View File
@@ -5686,11 +5686,9 @@ select.form-control {
cursor: pointer;
}
@media (max-width: 768px) {
@media (max-width: 1699px) {
.session-float {
top: 12px;
right: 72px;
padding: 4px 10px;
display: none;
}
}
.data-table {
@@ -16415,7 +16413,7 @@ input[type=checkbox]:checked + .custom-checkbox {
width: 100%;
}
}
.step2-wrap .s2-floating-cart {
.s2-floating-cart {
position: fixed;
bottom: 80px;
right: 40px;
@@ -16434,13 +16432,13 @@ input[type=checkbox]:checked + .custom-checkbox {
transition: all 0.3s ease;
z-index: 1001;
}
.step2-wrap .s2-floating-cart .s2-cart-label {
.s2-floating-cart .s2-cart-label {
font-size: 14px;
font-weight: 700;
color: #ffffff;
white-space: nowrap;
}
.step2-wrap .s2-floating-cart .s2-cart-badge {
.s2-floating-cart .s2-cart-badge {
display: flex;
flex-direction: row;
align-items: center;
@@ -16452,47 +16450,48 @@ input[type=checkbox]:checked + .custom-checkbox {
flex-shrink: 0;
margin-right: -8px;
}
.step2-wrap .s2-floating-cart .s2-cart-badge .s2-cart-count {
.s2-floating-cart .s2-cart-badge .s2-cart-count {
font-size: 24px;
font-weight: 700;
color: #212529;
line-height: 1;
}
.step2-wrap .s2-floating-cart .s2-cart-badge .s2-cart-unit {
.s2-floating-cart .s2-cart-badge .s2-cart-unit {
font-size: 14px;
font-weight: 700;
color: #212529;
line-height: 1;
margin-top: 2px;
}
.step2-wrap .s2-floating-cart:hover {
.s2-floating-cart:hover {
transform: translateY(-4px);
box-shadow: 0 12px 32px rgba(59, 164, 237, 0.5);
}
@media (max-width: 768px) {
.step2-wrap .s2-floating-cart {
.s2-floating-cart {
bottom: 100px;
right: 24px;
width: 160px;
height: 56px;
padding: 8px 12px 8px 28px;
}
.step2-wrap .s2-floating-cart .s2-cart-label {
.s2-floating-cart .s2-cart-label {
font-size: 12px;
}
.step2-wrap .s2-floating-cart .s2-cart-badge {
.s2-floating-cart .s2-cart-badge {
width: 48px;
height: 48px;
margin-right: -6px;
}
.step2-wrap .s2-floating-cart .s2-cart-badge .s2-cart-count {
.s2-floating-cart .s2-cart-badge .s2-cart-count {
font-size: 20px;
}
.step2-wrap .s2-floating-cart .s2-cart-badge .s2-cart-unit {
.s2-floating-cart .s2-cart-badge .s2-cart-unit {
font-size: 12px;
}
}
.step2-wrap .s2-modal {
.s2-modal {
position: fixed;
top: 0;
left: 0;
@@ -16503,7 +16502,7 @@ input[type=checkbox]:checked + .custom-checkbox {
align-items: center;
justify-content: center;
}
.step2-wrap .s2-modal .s2-modal-backdrop {
.s2-modal .s2-modal-backdrop {
position: absolute;
top: 0;
left: 0;
@@ -16512,7 +16511,7 @@ input[type=checkbox]:checked + .custom-checkbox {
background-color: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(2px);
}
.step2-wrap .s2-modal .s2-modal-dialog {
.s2-modal .s2-modal-dialog {
position: relative;
background: #ffffff;
border-radius: 20px;
@@ -16525,40 +16524,40 @@ input[type=checkbox]:checked + .custom-checkbox {
overflow: hidden;
z-index: 1;
}
.step2-wrap .s2-modal .s2-modal-header {
.s2-modal .s2-modal-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 24px;
border-bottom: 1px solid #e8edf5;
}
.step2-wrap .s2-modal .s2-modal-header .s2-modal-title {
.s2-modal .s2-modal-header .s2-modal-title {
font-size: 18px;
font-weight: 700;
color: #0d0e11;
margin: 0;
}
.step2-wrap .s2-modal .s2-modal-header .s2-modal-close {
.s2-modal .s2-modal-header .s2-modal-close {
background: none;
border: none;
font-size: 20px;
cursor: pointer;
color: #94a3b8;
}
.step2-wrap .s2-modal .s2-modal-header .s2-modal-close:hover {
.s2-modal .s2-modal-header .s2-modal-close:hover {
color: #0d0e11;
}
.step2-wrap .s2-modal .s2-modal-body {
.s2-modal .s2-modal-body {
padding: 24px;
max-height: 300px;
overflow-y: auto;
}
.step2-wrap .s2-modal .s2-selected-list {
.s2-modal .s2-selected-list {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.step2-wrap .s2-modal .s2-api-pill {
.s2-modal .s2-api-pill {
display: inline-flex;
align-items: center;
gap: 8px;
@@ -16568,13 +16567,13 @@ input[type=checkbox]:checked + .custom-checkbox {
font-size: 14px;
color: #0d0e11;
}
.step2-wrap .s2-modal .s2-api-pill .s2-api-pill-name {
.s2-modal .s2-api-pill .s2-api-pill-name {
max-width: 250px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.step2-wrap .s2-modal .s2-api-pill .s2-api-pill-remove {
.s2-modal .s2-api-pill .s2-api-pill-remove {
background: none;
border: none;
font-size: 14px;
@@ -16585,16 +16584,16 @@ input[type=checkbox]:checked + .custom-checkbox {
align-items: center;
justify-content: center;
}
.step2-wrap .s2-modal .s2-api-pill .s2-api-pill-remove:hover {
.s2-modal .s2-api-pill .s2-api-pill-remove:hover {
color: #f4253c;
}
.step2-wrap .s2-modal .s2-modal-footer {
.s2-modal .s2-modal-footer {
padding: 16px 24px;
border-top: 1px solid #e8edf5;
display: flex;
justify-content: flex-end;
}
.step2-wrap .s2-modal .s2-btn-close-modal {
.s2-modal .s2-btn-close-modal {
height: 40px;
padding: 0 20px;
background: #f1f5f9;
@@ -16605,7 +16604,7 @@ input[type=checkbox]:checked + .custom-checkbox {
font-weight: 500;
cursor: pointer;
}
.step2-wrap .s2-modal .s2-btn-close-modal:hover {
.s2-modal .s2-btn-close-modal:hover {
background: #e2e8f0;
}