mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
21 lines
247 B
SCSS
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;
|
|
}
|
|
}
|