temp following style fix
This commit is contained in:
parent
d84746d395
commit
e29e982ffb
2 changed files with 22 additions and 21 deletions
|
@ -709,15 +709,15 @@ svg + .button__label {
|
||||||
color: var(--color-slime);
|
color: var(--color-slime);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// bring back special button-following style later
|
||||||
.button-following {
|
//.button-following {
|
||||||
color: var(--color-primary-contrast) !important;
|
// color: var(--color-primary-contrast) !important;
|
||||||
//background-color: rgba(var(--color-primary-dynamic),0.5) !important;
|
// //background-color: rgba(var(--color-primary-dynamic),0.5) !important;
|
||||||
background-color: rgba(125, 125, 125, 0.5) !important;
|
// background-color: rgba(125, 125, 125, 0.5) !important;
|
||||||
.icon {
|
// .icon {
|
||||||
stroke: var(--color-primary-contrast) !important;
|
// stroke: var(--color-primary-contrast) !important;
|
||||||
}
|
// }
|
||||||
}
|
//}
|
||||||
|
|
||||||
.recommended-content__bubble {
|
.recommended-content__bubble {
|
||||||
// margin-top: var(--spacing-xs);
|
// margin-top: var(--spacing-xs);
|
||||||
|
|
|
@ -10,18 +10,19 @@ $actions-z-index: 2;
|
||||||
stroke: var(--color-text);
|
stroke: var(--color-text);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.button-following {
|
// bring back later
|
||||||
&.button--alt {
|
//.button-following {
|
||||||
color: var(--color-text);
|
// &.button--alt {
|
||||||
background-color: var(--color-button-alt-bg);
|
// color: var(--color-text);
|
||||||
.icon {
|
// background-color: var(--color-button-alt-bg);
|
||||||
stroke: var(--color-text);
|
// .icon {
|
||||||
}
|
// stroke: var(--color-text);
|
||||||
&:hover {
|
// }
|
||||||
color: var(--color-primary);
|
// &:hover {
|
||||||
}
|
// color: var(--color-primary);
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
//}
|
||||||
.button-following:last-of-type {
|
.button-following:last-of-type {
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue