Browse Source

Styling fixes

pull/1/head
Sebastian 9 years ago
parent
commit
e1d6800254
  1. 9
      src/Squidex/app/shell/pages/internal/apps-menu.component.scss

9
src/Squidex/app/shell/pages/internal/apps-menu.component.scss

@ -36,6 +36,10 @@
padding: 1rem 1.5rem; padding: 1rem 1.5rem;
} }
.icon-plus {
font-size: .8rem;
}
.all-apps { .all-apps {
& { & {
position: relative; position: relative;
@ -47,8 +51,13 @@
&-pill { &-pill {
@include absolute(.8rem, .625rem, auto, auto); @include absolute(.8rem, .625rem, auto, auto);
@include border-radius(8px);
padding: 0 .6rem;
background: $color-theme-blue-lightest; background: $color-theme-blue-lightest;
border: 0; border: 0;
line-height: 1.5rem;
font-size: .9rem;
font-weight: normal;
color: $color-theme-blue; color: $color-theme-blue;
} }
} }
Loading…
Cancel
Save