From 3564ab0fe6fb7a05d846b7dd44b7b9c4977aa5b9 Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Fri, 28 Oct 2022 14:39:56 +0200 Subject: [PATCH] Removed button ALL-INKL --- config/button-names.php | 1 - database/seeders/ButtonSeeder.php | 4 ---- littlelink/css/brands.css | 10 ---------- 3 files changed, 15 deletions(-) diff --git a/config/button-names.php b/config/button-names.php index b55bfc2..c28d364 100644 --- a/config/button-names.php +++ b/config/button-names.php @@ -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', diff --git a/database/seeders/ButtonSeeder.php b/database/seeders/ButtonSeeder.php index 97e7f21..8b24d44 100755 --- a/database/seeders/ButtonSeeder.php +++ b/database/seeders/ButtonSeeder.php @@ -44,10 +44,6 @@ class ButtonSeeder extends Seeder 'name' => 'space' ], - [ - 'name' => 'all-inkl' - ], - [ 'name' => 'amazon' ], diff --git a/littlelink/css/brands.css b/littlelink/css/brands.css index a4afc94..6e8f881 100644 --- a/littlelink/css/brands.css +++ b/littlelink/css/brands.css @@ -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;