@@ -100,6 +100,12 @@
|
||||
}
|
||||
|
||||
.store-detail-title-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.store-detail-tags-row {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
@@ -107,6 +113,20 @@
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.store-detail-category-line {
|
||||
display: inline-block;
|
||||
max-width: 100%;
|
||||
padding: 2px 8px;
|
||||
border-radius: 6px;
|
||||
background: rgba(166, 29, 36, 0.1);
|
||||
box-sizing: border-box;
|
||||
font-size: 11px;
|
||||
font-weight: 500;
|
||||
line-height: 16px;
|
||||
color: var(--color-heritage-red);
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.store-detail-name {
|
||||
font-family: var(--font-headline);
|
||||
font-size: 20px;
|
||||
|
||||
Reference in New Issue
Block a user