We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 435dc7b + f106688 commit 33bcf23Copy full SHA for 33bcf23
3 files changed
assets/linkstack/css/brands.css
@@ -991,6 +991,16 @@ button.button-scribd{
991
filter: brightness(90%);
992
}
993
994
+/* Simplex */
995
+.button.button-simplex {
996
+ color: #ffffff;
997
+ background-color: #0e2b57;
998
+}
999
+.button.button-simplex:hover,
1000
+.button.button-simplex:focus {
1001
+ filter: brightness(90%);
1002
1003
+
1004
/* Skoob */
1005
.button.button-skoob {
1006
color: #FFFFFF;
assets/linkstack/icons/simplex.svg
database/seeders/ButtonSeeder.php
@@ -929,6 +929,15 @@ public function run()
929
"group" => "default",
930
"mb" => false,
931
],
932
933
+ [
934
+ "name" => "simplex",
935
+ "alt" => "Simplex",
936
+ "exclude" => false,
937
+ "group" => "default",
938
+ "mb" => false,
939
+ ],
940
941
];
942
943
Button::insert($buttons);
0 commit comments