Merge branch 'feature/bugfix61' into release/6.1
Showing
2 changed files
with
3 additions
and
1 deletions
@@ -111,6 +111,7 @@ $fontGrayLight: #e0e0e0; | @@ -111,6 +111,7 @@ $fontGrayLight: #e0e0e0; | ||
111 | 111 | ||
112 | .checked > .card-body > .checkbox > .checked-icon { | 112 | .checked > .card-body > .checkbox > .checked-icon { |
113 | display: block; | 113 | display: block; |
114 | + color: #444; | ||
114 | } | 115 | } |
115 | 116 | ||
116 | .checked > .card-body > .checkbox > .no-checked-icon { | 117 | .checked > .card-body > .checkbox > .no-checked-icon { |
@@ -134,6 +135,7 @@ $fontGrayLight: #e0e0e0; | @@ -134,6 +135,7 @@ $fontGrayLight: #e0e0e0; | ||
134 | width: 330px; | 135 | width: 330px; |
135 | height: 70px; | 136 | height: 70px; |
136 | border-radius: $couponRadius; | 137 | border-radius: $couponRadius; |
138 | + background-color: $fontGrayLight; | ||
137 | 139 | ||
138 | &.use { | 140 | &.use { |
139 | background-color: $fontColor; | 141 | background-color: $fontColor; |
-
Please register or login to post a comment