|
|
|
@ -79,7 +79,7 @@ watch(shop, () => { |
|
|
|
overflow: hidden; |
|
|
|
width: 220px; |
|
|
|
height: 60px; |
|
|
|
padding: 25px 18px 0 36px; |
|
|
|
padding: 20px 18px 0 36px; |
|
|
|
font-size: 22px; |
|
|
|
font-family: 'font_bold'; |
|
|
|
white-space: nowrap; |
|
|
|
@ -88,6 +88,7 @@ watch(shop, () => { |
|
|
|
.name { |
|
|
|
display: inline-block; |
|
|
|
line-height: inherit; |
|
|
|
padding-top: 5px; |
|
|
|
} |
|
|
|
|
|
|
|
// @include no-wrap; |
|
|
|
|