Make support pill larger and have hover effect

This commit is contained in:
Jake Howard 2024-01-05 11:57:55 +00:00
parent 5d50907ed2
commit 3984660e2b
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
$support-pill-size: 50px;
$support-pill-size: 60px;
$support-pill-position: 1.5rem;
.tag.support-pill {
@ -13,6 +13,11 @@ $support-pill-position: 1.5rem;
height: $support-pill-size;
font-size: 100%;
z-index: $dropdown-content-z;
padding: none;
&:hover {
background-color: $primary-dark;
}
@include mobile {
display: none;