Showing
1 changed file
with
7 additions
and
0 deletions
@@ -137,6 +137,13 @@ | @@ -137,6 +137,13 @@ | ||
137 | color: #999; | 137 | color: #999; |
138 | } | 138 | } |
139 | } | 139 | } |
140 | + | ||
141 | + .checkbox { | ||
142 | + display: inline-block; | ||
143 | + width: 80rem / $pxConvertRem; | ||
144 | + text-align: center; | ||
145 | + margin-right: -20rem / $pxConvertRem; | ||
146 | + } | ||
140 | 147 | ||
141 | .coin-check { | 148 | .coin-check { |
142 | float: right; | 149 | float: right; |
-
Please register or login to post a comment