618ab5e195
* Refactor notificationHeaderButton * Add Tooltips to header buttons and replace reach/ui * Decrease --header-height by 20% * more header cherry-pick Co-authored-by: Rafael <rafael.saes@odysee.com>
24 lines
598 B
SCSS
24 lines
598 B
SCSS
.MuiTooltip-tooltip {
|
|
border-radius: var(--border-radius) !important;
|
|
background-color: var(--color-tooltip-bg) !important;
|
|
color: var(--color-tooltip-text) !important;
|
|
font-size: var(--font-small) !important;
|
|
}
|
|
|
|
.MuiTooltip-arrow {
|
|
color: var(--color-tooltip-bg) !important;
|
|
font-size: var(--font-xxsmall) !important;
|
|
}
|
|
|
|
.channel-staked__tooltip {
|
|
display: flex;
|
|
align-items: center;
|
|
line-height: 1rem;
|
|
padding: var(--spacing-xs);
|
|
|
|
.channel-staked__tooltip-text {
|
|
margin-left: var(--spacing-xs);
|
|
font-size: var(--font-xsmall);
|
|
font-size: var(--font-small);
|
|
}
|
|
}
|