mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-30 17:01:25 +00:00
13 lines
234 B
SCSS
13 lines
234 B
SCSS
.tooltip {
|
|
text-align: left;
|
|
position: absolute;
|
|
z-index: 1;
|
|
top: 100%;
|
|
left: -120px;
|
|
width: 260px;
|
|
padding: 15px;
|
|
border: 1px solid #aaa;
|
|
color: $color-text-dark;
|
|
background-color: $color-bg;
|
|
font-size: 14px;
|
|
}
|