Skip to content

Commit

Permalink
friends page
Browse files Browse the repository at this point in the history
  • Loading branch information
NyxIsBad committed Jun 12, 2023
1 parent 9a81e83 commit b1a6432
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/selectors/selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1940,6 +1940,9 @@
.addFriendHint-1EVQJY {
@extend %friendsAddFriendHint !optional;
}
.container-3tKtM_ {
@extend %friendsDiscoverHint !optional;
}
.container-36u7Lw {
@extend %libraryContainer !optional;
}
Expand Down Expand Up @@ -2679,7 +2682,7 @@ pre {
.inputWrapper-1YNMmM {
@extend %inputWrapper !optional;
}
.input-2g-os5 {
.input-3O04eu {
@extend %input !optional;
}
.focused-1AtTHC {
Expand Down
9 changes: 9 additions & 0 deletions src/home/friends.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@
}
}

%friendsDiscoverHint {
background: hsla(0, 0%, 0%, .2);
border: 2px solid $main-color;
&:hover {
background: hsla(0, 0%, 0%, .4);
border: 2px solid $hover-color;
}
}

// ACTION BUTTON
%friendActionButton {
background-color: hsla(0, 0%, 0%, 0.6);
Expand Down

0 comments on commit b1a6432

Please sign in to comment.