Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Nov 7, 2022
1 parent 0984697 commit 3d2dad8
Show file tree
Hide file tree
Showing 5 changed files with 1,341 additions and 789 deletions.
87 changes: 87 additions & 0 deletions scss/_popovers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,9 @@
.text-md-normal-304U3g {
color: black!important;
}
.button-f2h6uQ {
@include beigeButton;
}
}
}
}
Expand All @@ -251,6 +254,9 @@
@include indentBox;
border: 0;
}
.body-GBnhET {
color: black;
}
}
}

Expand Down Expand Up @@ -340,6 +346,86 @@
}
}

// Select role preview
.container-3ssFyj {
@include beigeBox;
// Search role
.container-2oNtJn {
@include beigeButtonInset;
}
// Role
.item-1BCeuB {
border-radius: 0;
&.selected-22ukbQ {
background: $blue-select;
}
.itemLabel-27pirQ span {
background: $beige;
}
// Checkbox
.box-BHImcZ {
border-radius: 0;
&.checked-1pZh2h {
background: $beige !important;
path {
fill: $green-bright!important;
}
}
}
}
}

// Emoji info
.popoutContainer-2wbmiM {
@include beigeBox;
// Nitro button
.shinyButton-2Q9MDB {
@include beigeButton;
}
}

// Color picker
.colorPickerCustom-1swUKF {
@include beigeBox;
// Hex code box
.input-2g-os5 {
@include beigeButtonInset;
}
// Suggested colour buttons
.suggestedColor-2q1U7c {
@include beigeButton;
}
// Saturation brightness grid
.saturation-CLQHFD {
box-shadow: (
-1px -1px 2px 0 grey,
2px 2px 2px 0 white
);
}
// Hue slider
.hue-horizontal {
box-shadow: (
inset 1px 1px 2px 0 grey,
inset -2px -2px 2px 0 white
);
// Grabber
div:last-child {
height: 12px;
width: 10px;
margin-top: -4px;
div {
border-radius: 3px;
border: solid $green-bright;
border-width: 3px 0;
box-shadow: (
inset -1px -1px 2px 0 grey,
inset 2px 2px 2px 0 white
);
}
}
}
}

// Search options
.container-2McqkF {
--header-secondary: black;
Expand Down Expand Up @@ -516,6 +602,7 @@

// Gif picker
#gif-picker-tab-panel {
background: $beige;
// Back button
.backButton-bSKWLe {
color: black;
Expand Down
2 changes: 1 addition & 1 deletion scss/mixins/_boxes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
border-radius: 0;
box-shadow: (
inset 1px 1px 2px 0 $black-overlay,
inset -2px -2px 2px 0 white
inset -1px -1px 2px 0 $white-overlay
);
}

Expand Down
11 changes: 11 additions & 0 deletions scss/xp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,17 @@ body #app-mount {
// Channels sidebar and main chat
.base-2jDfDU {

// Notice banner
.notice-2olXi7 {
top: $window-top;
margin: 0 $window-right 0 $window-left;
width: auto;
border-radius: 0;
border: solid $blue-select;
border-width: 0 2px 0 2px;
box-shadow: none;
}

// Top bar
.title-31SJ6t {
.toolbar-3_r2xA {
Expand Down
2 changes: 1 addition & 1 deletion xp.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 3d2dad8

Please sign in to comment.