Skip to content

Commit

Permalink
vc activity
Browse files Browse the repository at this point in the history
  • Loading branch information
Leozard committed May 1, 2024
1 parent a357ec8 commit a37a1a4
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/selectors/selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4345,6 +4345,15 @@ pre {
.watchButton__5a93d {
@extend %streamPopoutWatchButton !optional;
}
.popout__4c91f {
@extend %vcActivityPopout !optional;
}
.iconWidget__22dfa {
@extend %vcActivityPopoutIcon !optional;
}
.setCustomButton__09dbf {
@extend %vcActivityPopoutCustomButton !optional;
}
.header__3b038 {
@extend %eventHeader !optional;
}
Expand Down
21 changes: 21 additions & 0 deletions src/popouts/otherPopouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,27 @@
}
}

// VC ACTIVITY STATUS POPOUT
%vcActivityPopout{
background-color: var(--popout-color);
}
%vcActivityPopoutIcon {
background-color: hsla(0, 0%, 100%, .07);
border-color: hsla(0, 0%, 100%, 0.09);
&:hover {
background-color: hsla(0, 0%, 100%, .07);
border-color: var(--hover-color);
}
}
%vcActivityPopoutCustomButton {
background-color: var(--main-color);
border-color: transparent;
&:hover {
background-color: var(--hover-color);
border-color: transparent;
}
}

// STUDENT HUBS
%hubPopoutSidebar {
background: transparent;
Expand Down

0 comments on commit a37a1a4

Please sign in to comment.