Showing
1 changed file
with
2 additions
and
1 deletions
@@ -36,8 +36,9 @@ | @@ -36,8 +36,9 @@ | ||
36 | height: 44px; | 36 | height: 44px; |
37 | text-align: center; | 37 | text-align: center; |
38 | color: #fff; | 38 | color: #fff; |
39 | - background-image: linear-gradient(#323232, #0f0f0f); | ||
40 | border-radius: 10px; | 39 | border-radius: 10px; |
40 | + @include background(linear-gradient(#323232, #0f0f0f)); | ||
41 | + // background-image: linear-gradient(#323232, #0f0f0f); | ||
41 | } | 42 | } |
42 | } | 43 | } |
43 | 44 |
-
Please register or login to post a comment