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 6de53b0 commit a3c2cc9
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 26 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"build": "bd-scss build"
},
"dependencies": {
"bd-scss": "^2.0.14"
}
"bd-scss": "^2.0.15"
},
"packageManager": "[email protected]+sha512.b051a32c7e695833b84926d3b29b8cca57254b589f0649d899c6e9d0edb670b91ec7e2a43459bae73759bb5ce619c3266f116bf931ce22d1ef1759a7e45aa96f"
}
4 changes: 2 additions & 2 deletions src/theme/app/_app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
color: var(--text-normal);
margin-top: 0;
}
.botText_a02df3 {
.botText_a9e77f {
font-weight: 600;
}
.botTagInvert-18-95s {
color: rgb(var(--gradient-primary));
.botText_a02df3 {
.botText_a9e77f {
font-weight: bold;
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/theme/app/_background.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
}

[role='menu'],
.autocompleteInner_f23da8,
.autocompleteInner_bcc24e,
.container_eedf95,
.container-enaOkj,
.container__56cd1,
.contextMenu-HLZMGh:not(.scroller-2FKFPG),
.emojiPicker_c6ee36,
.messagesPopoutWrap_ac90a2,
.modal_ec75c1:not(.slide-2pHaq5),
.modal_c97cbd:not(.slide-2pHaq5),
.root-1gCeng:not(.fullscreenOnMobile-1bD22y),
.root-8LYsGj,
.subMenuContext-2n_9YM .scrollerWrap-2lJEkd,
Expand Down
2 changes: 1 addition & 1 deletion src/theme/app/_toolbars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.searchBar_a46bef {
background: var(--background-secondary);
}
.children_e44302::after {
.children_fc4f04::after {
content: none;
}
}
Expand Down
6 changes: 3 additions & 3 deletions src/theme/chat/_dividers.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#app-mount .divider_fc5f50 {
#app-mount .divider_c2654d {
border: none;
.content_fc5f50 {
.content_c2654d {
display: flex;
width: 100%;
justify-content: center;
Expand All @@ -21,7 +21,7 @@
margin-left: 10px;
}
}
&.isUnread_fc5f50 {
&.isUnread_c2654d {
border-top: 1px solid rgb(var(--discord-red));
}
}
4 changes: 2 additions & 2 deletions src/theme/chat/_messages.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#app-mount {
.cozy_ec86aa .header-23xsNx {
.cozy_f9f2ca .header-23xsNx {
margin-left: 0;
padding-left: 0;
}
Expand All @@ -19,7 +19,7 @@
}
}
}
.wrapper_ef319f {
.wrapper_f7e168 {
background: var(--background-secondary);
}
.attachment-33OFj0,
Expand Down
6 changes: 3 additions & 3 deletions src/theme/members/_member.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#app-mount .member_a31c43 {
background: transparent;
&.selected_e9f61e {
.layout_e9f61e {
&.selected_d808b0 {
.layout_d808b0 {
background: var(--gradient);
}
.roleColor-nA7BqX {
Expand All @@ -12,7 +12,7 @@
color: rgb(var(--gradient-primary));
margin-top: 0;
}
.botText_a02df3 {
.botText_a9e77f {
font-weight: 900;
}
.premiumIcon-1rDbWQ {
Expand Down
2 changes: 1 addition & 1 deletion src/theme/modals/_modals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
transform: scale(1) translateZ(0px) !important;
animation: fadeInTop 0.3s ease forwards !important;
}
.modal_ec75c1 {
.modal_c97cbd {
background-color: transparent;
box-shadow: none;
.cardWarning-2yPNAa {
Expand Down
4 changes: 2 additions & 2 deletions src/theme/pages/_discovery.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
padding-left: 10px;
}
.categoryItem-3zFJns {
&.selected_e9f61e .itemInner-3gVXMG {
&.selected_d808b0 .itemInner-3gVXMG {
background: var(--gradient);
}
}
Expand All @@ -18,7 +18,7 @@
margin-bottom: 48px;
}
}
.card_eb1ca6 {
.card_e90879 {
background: var(--background-secondary);
&:hover {
box-shadow: none;
Expand Down
2 changes: 1 addition & 1 deletion src/theme/pages/_friends.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#app-mount .container_c2739c {
background: rgb(0, 0, 0, var(--middle-brightness));
.inset_c0f6a6 {
.inset_ac5d22 {
background-color: var(--background-secondary);
}
.itemCard_f02fcf:hover {
Expand Down
2 changes: 1 addition & 1 deletion src/theme/pages/_pages.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#app-mount {
.image_b9693a {
.image_def860 {
filter: grayscale(1);
opacity: 0.5;
}
Expand Down
6 changes: 3 additions & 3 deletions src/theme/popouts/_autocomplete.scss
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#app-mount .autocomplete_f23da8 {
#app-mount .autocomplete_bcc24e {
box-shadow: none;
.selectorSelected-1_M1WV {
background: var(--foreground);
}
.divider_f23da8 {
.divider_bcc24e {
background-color: var(--foreground);
}
.description-11DmNu,
.descriptionUsername-J_75O8 {
color: var(--text-normal);
}
.descriptionDiscriminator_f23da8 {
.descriptionDiscriminator_bcc24e {
color: var(--text-muted);
}
}
6 changes: 3 additions & 3 deletions src/theme/popouts/_userpopout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@
border-radius: 3px;
}

.activityName_d5089b,
.activityName_c1d9fd,
.headerTag-2pZJzA,
.nameNormal-2lqVQK,
.nameWrap-3Z4G_9,
.textRow_d5089b {
.textRow_c1d9fd {
color: var(--text-normal);
}

Expand All @@ -94,7 +94,7 @@
gap: 4px;
}

.roleRemoveButton_e4010c {
.roleRemoveButton_f9575e {
position: unset;

& + .roleName_e4010c {
Expand Down

0 comments on commit a3c2cc9

Please sign in to comment.