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);
|
||||
}
|
||||
}
|
||||
|
||||
.button-following {
|
||||
color: var(--color-primary-contrast) !important;
|
||||
//background-color: rgba(var(--color-primary-dynamic),0.5) !important;
|
||||
background-color: rgba(125, 125, 125, 0.5) !important;
|
||||
.icon {
|
||||
stroke: var(--color-primary-contrast) !important;
|
||||
}
|
||||
}
|
||||
// bring back special button-following style later
|
||||
//.button-following {
|
||||
// color: var(--color-primary-contrast) !important;
|
||||
// //background-color: rgba(var(--color-primary-dynamic),0.5) !important;
|
||||
// background-color: rgba(125, 125, 125, 0.5) !important;
|
||||
// .icon {
|
||||
// stroke: var(--color-primary-contrast) !important;
|
||||
// }
|
||||
//}
|
||||
|
||||
.recommended-content__bubble {
|
||||
// margin-top: var(--spacing-xs);
|
||||
|
|
|
@ -10,18 +10,19 @@ $actions-z-index: 2;
|
|||
stroke: var(--color-text);
|
||||
}
|
||||
}
|
||||
.button-following {
|
||||
&.button--alt {
|
||||
color: var(--color-text);
|
||||
background-color: var(--color-button-alt-bg);
|
||||
.icon {
|
||||
stroke: var(--color-text);
|
||||
}
|
||||
&:hover {
|
||||
color: var(--color-primary);
|
||||
}
|
||||
}
|
||||
}
|
||||
// bring back later
|
||||
//.button-following {
|
||||
// &.button--alt {
|
||||
// color: var(--color-text);
|
||||
// background-color: var(--color-button-alt-bg);
|
||||
// .icon {
|
||||
// stroke: var(--color-text);
|
||||
// }
|
||||
// &:hover {
|
||||
// color: var(--color-primary);
|
||||
// }
|
||||
// }
|
||||
//}
|
||||
.button-following:last-of-type {
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue