Fix Friend button styling and actions.

Can now call from friends list.
This commit is contained in:
Paul
2021-07-02 11:13:14 +01:00
parent 212d70f382
commit 3eef61fe11
5 changed files with 48 additions and 23 deletions

View File

@@ -72,16 +72,16 @@
display: flex;
gap: 12px;
> a {
height: 40px;
.button {
width: 40px;
height: 40px;
&:nth-child(1):hover {
background: var(--status-online); //TOFIX: change to normal green color
&:hover.error {
background: var(--error);
}
&:nth-child(3):hover {
background: var(--error);
&:hover.success {
background: var(--success);
}
}
}