Skip to content

Commit 92d8746

Browse files
committed
Added Google Drive (#543)
1 parent 057e60d commit 92d8746

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

assets/linkstack/css/brands.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,16 @@ button:hover,
572572
filter: brightness(90%);
573573
}
574574

575+
/* Google Drive */
576+
.button.button-gdrive {
577+
color: #FFFFFF;
578+
background-color: #1A73E8;
579+
}
580+
.button.button-gdrive:hover,
581+
.button.button-gdrive:focus {
582+
filter: brightness(90%);
583+
}
584+
575585
/* Google Play Store */
576586
.button.button-playstore {
577587
color: #FFFFFF;

assets/linkstack/icons/gdrive.svg

Lines changed: 8 additions & 0 deletions
Loading

database/seeders/ButtonSeeder.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,10 @@ public function run()
465465
[
466466
'name' => 'behance'
467467
],
468+
469+
[
470+
'name' => 'gdrive'
471+
],
468472
];
469473

470474
Button::insert($buttons);

0 commit comments

Comments
 (0)