chore: remove unused css
This commit is contained in:
parent
010964f188
commit
79aa61cb81
1 changed files with 0 additions and 29 deletions
|
@ -53,33 +53,4 @@ function updateFilter(newFilter: string) {
|
|||
|
||||
gap: .5em;
|
||||
}
|
||||
|
||||
.friends-sub-page-button {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
font-weight: medium;
|
||||
|
||||
padding: 0.2em .5em;
|
||||
|
||||
flex-shrink: 0;
|
||||
border-radius: 1em;
|
||||
background-color: var(--accent-color);
|
||||
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
align-content: center;
|
||||
cursor: pointer;
|
||||
|
||||
transition: background-color 300ms;
|
||||
}
|
||||
.friends-sub-page-button:hover {
|
||||
background-color: var(--accent-highlighted-color);
|
||||
}
|
||||
|
||||
.friend-primary-button {
|
||||
background-color: var(--primary-color);
|
||||
}
|
||||
.friend-primary-button:hover {
|
||||
background-color: var(--primary-highlighted-color);
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue