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