mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-22 14:17:24 +02:00
Removed button ALL-INKL
This commit is contained in:
parent
a76caa1b61
commit
3564ab0fe6
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
$buttonNames = array(
|
$buttonNames = array(
|
||||||
'littlelink-custom' => 'LittleLink Custom',
|
'littlelink-custom' => 'LittleLink Custom',
|
||||||
'all-inkl' => 'ALL-INKL',
|
|
||||||
'appstore' => 'App Store',
|
'appstore' => 'App Store',
|
||||||
'apple-music' => 'Apple Music',
|
'apple-music' => 'Apple Music',
|
||||||
'apple-podcasts' => 'Apple Podcasts',
|
'apple-podcasts' => 'Apple Podcasts',
|
||||||
|
@ -44,10 +44,6 @@ class ButtonSeeder extends Seeder
|
|||||||
'name' => 'space'
|
'name' => 'space'
|
||||||
],
|
],
|
||||||
|
|
||||||
[
|
|
||||||
'name' => 'all-inkl'
|
|
||||||
],
|
|
||||||
|
|
||||||
[
|
[
|
||||||
'name' => 'amazon'
|
'name' => 'amazon'
|
||||||
],
|
],
|
||||||
|
10
littlelink/css/brands.css
vendored
10
littlelink/css/brands.css
vendored
@ -143,16 +143,6 @@ button:hover,
|
|||||||
filter: brightness(90%);
|
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 */
|
/* Amazon */
|
||||||
.button.button-amazon {
|
.button.button-amazon {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user