Removed button ALL-INKL

This commit is contained in:
Julian Prieber 2022-10-28 14:39:56 +02:00
parent a76caa1b61
commit 3564ab0fe6
3 changed files with 0 additions and 15 deletions

View File

@ -2,7 +2,6 @@
$buttonNames = array(
'littlelink-custom' => 'LittleLink Custom',
'all-inkl' => 'ALL-INKL',
'appstore' => 'App Store',
'apple-music' => 'Apple Music',
'apple-podcasts' => 'Apple Podcasts',

View File

@ -44,10 +44,6 @@ class ButtonSeeder extends Seeder
'name' => 'space'
],
[
'name' => 'all-inkl'
],
[
'name' => 'amazon'
],

View File

@ -143,16 +143,6 @@ button:hover,
filter: brightness(90%);
}
/* ALL-INKL */
.button.button-all-inkl {
color: #000000;
background-color: #FFFFFF;
}
.button.button-all-inkl:hover,
.button.button-all-inkl:focus {
filter: brightness(90%);
}
/* Amazon */
.button.button-amazon {
color: #ffffff;