From e1d6800254ebc26d78249e0dbdda0e02fe18708b Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 31 Jan 2017 22:07:48 +0100 Subject: [PATCH] Styling fixes --- .../app/shell/pages/internal/apps-menu.component.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/Squidex/app/shell/pages/internal/apps-menu.component.scss b/src/Squidex/app/shell/pages/internal/apps-menu.component.scss index a571357bb..ebbca3da0 100644 --- a/src/Squidex/app/shell/pages/internal/apps-menu.component.scss +++ b/src/Squidex/app/shell/pages/internal/apps-menu.component.scss @@ -36,6 +36,10 @@ padding: 1rem 1.5rem; } +.icon-plus { + font-size: .8rem; +} + .all-apps { & { position: relative; @@ -47,8 +51,13 @@ &-pill { @include absolute(.8rem, .625rem, auto, auto); + @include border-radius(8px); + padding: 0 .6rem; background: $color-theme-blue-lightest; border: 0; + line-height: 1.5rem; + font-size: .9rem; + font-weight: normal; color: $color-theme-blue; } } \ No newline at end of file