Skip to content

Commit

Permalink
Updated classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibbu committed Aug 7, 2024
1 parent 8d81f39 commit 296c8a7
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 27 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
},
"dependencies": {
"bd-scss": "^2.0.12"
}
},
"packageManager": "[email protected]+sha512.b051a32c7e695833b84926d3b29b8cca57254b589f0649d899c6e9d0edb670b91ec7e2a43459bae73759bb5ce619c3266f116bf931ce22d1ef1759a7e45aa96f"
}
24 changes: 12 additions & 12 deletions src/theme/_chat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

// Placeholder
.wrapper_b211c6,
.wrapper_b75bb9,
.wrapper_ba0ffb {
background: transparent;
}
Expand All @@ -24,22 +24,22 @@
}

// Embeds, codeblocks, files
.markup_d6076c code,
.textContainer_ad9cbd,
.wrapper_b9fe76,
.markup_f8f345 code,
.textContainer_d8e2d0,
.wrapper_a71a1c,
.wrapperAudio_f316dd,
.attachment_a4623d {
.attachment_b52bef {
border: none;
@include hsl(4%);
}
.footer_ad9cbd {
.footer_d8e2d0 {
border: none;
@include hsl(2%);
}
.embedFull_ad0b71 {
.embedFull_b0068a {
@include hsl(4%);
}
.guildIconImage_b9fe76 {
.guildIconImage_a71a1c {
border-radius: var(--server-shape) !important;
background-color: transparent;
}
Expand Down Expand Up @@ -72,17 +72,17 @@
}

// Dividers
.content_fc5f50 {
.content_c2654d {
@include hsl(8%);
color: var(--text-normal);
}

// Action buttons
.wrapper_ef319f {
.wrapper_f7e168 {
@include hsl(6%);
box-shadow: none;
}
.button_ef319f:hover {
.button_f7e168:hover {
@include hsl(12%);
}

Expand Down Expand Up @@ -195,7 +195,7 @@
height: 53px;
}
.buttons_d0696b,
.emojiButton_af14ca {
.emojiButton_d91a75 {
min-height: 53px;
}
}
Expand Down
6 changes: 3 additions & 3 deletions src/theme/_members.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
margin: 0;
max-width: unset;
background: transparent;
&:hover .layout_e9f61e {
&:hover .layout_d808b0 {
@include hsl(8%);
}
&.selected_e9f61e .layout_e9f61e {
&.selected_d808b0 .layout_d808b0 {
@include hsl(10%);
}
}
.layout_e9f61e {
.layout_d808b0 {
padding: 0 8px 0 16px;
}
}
Expand Down
6 changes: 3 additions & 3 deletions src/theme/_pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@
.sidebar_a4d4d9 .scrollerBase-_bVAAt::-webkit-scrollbar {
display: none;
}
.container_e9f61e {
.container_d808b0 {
margin: 0;
padding: 0;
&.selected_e9f61e .layout_e9f61e {
&.selected_d808b0 .layout_d808b0 {
background: rgb(var(--accent));
}
}
.card_eb1ca6 {
.card_e90879 {
@include hsl(4%);
&:hover {
@include hsl(8%);
Expand Down
8 changes: 4 additions & 4 deletions src/theme/_popouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#app-mount {
// Scrollbars
.scroller_dcade6 {
.scroller_d53d65 {
&::-webkit-scrollbar {
display: none;
}
Expand Down Expand Up @@ -95,7 +95,7 @@
}

// Auto complete
.autocomplete_f23da8 {
.autocomplete_bcc24e {
@include hsl(3%);
box-shadow: none;
bottom: 100%;
Expand All @@ -110,7 +110,7 @@
.categoryHeader_fe2299 {
@include hsl(3%);
}
.base_f23da8.selected-3H3-RC {
.base_bcc24e.selected-3H3-RC {
@include hsl(6%);
}

Expand All @@ -119,7 +119,7 @@
@include hsl(7%);
box-shadow: none;
code,
.embedFull_ad0b71 {
.embedFull_b0068a {
@include hsl(12%);
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/theme/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
margin-left: 0;
padding: 0;
background: transparent;
.layout_f9647d {
.layout_ec8679 {
padding: 0 8px 0 16px;
}
}

// Channel
.content_cdc675 {
.content_d80634 {
margin: 0;
}
.wrapper_d8bfb3 {
Expand Down
4 changes: 2 additions & 2 deletions src/theme/_toolbar.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@use './mixins' as *;

#app-mount .container_e44302 {
#app-mount .container_fc4f04 {
@include hsl(8%);

.children_e44302:after {
.children_fc4f04:after {
content: none;
}

Expand Down

0 comments on commit 296c8a7

Please sign in to comment.