1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/components/ui/info-tooltip/index.scss
George Marshall 051254dffd
Fixing tooltip theming by enforcing default theme (#14992)
* Fixing tooltip theming by enforcing background color

* Removing wide prop
2022-06-21 09:50:44 -07:00

21 lines
247 B
SCSS

.info-tooltip {
svg {
height: 12px;
width: 12px;
}
&__tooltip-container {
svg {
position: static;
}
}
}
.tippy-tooltip {
&#{&}-info-theme {
max-width: 200px;
padding: 16px;
padding-bottom: 16px;
}
}