Skip to content

Commit

Permalink
Remove the 'most popular' styling
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultamartin committed Dec 18, 2023
1 parent d3cbf7c commit 560c7fc
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions sass/_support.scss
Original file line number Diff line number Diff line change
Expand Up @@ -244,23 +244,5 @@
}
}
}

#most-popular {
position: relative;
border: 2px solid #000;

&::before {
content: "MOST POPULAR";
position: absolute;
top: -2em;
right: -2px;
background-color: #000;
color: #fff;
border-radius: 8px;
font-size: .8rem;
padding: .2em 1em 2em 1em;
z-index: -1;
}
}
}
}

0 comments on commit 560c7fc

Please sign in to comment.