yanghyo 10-20
section last 추가
@e230bf1413f824b5e1c6decbd5d8cf19d746ff55
resources/front/site/SITE_00000/css/common/component/_button.scss
--- resources/front/site/SITE_00000/css/common/component/_button.scss
+++ resources/front/site/SITE_00000/css/common/component/_button.scss
@@ -276,6 +276,12 @@
 	button.btn.icon-only.transparent:not(:disabled):hover {
 		background-color: $color-background-default-secondary;
 	}
+	a.btn.overlay:not(.disabled):hover,
+	button.btn.overlay:not(:disabled):hover {
+		background-color: $color-background-alpha-primary-inverse;
+		border-color: $color-background-alpha-primary-inverse;
+		color: $color-font-default-primary-inverse;
+	}
 	a.btn.ghost:not(.disabled):hover,
 	button.btn.ghost:not(:disabled):hover {
 		background-color: $color-background-default-tertiary;
resources/front/site/SITE_00000/css/common/component/_component.scss
--- resources/front/site/SITE_00000/css/common/component/_component.scss
+++ resources/front/site/SITE_00000/css/common/component/_component.scss
@@ -1577,6 +1577,9 @@
 	&:last-child {
 		margin-bottom:0;
 	}
+	&.last {
+		margin-bottom: 0;
+	}
 	+ .section.margin-top-xsm {
 		margin-top: calc($spacing-section-sm * -1);
 	}
resources/front/site/SITE_00000/css/style.css
--- resources/front/site/SITE_00000/css/style.css
+++ resources/front/site/SITE_00000/css/style.css
@@ -2609,6 +2609,13 @@
   background-color: var(--color-background-default-secondary);
 }
 
+a.btn.overlay:not(.disabled):hover,
+button.btn.overlay:not(:disabled):hover {
+  background-color: var(--color-background-alpha-primary-inverse);
+  border-color: var(--color-background-alpha-primary-inverse);
+  color: var(--color-font-default-primary-inverse);
+}
+
 a.btn.ghost:not(.disabled):hover,
 button.btn.ghost:not(:disabled):hover {
   background-color: var(--color-background-default-tertiary);
@@ -13408,6 +13415,9 @@
 .section:last-child {
   margin-bottom: 0;
 }
+.section.last {
+  margin-bottom: 0;
+}
 .section + .section.margin-top-xsm {
   margin-top: calc(var(--spacing-section-sm) * -1);
 }
resources/front/site/SITE_00000/css/style.css.map
--- 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
+++ 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
+++ resources/front/site/SITE_00000/css/style.min.css.map
This diff is too big to display.
Add a comment
List