mirror of
https://github.com/Sonarr/Sonarr
synced 2025-12-28 03:02:38 +01:00
18 lines
296 B
CSS
18 lines
296 B
CSS
.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;
|
|
}
|
|
}
|