Skip to content

Commit 09bd0ae

Browse files
committed
Added new buttons
Added new 'Buy me a Coffee' and 'generic Website' buttons
1 parent 9bb6d94 commit 09bd0ae

File tree

5 files changed

+48
-1
lines changed

5 files changed

+48
-1
lines changed

database/seeders/ButtonSeeder.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,14 @@ public function run()
167167
[
168168
'name' => 'xing'
169169
],
170+
171+
[
172+
'name' => 'buy me a coffee'
173+
],
174+
175+
[
176+
'name' => 'website'
177+
],
170178
];
171179

172180
Button::insert($buttons);

littlelink/css/brands.css

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,4 +411,24 @@ button:hover,
411411
.button.button-xing:hover,
412412
.button.button-xing:focus {
413413
filter: brightness(90%);
414-
}
414+
}
415+
416+
/* Buy Me a Coffee */
417+
.button.button-coffee {
418+
color: #100a26;
419+
background-color: #ffdd00;
420+
}
421+
.button.button-coffee:hover,
422+
.button.button-coffee:focus {
423+
filter: brightness(90%);
424+
}
425+
426+
/* Website */
427+
.button.button-website {
428+
color: #ffffff;
429+
background-color: #000000;
430+
}
431+
.button.button-web:hover,
432+
.button.button-web:focus {
433+
filter: brightness(90%);
434+
}

littlelink/icons/coffee.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)