Add friend
This commit is contained in:
parent
5298e6aaa5
commit
e951c761f5
12 changed files with 158 additions and 14 deletions
|
@ -82,7 +82,7 @@ svg.rate-box {
|
|||
}
|
||||
|
||||
.rate-master, .rate-master a {
|
||||
color: #ffb100;
|
||||
color: #ff8c00;
|
||||
}
|
||||
|
||||
.rate-grandmaster, .rate-grandmaster a, .rate-target, .rate-target a {
|
||||
|
|
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue