Add friend

This commit is contained in:
cuom1999 2020-06-23 20:46:33 -05:00
parent 5298e6aaa5
commit e951c761f5
12 changed files with 158 additions and 14 deletions

View file

@ -278,4 +278,19 @@ a.edit-profile {
&.rate-group {
color: white;
}
}
.follow {
background: green;
border-color: lightgreen;
}
.follow:hover {
background: darkgreen;
}
.unfollow {
background: red;
border-color: pink;
}
.unfollow:hover {
background: darkred;
}