mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
19 lines
296 B
CSS
19 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;
|
|
}
|
|
}
|