section last 추가
@e230bf1413f824b5e1c6decbd5d8cf19d746ff55
--- resources/front/site/SITE_00000/css/common/component/_component.scss
+++ resources/front/site/SITE_00000/css/common/component/_component.scss
... | ... | @@ -1577,6 +1577,9 @@ |
| 1577 | 1577 |
&:last-child {
|
| 1578 | 1578 |
margin-bottom:0; |
| 1579 | 1579 |
} |
| 1580 |
+ &.last {
|
|
| 1581 |
+ margin-bottom: 0; |
|
| 1582 |
+ } |
|
| 1580 | 1583 |
+ .section.margin-top-xsm {
|
| 1581 | 1584 |
margin-top: calc($spacing-section-sm * -1); |
| 1582 | 1585 |
} |
--- resources/front/site/SITE_00000/css/style.css
+++ resources/front/site/SITE_00000/css/style.css
... | ... | @@ -2609,6 +2609,13 @@ |
| 2609 | 2609 |
background-color: var(--color-background-default-secondary); |
| 2610 | 2610 |
} |
| 2611 | 2611 |
|
| 2612 |
+a.btn.overlay:not(.disabled):hover, |
|
| 2613 |
+button.btn.overlay:not(:disabled):hover {
|
|
| 2614 |
+ background-color: var(--color-background-alpha-primary-inverse); |
|
| 2615 |
+ border-color: var(--color-background-alpha-primary-inverse); |
|
| 2616 |
+ color: var(--color-font-default-primary-inverse); |
|
| 2617 |
+} |
|
| 2618 |
+ |
|
| 2612 | 2619 |
a.btn.ghost:not(.disabled):hover, |
| 2613 | 2620 |
button.btn.ghost:not(:disabled):hover {
|
| 2614 | 2621 |
background-color: var(--color-background-default-tertiary); |
... | ... | @@ -13408,6 +13415,9 @@ |
| 13408 | 13415 |
.section:last-child {
|
| 13409 | 13416 |
margin-bottom: 0; |
| 13410 | 13417 |
} |
| 13418 |
+.section.last {
|
|
| 13419 |
+ margin-bottom: 0; |
|
| 13420 |
+} |
|
| 13411 | 13421 |
.section + .section.margin-top-xsm {
|
| 13412 | 13422 |
margin-top: calc(var(--spacing-section-sm) * -1); |
| 13413 | 13423 |
} |
--- resources/front/site/SITE_00000/css/style.css.map
+++ resources/front/site/SITE_00000/css/style.css.map
| This diff is too big to display. |
--- resources/front/site/SITE_00000/css/style.min.css
+++ resources/front/site/SITE_00000/css/style.min.css
| This diff is too big to display. |
--- resources/front/site/SITE_00000/css/style.min.css.map
+++ resources/front/site/SITE_00000/css/style.min.css.map
| This diff is too big to display. |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?