diff --git a/opentech/static_src/src/sass/apply/components/_round-block.scss b/opentech/static_src/src/sass/apply/components/_round-block.scss index 2aafbe8cd04f19840af92475825d6a86290aeb83..a59dbc524fd0ecec584988da2e9abfbb6d0da339 100644 --- a/opentech/static_src/src/sass/apply/components/_round-block.scss +++ b/opentech/static_src/src/sass/apply/components/_round-block.scss @@ -48,6 +48,8 @@ &__view { margin: 0 0 0 auto; transition: color $quick-transition; + font-weight: $weight--bold; + text-transform: uppercase; @include media-query(tablet-landscape) { color: transparent; @@ -67,11 +69,6 @@ color: $color--primary; } - &__view { - font-weight: $weight--bold; - text-transform: uppercase; - } - &__title { font-weight: $weight--semibold; }