Skip to content

Instantly share code, notes, and snippets.

@kddlb
Created August 27, 2020 01:51
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 kddlb/892a288c2d9495d4d37b3d483b4ddff4 to your computer and use it in GitHub Desktop.
Save kddlb/892a288c2d9495d4d37b3d483b4ddff4 to your computer and use it in GitHub Desktop.
.voto {
background-color: #fff;
color: #000;
border: 1px solid #000;
padding: 3em 5em 3em 3em;
font-family: "Arial Narrow", sans-serif;
font-weight: 700;
}
.opcion {
text-transform: uppercase;
&:not(:last-child) {
padding-bottom: 1rem;
}
&::before {
font-weight: 400;
content: "\00a0\00a0\00a0\00a0\00a0";
padding: 0 1em;
display: inline-block;
text-decoration: line-through;
transform: skewX(-15deg);
}
&.electa::before {
content: "\00a0\00a0|\00a0\00a0" !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment