From 4e0b4ec089de2cec4872e16a9adaffd68bb6e3f4 Mon Sep 17 00:00:00 2001
From: Chris Lawton <chris.lawton@torchbox.com>
Date: Thu, 10 Jan 2019 14:50:11 +0000
Subject: [PATCH] combine rule sets

---
 .../static_src/src/sass/apply/components/_round-block.scss | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

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 2aafbe8cd..a59dbc524 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;
     }
-- 
GitLab