mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-16 20:11:01 +01:00
Added custom link button
Added custom link button to allow users to add their own custom links
This commit is contained in:
parent
8b030a3eea
commit
138fcb0583
9
public/littlelink/css/brands.css
vendored
9
public/littlelink/css/brands.css
vendored
@ -85,6 +85,15 @@ button:hover,
|
|||||||
/* Brand Styles
|
/* Brand Styles
|
||||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||||
|
|
||||||
|
/* Added custom link button*/
|
||||||
|
.button.button-custom {
|
||||||
|
color: #FFFFFF;
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
background-image: linear-gradient(-135deg,#0f0c29,#302b63,#24243e) }
|
||||||
|
.button.button-custom:hover,
|
||||||
|
.button.button-custom:focus {
|
||||||
|
filter: brightness(90%) }
|
||||||
|
|
||||||
/* Default (this is great for your own brand color!) */
|
/* Default (this is great for your own brand color!) */
|
||||||
.button.button-default {
|
.button.button-default {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user