|
|
@ -11,18 +11,15 @@ |
|
|
|
display: inline-block; |
|
|
|
margin-bottom: 20px; |
|
|
|
width: 100%; |
|
|
|
border: 2px solid $tertiary; |
|
|
|
padding: 1em; |
|
|
|
box-sizing: border-box; |
|
|
|
display: flex; |
|
|
|
|
|
|
|
p:first-child { |
|
|
|
display: none; |
|
|
|
} |
|
|
|
|
|
|
|
&.has-logo { |
|
|
|
border: 2px solid $tertiary; |
|
|
|
padding: 1em; |
|
|
|
box-sizing: border-box; |
|
|
|
display: flex; |
|
|
|
} |
|
|
|
|
|
|
|
.category-logo.aspect-image { |
|
|
|
max-width: 60px; |
|
|
|
vertical-align: middle; |
|
|
|