Skip to content

Commit

Permalink
quest panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Leozard committed Jul 3, 2024
1 parent e9a1d6c commit 368cddc
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
15 changes: 15 additions & 0 deletions lib/selectors/selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,21 @@
.inner_adcaac {
@extend %connectionPanelInner !optional;
}
.wrapper_c721cc {
@extend %questPanel !optional;
}
.contentWrapperAccepted_c721cc {
@extend %questPanelAccepted !optional;
}
.contentWrapperExpanded_c721cc {
@extend %questPanelExpanded !optional;
}
.postEnrollmentBackground_c3427e {
@extend %questPanelAcceptedExpandedBackground !optional;
}
.questAcceptedContent_e23249 {
@extend %questPanelAcceptedExpandedContent !optional;
}
.connection_e2a436 {
@extend %connections !optional;
}
Expand Down
18 changes: 18 additions & 0 deletions src/channels/panels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,21 @@ button%panelButton {
%noiseCancellationPopout {
background-color: rgba(0, 0, 0, 0.7);
}

// QUEST PANEL
%themeDark %questPanel {
background-color: transparent;
}
%questPanelAccepted {
background: rgba(0, 0, 0, 0.6) !important;
}
%questPanelAcceptedExpandedBackground {
background: transparent !important;
border-top: 2px solid hsla(0, 0%, 100%, .1);
}
%questPanelAcceptedExpandedContent {
visibility: hidden;
%questPanelExpanded & {
visibility: visible;
}
}

0 comments on commit 368cddc

Please sign in to comment.