Skip to content

Instantly share code, notes, and snippets.

@guilhermerodrigues680
Created October 6, 2021 12:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guilhermerodrigues680/23f60e674edb5246d6dda7aeb723a804 to your computer and use it in GitHub Desktop.
Save guilhermerodrigues680/23f60e674edb5246d6dda7aeb723a804 to your computer and use it in GitHub Desktop.
button {
background: #ea1d2c;
padding: 0.5rem 1.5rem;
border: 1px solid black;
color: white;
font-weight: 700;
text-align: center;
border-radius: 9999px;
$bx-size: 0.2rem;
box-shadow: $bx-size $bx-size 0rem 0rem #ffce00, $bx-size $bx-size 0rem 1px #000000;
&:hover {
$bx-size: 0.35rem;
box-shadow: $bx-size $bx-size 0rem 0rem #ffce00, $bx-size $bx-size 0rem 1px #000000;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment