Showing
1 changed file
with
3 additions
and
3 deletions
@@ -19,9 +19,6 @@ | @@ -19,9 +19,6 @@ | ||
19 | color: #f00; | 19 | color: #f00; |
20 | } | 20 | } |
21 | } | 21 | } |
22 | - .hide{ | ||
23 | - display: none !important; | ||
24 | - } | ||
25 | .border-none{ | 22 | .border-none{ |
26 | border-bottom:none !important; | 23 | border-bottom:none !important; |
27 | } | 24 | } |
@@ -120,6 +117,9 @@ | @@ -120,6 +117,9 @@ | ||
120 | border-bottom:none; | 117 | border-bottom:none; |
121 | } | 118 | } |
122 | h3{ | 119 | h3{ |
120 | + .hide{ | ||
121 | + display: none !important; | ||
122 | + } | ||
123 | width: 95%; | 123 | width: 95%; |
124 | height: 80rem / $pxConvertRem; | 124 | height: 80rem / $pxConvertRem; |
125 | overflow: hidden; | 125 | overflow: hidden; |
-
Please register or login to post a comment