mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-21 06:23:42 +01:00
Added back button ALL-INKL
This commit is contained in:
parent
96829e1aae
commit
71ef51c7e6
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
$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',
|
||||||
|
@ -38,7 +38,6 @@ class ButtonSeeder extends Seeder
|
|||||||
'name' => 'cashapp'
|
'name' => 'cashapp'
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
[
|
[
|
||||||
'name' => 'default email'
|
'name' => 'default email'
|
||||||
],
|
],
|
||||||
@ -384,6 +383,10 @@ class ButtonSeeder extends Seeder
|
|||||||
'name' => 'youtube-music'
|
'name' => 'youtube-music'
|
||||||
],
|
],
|
||||||
|
|
||||||
|
[
|
||||||
|
'name' => 'all-inkl'
|
||||||
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
Button::insert($buttons);
|
Button::insert($buttons);
|
||||||
|
13
littlelink/css/brands.css
vendored
13
littlelink/css/brands.css
vendored
@ -143,6 +143,19 @@ button:hover,
|
|||||||
filter: brightness(90%);
|
filter: brightness(90%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ALL-INKL */
|
||||||
|
.button.button-all-inkl {
|
||||||
|
color: #000000;
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: #000000;
|
||||||
|
border-width: 1px;
|
||||||
|
}
|
||||||
|
.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