Created
January 6, 2020 02:17
-
-
Save manderly/eb05915e7ff2437b5665c44f95d350d5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.amazin-product-box { | |
background-color:#ffffff; | |
color:#181c1a; | |
} | |
.amazin-product-box h3 { | |
margin:16px 0px; | |
} | |
.amazin-product-box p { | |
font-size:1.8rem; | |
font-family:"Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif !important; | |
} | |
.amazin-product-box-button { | |
background-image: linear-gradient(to right, #159796 , #159754); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment