diff --git a/src/app/pages/ui-features/buttons/button-groups/button-groups.component.html b/src/app/pages/ui-features/buttons/button-groups/button-groups.component.html index ede1f617..437c848d 100644 --- a/src/app/pages/ui-features/buttons/button-groups/button-groups.component.html +++ b/src/app/pages/ui-features/buttons/button-groups/button-groups.component.html @@ -30,47 +30,46 @@
-
-
-
Pagination
-
- - - - - -
+
+
Pagination
+
+ + + + +
-
-
Icon Toolbar
-
- - - - - -
+
+ +
+
Icon Toolbar
+
+ + + + +
diff --git a/src/app/pages/ui-features/buttons/button-groups/button-groups.component.scss b/src/app/pages/ui-features/buttons/button-groups/button-groups.component.scss index 55d64133..ca29b18a 100644 --- a/src/app/pages/ui-features/buttons/button-groups/button-groups.component.scss +++ b/src/app/pages/ui-features/buttons/button-groups/button-groups.component.scss @@ -6,10 +6,10 @@ .toolbars-container { display: flex; + flex-direction: column; } .pagination-container { - flex: 1; margin-right: 1rem; .btn-group > .btn { @@ -25,10 +25,6 @@ } } - .icon-toolbar-container { - flex: 1; - } - .toggle-types { .btn-toggle-radio-group { margin-bottom: 1rem; @@ -43,7 +39,7 @@ } .example-container:not(:last-child) { - margin-bottom: 2rem; + margin-bottom: 1.5rem; } .example-container > div {