From 0de4e0f9ee3e451d0f1bb902fefeea0ad13f1c25 Mon Sep 17 00:00:00 2001 From: Alexander Zhukov Date: Fri, 21 Jul 2017 15:57:17 +0300 Subject: [PATCH] fix(buttons): change the icon toolbar size --- .../buttons/button-groups/button-groups.component.html | 3 +++ .../buttons/button-groups/button-groups.component.scss | 7 +++++++ .../buttons/button-groups/button-groups.component.ts | 1 + 3 files changed, 11 insertions(+) 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 412b6153..64de7bf6 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 @@ -64,6 +64,9 @@ + 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 37e937bb..fe782483 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 @@ -16,6 +16,13 @@ } } + .icon-toolbar-container { + .btn-group > .btn { + padding-left: 1.125rem; + padding-right: 1.125rem; + } + } + .icon-toolbar-container { flex: 1; } diff --git a/src/app/pages/ui-features/buttons/button-groups/button-groups.component.ts b/src/app/pages/ui-features/buttons/button-groups/button-groups.component.ts index bbc51495..e1590975 100644 --- a/src/app/pages/ui-features/buttons/button-groups/button-groups.component.ts +++ b/src/app/pages/ui-features/buttons/button-groups/button-groups.component.ts @@ -29,5 +29,6 @@ export class ButtonGroupsComponent { two: false, three: true, four: false, + five: false, }; }