Skip to content

Commit

Permalink
Update source
Browse files Browse the repository at this point in the history
  • Loading branch information
CapnKitten committed Oct 31, 2023
1 parent 347f0d9 commit e341d18
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
25 changes: 14 additions & 11 deletions Themes/Material-Discord/src/_selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5305,13 +5305,13 @@ pre {
.clearStatusIcon__7397a {
@extend %customStatusClearIcon !optional;
}
.list-3-WAYB {
.list__4e6aa {
@extend %accountSwitcherList !optional;
}
.accountCard-2lki2x {
.accountCard_b2af27 {
@extend %accountSwitcherCard !optional;
}
.userActionMenu-3-DfuT {
.userActionMenu__8b94a {
@extend %accountSwitcherUserActionMenu !optional;
}
.userMenuText_a180af {
Expand All @@ -5320,10 +5320,10 @@ pre {
.userMenuDiscriminator_b70e1b {
@extend %accountSwitcherUserMenuDiscriminator !optional;
}
.separator-3pyJLj {
.separator__0df02 {
@extend %accountSwitcherSeparator !optional;
}
.actions-1qEPMo {
.actions_e31053 {
@extend %accountSwitcherActions !optional;
}
.container-5N5x2A {
Expand Down Expand Up @@ -7795,22 +7795,22 @@ pre {
.authBoxExpanded_e57789 {
@extend %authBoxExpanded !optional;
}
.navRow-dG-XX8 {
.navRow_bb8efc {
@extend %authBoxNavRow !optional;
}
.chooseAccountAuthBox-Udr8ty {
.chooseAccountAuthBox__0783c {
@extend %chooseAccountAuthBox !optional;
}
.mainLoginContainer-wHmAjP {
.mainLoginContainer__58502 {
@extend %mainLoginContainer !optional;
}
.qrLogin-1ejtpI {
.qrLogin_ce8b2d {
@extend %qrLogin !optional;
}
.needAccount-MrvMN7 {
.needAccount__65c41 {
@extend %needAccount !optional;
}
.verticalSeparator-2r9gHa {
.verticalSeparator_af74b3 {
@extend %verticalSeparator !optional;
}
.toast {
Expand Down Expand Up @@ -9526,6 +9526,9 @@ pre {
.productCard__172bf {
@extend %serverShopProductCard !optional;
}
.productThumbnail_ca4494 {
@extend %serverShopProductThumbnail !optional;
}
.card_eafe46 {
@extend %serverShopCard !optional;
}
Expand Down
3 changes: 3 additions & 0 deletions Themes/Material-Discord/src/general/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,10 @@

%buttonContents {
> div {
line-height: var(--button-height);
color: var(--button-text-color) !important;
font-size: 1em;
font-weight: 500;
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions Themes/Material-Discord/src/pages/_serverShop.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@

%serverShopProductCard {
@include card-format(true, 0, true, true);

%serverShopProductThumbnail {
border-radius: var(--card-radius-big);
}
}

%serverShopCard {
Expand Down

0 comments on commit e341d18

Please sign in to comment.