Skip to content

Commit

Permalink
Merge pull request #115 from mrquatsch/runeaudio
Browse files Browse the repository at this point in the history
Add Runeaudio to list of foundation apps
  • Loading branch information
KodeStar authored Feb 26, 2018
2 parents e2731b5 + 4917d8e commit 2ccf9a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions app/Item.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public static function supportedList()
'Portainer' => \App\SupportedApps\Portainer::class,
'Proxmox' => \App\SupportedApps\Proxmox::class,
'Radarr' => \App\SupportedApps\Radarr::class,
'Runeaudio' => \App\SupportedApps\Runeaudio::class,
'Sabnzbd' => \App\SupportedApps\Sabnzbd::class,
'Sonarr' => \App\SupportedApps\Sonarr::class,
'Traefik' => \App\SupportedApps\Traefik::class,
Expand Down
13 changes: 7 additions & 6 deletions resources/assets/sass/_rune.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
transform: translate(0, 0);
animation: marquee 8s linear;
}
@keyframes marquee {
0% { transform: translate(0, 0); }
20% { transform: translate(0, 0); }
95% { transform: translate(-200%, 0); }
100% { transform: translate(-200%, 0); }
}
}

@keyframes marquee {
0% { transform: translate(0, 0); }
20% { transform: translate(0, 0); }
95% { transform: translate(-200%, 0); }
100% { transform: translate(-200%, 0); }
}

0 comments on commit 2ccf9a1

Please sign in to comment.