mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-03 12:30:10 +00:00
13 lines
No EOL
248 B
SCSS
13 lines
No EOL
248 B
SCSS
.file-unavailable-message {
|
|
font-size: 14px;
|
|
|
|
.not-available-tooltip-link__tooltip { /* temporary */
|
|
left: -225px;
|
|
}
|
|
|
|
.not-available-tooltip-link__link {
|
|
@include text-link();
|
|
font-size: 14px;
|
|
vertical-align: baseline;
|
|
}
|
|
} |