|
|
@ -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; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |