|
.source-popup { |
|
position: absolute; |
|
|
|
transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out; |
|
opacity: 1; |
|
pointer-events: auto; |
|
width: 300px; |
|
max-width: 90vw; |
|
} |
|
|
|
.source-popup-card { |
|
background-color: #333 !important; |
|
color: #eee !important; |
|
border: 1px solid #555 !important; |
|
border-radius: 8px !important; |
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important; |
|
padding: 0.5rem !important; |
|
} |
|
|
|
.source-popup-card .MuiCardContent-root { |
|
padding: 8px !important; |
|
padding-bottom: 8px !important; |
|
} |
|
|
|
|
|
.source-popup-title { |
|
font-size: 0.9rem !important; |
|
font-weight: 600 !important; |
|
margin-bottom: 0.3rem !important; |
|
line-height: 1.3 !important; |
|
color: #eee !important; |
|
} |
|
|
|
.source-popup-title a { |
|
color: inherit !important; |
|
text-decoration: none !important; |
|
} |
|
.source-popup-title a:hover { |
|
text-decoration: underline !important; |
|
} |
|
|
|
|
|
.source-popup-link-info { |
|
display: flex !important; |
|
align-items: center !important; |
|
font-size: 0.75rem !important; |
|
color: #bbb !important; |
|
margin-bottom: 0.4rem !important; |
|
} |
|
|
|
.source-popup-icon { |
|
width: 14px !important; |
|
height: 14px !important; |
|
margin-right: 0.3rem !important; |
|
vertical-align: middle; |
|
filter: brightness(1.1); |
|
} |
|
|
|
.source-popup-domain { |
|
vertical-align: middle !important; |
|
white-space: nowrap; |
|
overflow: hidden; |
|
text-overflow: ellipsis; |
|
} |
|
|
|
.source-popup-description { |
|
font-size: 0.8rem !important; |
|
color: #ccc !important; |
|
line-height: 1.4 !important; |
|
|
|
display: -webkit-box; |
|
-webkit-line-clamp: 3; |
|
-webkit-box-orient: vertical; |
|
overflow: hidden; |
|
text-overflow: ellipsis; |
|
margin-top: 0.4rem !important; |
|
} |