yanghyo 10-24
no message
@d5a984d3b82313c1e82bcd421f97d8e19b0a2091
 
resources/front/site/SITE_00000/css/custom/page/_hwa.scss (deleted)
--- resources/front/site/SITE_00000/css/custom/page/_hwa.scss
@@ -1,142 +0,0 @@
-.summary-grid {
-    display: flex;
-    gap: $spacing-lg;
-    .profile-card {
-        display: flex;
-        padding: $spacing-xlg $spacing-2xlg;
-        align-items: center;
-        gap: 24px;
-        border-radius: $radius-md;
-        background: $color-background-default-secondary;
-        img {
-            width: 12rem;
-            height: 12rem;
-            border-radius: $radius-full;
-            border: $size-stroke-xsm solid $color-stroke-default-secondary;
-            background: url(<path-to-image>) lightgray -128.286px -25.307px / 318% 212% no-repeat;
-        }
-        .profile-info {
-            display: flex;
-            width: 219px;
-            flex-direction: column;
-            align-items: flex-start;
-            gap: $spacing-lg;
-            strong {
-                font-size: $size-font-xlg;
-            }
-            p {
-                color: $color-font-default-secondary;
-            }
-        }
-    }
-    .point-card {
-        display: flex;
-        padding: $spacing-xlg $spacing-2xlg;
-        align-items: center;
-        flex: 1;
-        border-radius: $radius-lg;
-        border: $size-stroke-xsm solid $color-stroke-default-tertiary;
-        background: $color-background-default-primary;
-        position: relative;
-        &::after {
-            content: '';
-            position: absolute;
-            right: $spacing-2xlg;
-            bottom: 0;
-            width: 18.7rem;
-            height: 8rem;
-            background: url('/resources/front/site/SITE_00000/images/custom/common/img-obj.svg')
-            no-repeat right bottom / contain;
-        }
-        .point-list {
-            display: flex;
-            gap: $spacing-lg;
-            align-items: center;
-        }
-        .point-avail {
-            display: flex;
-            align-items: center;
-            gap: $spacing-xsm;
-            dt {
-                color: $color-font-default-tertiary;
-            }
-            dd {
-                min-width: $form-width-sm;
-                font-size: $size-font-3xlg;
-                text-align: right;
-                font-weight: bold;
-            }
-            &::after {
-                content: '';
-                width: 4rem;
-                height: 4rem;
-                background: url('/resources/front/site/SITE_00000/images/custom/common/ico-img-point.svg')no-repeat center / contain;
-            }
-        }
-        .point-total {
-            display: flex;
-            height: 40px;
-            padding: 0 $spacing-md;
-            align-items: center;
-            gap: $spacing-2xsm;
-            border-radius: $radius-md;
-            background: $color-background-default-tertiary;
-            color: $color-font-default-secondary;
-            dd {
-                font-weight: bold;
-            }
-        }
-    }
-}
-.badge-set {
-    display: grid;
-    grid-template-columns: repeat(6, 1fr);
-    column-gap: $spacing-lg;
-    row-gap: $spacing-2xlg-4;
-    .badge-card {
-        display: flex;
-        flex-direction: column;
-        gap: $spacing-sm;
-        .badge-info {
-            display: flex;
-            flex-direction: column;
-            align-items: center;
-            gap: $spacing-lg;
-            padding: $spacing-lg $spacing-md;
-            border-radius: $radius-md;
-            border: $size-stroke-xsm solid $color-stroke-default-tertiary;
-            background: $color-background-default-primary;
-            flex: 1;
-            text-align: center;
-            figure {
-                display: flex;
-                width: 8rem;
-                height: 8rem;
-                justify-content: center;
-                align-items: center;
-                aspect-ratio: 1/1;
-                img { 
-                    width: 100%; 
-                    height: 100%; 
-                }
-            }
-            p {
-                color: $color-font-default-secondary;
-            }
-            strong {
-                display: flex;
-                align-items: center;
-                font-size: $size-font-xlg;
-                gap: $spacing-2xsm;
-                color: $color-font-default-secondary;
-                &::before {
-                    content: "";
-                    display: inline-block;
-                    width: 2.4rem;
-                    height: 2.4rem;
-                    background: url("/resources/front/site/SITE_00000/images/custom/common/ico-img-point.svg") no-repeat center / contain;
-                }
-            }
-        }
-    }
-}(파일 끝에 줄바꿈 문자 없음)
Add a comment
List