mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-24 22:36:19 -04:00
Metadata attribution for TheTVDB
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
.container {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
margin-top: auto;
|
||||
}
|
||||
|
||||
.attribution {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
margin-top: auto;
|
||||
color: var(--mediumGray);
|
||||
font-size: $defaultFontSize;
|
||||
|
||||
&:hover {
|
||||
color: var(--darkGray);
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user