-
+
diff --git a/src/app/pages/ui-features/buttons/buttons.component.scss b/src/app/pages/ui-features/buttons/buttons.component.scss
index 95944ad2..ccadd15e 100644
--- a/src/app/pages/ui-features/buttons/buttons.component.scss
+++ b/src/app/pages/ui-features/buttons/buttons.component.scss
@@ -61,24 +61,6 @@
.block-level-buttons .btn-group {
margin-bottom: 1rem;
}
-
- .icon-buttons .btn-group:not(:last-child) {
- margin-bottom: 1rem;
- }
-
- .icon-buttons .icon-button-examples {
- display: flex;
- justify-content: flex-start;
-
- button {
- margin-right: 2rem;
- min-width: 4rem;
- }
- }
-
- .icon-buttons .icon-button-examples:not(:last-child) {
- margin-bottom: 1rem;
- }
}
@include media-breakpoint-down(is) {
diff --git a/src/app/pages/ui-features/buttons/icon-buttons/icon-buttons.component.html b/src/app/pages/ui-features/buttons/icon-buttons/icon-buttons.component.html
index 94f40af1..edf53dff 100644
--- a/src/app/pages/ui-features/buttons/icon-buttons/icon-buttons.component.html
+++ b/src/app/pages/ui-features/buttons/icon-buttons/icon-buttons.component.html
@@ -5,36 +5,36 @@
diff --git a/src/app/pages/ui-features/buttons/icon-buttons/icon-buttons.component.scss b/src/app/pages/ui-features/buttons/icon-buttons/icon-buttons.component.scss
index c3767626..7d680af5 100644
--- a/src/app/pages/ui-features/buttons/icon-buttons/icon-buttons.component.scss
+++ b/src/app/pages/ui-features/buttons/icon-buttons/icon-buttons.component.scss
@@ -11,3 +11,21 @@ nb-card-body {
width: 100%;
}
}
+
+.btn-group:not(:last-child) {
+ margin-bottom: 1rem;
+}
+
+.icon-button-examples {
+ display: flex;
+ justify-content: flex-start;
+
+ button {
+ margin-right: 2rem;
+ min-width: 4rem;
+ }
+}
+
+.icon-button-examples:not(:last-child) {
+ margin-bottom: 1rem;
+}