Skip to content

Commit

Permalink
discover servers
Browse files Browse the repository at this point in the history
run format again
  • Loading branch information
BabyBoySnow committed Oct 2, 2024
1 parent 281207e commit 808b37c
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/selectors/selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5624,3 +5624,15 @@ pre {
.tile_b5b752 {
@extend %nitroTrial !optional;
}
.container_e462a4 {
@extend %discoverServersContainer !optional;
}
.card_e32e6f {
@extend %discoverServersCards !optional;
}
.iconMask_c73cee {
@extend %discoverServersIcon !optional;
}
.navItem_e462a4.selected_e462a4 {
@extend %discoverServersChannels !optional;
}
25 changes: 25 additions & 0 deletions src/pages/discover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,28 @@
%discoverQuestItemName {
color: $main-color !important;
}

// Discover Servers
%discoverServersContainer {
background: rgba(0, 0, 0, calc(#{cv('bg.app.shading')} * 0.3));
}

%themeDark %discoverServersCards {
background-color: rgba(0, 0, 0, 0.8);
&:hover {
background-color: $hover-color;
}
}

%themeDark %discoverServersIcon {
background-color: $main-color;
}

%discoverServersChannels {
background-color: $main-color;
color: var(--channel-color);
transition: background-color 0.3s ease-in-out;
&:hover {
background-color: hsla(0, 0%, 100%, 0.1);
}
}

0 comments on commit 808b37c

Please sign in to comment.