Merge branch 'feature/students' into release/4.9.1.0
Showing
1 changed file
with
2 additions
and
3 deletions
@@ -119,15 +119,14 @@ | @@ -119,15 +119,14 @@ | ||
119 | text-decoration: line-through; | 119 | text-decoration: line-through; |
120 | } | 120 | } |
121 | .students-price-tag { | 121 | .students-price-tag { |
122 | - display: inline-block; | ||
123 | text-align: center; | 122 | text-align: center; |
124 | background: resolve('product/price-tag.png') no-repeat center; | 123 | background: resolve('product/price-tag.png') no-repeat center; |
125 | - background-size: cover; | 124 | + background-size: contain; |
126 | color: #fff; | 125 | color: #fff; |
127 | font-size: 18px; | 126 | font-size: 18px; |
128 | width: 77px; | 127 | width: 77px; |
129 | height: 26px; | 128 | height: 26px; |
130 | - line-height: 26px; | 129 | + padding:2px 5px; |
131 | } | 130 | } |
132 | } | 131 | } |
133 | .student-price { | 132 | .student-price { |
-
Please register or login to post a comment