Skip to content

Commit 3564ab0

Browse files
committed
Removed button ALL-INKL
1 parent a76caa1 commit 3564ab0

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

config/button-names.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
$buttonNames = array(
44
'littlelink-custom' => 'LittleLink Custom',
5-
'all-inkl' => 'ALL-INKL',
65
'appstore' => 'App Store',
76
'apple-music' => 'Apple Music',
87
'apple-podcasts' => 'Apple Podcasts',

database/seeders/ButtonSeeder.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ public function run()
4444
'name' => 'space'
4545
],
4646

47-
[
48-
'name' => 'all-inkl'
49-
],
50-
5147
[
5248
'name' => 'amazon'
5349
],

littlelink/css/brands.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -143,16 +143,6 @@ button:hover,
143143
filter: brightness(90%);
144144
}
145145

146-
/* ALL-INKL */
147-
.button.button-all-inkl {
148-
color: #000000;
149-
background-color: #FFFFFF;
150-
}
151-
.button.button-all-inkl:hover,
152-
.button.button-all-inkl:focus {
153-
filter: brightness(90%);
154-
}
155-
156146
/* Amazon */
157147
.button.button-amazon {
158148
color: #ffffff;

0 commit comments

Comments
 (0)