mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-24 22:55:21 -04:00
New: Project Aphrodite
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
.link {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
outline: none;
|
||||
border: 0;
|
||||
background: none;
|
||||
color: inherit;
|
||||
text-align: inherit;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
|
||||
&:global(.isDisabled) {
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
|
||||
.to {
|
||||
color: $linkColor;
|
||||
|
||||
&:hover {
|
||||
color: $linkHoverColor;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user