mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-08 16:18:45 +01:00
Add Xbox Button To LinkStack
This commit is contained in:
parent
63f113067e
commit
dda66d58d8
10
assets/linkstack/css/brands.css
vendored
10
assets/linkstack/css/brands.css
vendored
@ -1308,3 +1308,13 @@ button.button-scribd{
|
||||
.button.button-linkstack:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
/* Xbox */
|
||||
.button.button-xbox {
|
||||
color: #FFFFFF;
|
||||
background-color: #0e7a0d
|
||||
;
|
||||
}
|
||||
.button.button-xbox:hover,
|
||||
.button.button-xbox:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
1
assets/linkstack/icons/xbox.svg
Normal file
1
assets/linkstack/icons/xbox.svg
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0"?><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="50px" height="50px"> <path d="M 25 2 C 20.709 2 16.618563 3.2007813 13.226562 5.3007812 C 13.007563 5.3737813 12.629156 5.6617969 12.285156 5.9667969 C 15.330156 3.5477969 22.371734 8.3929375 24.427734 9.8359375 C 24.773734 10.078938 25.228219 10.078938 25.574219 9.8359375 C 27.630219 8.3929375 34.671797 3.5467969 37.716797 5.9667969 C 37.372797 5.6617969 36.993391 5.3737813 36.775391 5.3007812 C 33.382391 3.2007813 29.291 2 25 2 z M 11 8 C 9.403 8 8.2363281 9.3007812 8.2363281 9.3007812 C 4.4443281 13.400781 2.0507812 18.9 2.0507812 25 C 2.0507812 37.7 12.328 48 25 48 C 31.685 48 37.771891 45.1 41.962891 40.5 C 41.962891 40.5 41.464094 37.499609 38.371094 33.099609 C 34.912094 27.882609 27.905109 21.311922 25.662109 19.294922 C 25.279109 18.950922 24.708125 18.952781 24.328125 19.300781 C 22.638125 20.847781 18.277406 25.177781 17.316406 26.300781 C 15.021406 28.700781 8.6353281 36.299609 8.2363281 40.599609 C 8.2363281 40.599609 6.8386406 37.200391 9.9316406 29.400391 C 11.856641 24.714391 17.835375 17.747984 20.734375 14.708984 C 21.119375 14.305984 21.110125 13.669109 20.703125 13.287109 C 19.743125 12.388109 17.505281 10.812609 15.488281 9.5996094 C 14.092281 8.6996094 12.497 8.1 11 8 z M 38.689453 8 C 38.036453 8 33.794078 9.3428281 29.330078 13.298828 C 28.908078 13.672828 28.891203 14.325469 29.283203 14.730469 C 30.900203 16.401469 35.322656 20.681391 37.972656 24.900391 C 41.265656 30.300391 43.2605 34.6 42.0625 40.5 C 45.7545 36.4 48.050781 31 48.050781 25 C 47.950781 19 45.655281 13.500391 41.863281 9.4003906 C 41.763281 9.3003906 41.663453 9.1996094 41.564453 9.0996094 C 40.766453 8.1996094 39.587453 8 38.689453 8 z"/></svg>
|
After Width: | Height: | Size: 1.7 KiB |
@ -937,7 +937,14 @@ class ButtonSeeder extends Seeder
|
||||
"group" => "default",
|
||||
"mb" => false,
|
||||
],
|
||||
|
||||
|
||||
[
|
||||
"name" => "xbox",
|
||||
"alt" => "Xbox",
|
||||
"exclude" => false,
|
||||
"group" => "default",
|
||||
"mb" => false,
|
||||
],
|
||||
];
|
||||
|
||||
Button::insert($buttons);
|
||||
|
Loading…
x
Reference in New Issue
Block a user