From cc20483ae547e669e557f248406dbfbd99b5e755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Mon, 3 Sep 2018 16:02:36 +0200 Subject: [PATCH] MOBILE-2567 sites: add more padding on icon only buttons --- src/app/app.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/app.scss b/src/app/app.scss index 5df6a8ce9..08adcea53 100644 --- a/src/app/app.scss +++ b/src/app/app.scss @@ -396,6 +396,12 @@ ion-app.app-root { } } + .item .item-button[icon-only] { + height: 2.8em; + font-size: 1.6rem; + padding: 0 3px; + } + // Ionic fix. Button can occupy all page if not. ion-select { position: relative;