5 lines
100 B
SCSS
5 lines
100 B
SCSS
.Tooltip {
|
|
background: var(--dialog-bg);
|
|
border-radius: $card-corner;
|
|
padding: $unit * 1.5;
|
|
}
|