Commit 6eaa7bfba157a4bca4d42e1b398242592acf128c
1 parent
9f55a85f
Exists in
env-tags-block
Ticket #45: Changing color
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
src/app/layout/blocks/tags/tags-block.scss
1 | @import url('../../bower_components/angular-tag-cloud/src/css/ng-tag-cloud.css'); | 1 | @import url('../../bower_components/angular-tag-cloud/src/css/ng-tag-cloud.css'); |
2 | 2 | ||
3 | -div.ng-tag-cloud a:hover, div.ng-tag-cloud span.w10, div.ng-tag-cloud span.w8, div.ng-tag-cloud span.w9 { | ||
4 | - color: #848CB2; | 3 | +div.ng-tag-cloud span { |
4 | + &.w10, &.w8, &.w9 { | ||
5 | + color: #1E96D0; | ||
6 | + } | ||
5 | } | 7 | } |