Use star icon for small sandwich button
This commit is contained in:
@@ -1028,7 +1028,16 @@
|
||||
}
|
||||
|
||||
.sg-sandwich-menu-wrap[data-component-size="small"] .sg-sandwich-button__icon {
|
||||
display: block;
|
||||
width: calc(var(--sandwich-line-width) - 3px);
|
||||
height: calc(var(--sandwich-line-width) - 3px);
|
||||
background-color: var(--color-black);
|
||||
-webkit-mask: url("../assets/icons/star-filled.svg") no-repeat center / contain;
|
||||
mask: url("../assets/icons/star-filled.svg") no-repeat center / contain;
|
||||
}
|
||||
|
||||
.sg-sandwich-menu-wrap[data-component-size="small"] .sg-sandwich-button__line {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sg-sandwich-menu-wrap {
|
||||
|
||||
@@ -35,29 +35,6 @@
|
||||
color: var(--text-company-card-data-negative);
|
||||
}
|
||||
|
||||
.sg-company-card__header-title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: var(--spacing-small);
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.sg-company-card__bookmark-icon {
|
||||
display: inline-block;
|
||||
inline-size: 1em;
|
||||
block-size: 1em;
|
||||
flex: 0 0 auto;
|
||||
background-color: currentColor;
|
||||
-webkit-mask: url("../assets/icons/bookmark-filled.svg") no-repeat center / contain;
|
||||
mask: url("../assets/icons/bookmark-filled.svg") no-repeat center / contain;
|
||||
}
|
||||
|
||||
.sg-company-card__bookmark-menu-link {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: var(--spacing-small);
|
||||
}
|
||||
|
||||
.sg-company-card__analysis-title {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user