Skip to content

Commit

Permalink
npm run format
Browse files Browse the repository at this point in the history
  • Loading branch information
BabyBoySnow committed Nov 7, 2024
1 parent b4c3ef1 commit a8445d4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
6 changes: 3 additions & 3 deletions src/modals/soundboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
}
%soundboardSound {
background: transparent;
border: 1px solid $main-color;
border: 1px solid $main-color;
box-shadow: inset 0 -4px $main-color;
transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
&:hover {
background: $hover-color;
}
Expand All @@ -24,4 +24,4 @@
%soundboardAddText,
%soundboardSecondaryButton {
color: $text-normal;
}
}
4 changes: 2 additions & 2 deletions src/popouts/applicationPopout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@
}
}
%appPopoutSearchItemUnderline {
right: 4px
}
right: 4px;
}
17 changes: 8 additions & 9 deletions src/profiles/userProfiles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
%userProfileOuter:not(%userProfileCustomTheme) {
background: transparent;
%userProfileInner {

// POPOUT
&%userProfileSmall {
background: cv('bg.popout.overlay');
Expand All @@ -31,7 +30,7 @@
}
}
}

// STATUS
%userProfileStatusBubbleOuter {
background-color: hsla(0, 0%, 0%, 0.6);
Expand Down Expand Up @@ -76,24 +75,24 @@
%userProfileListRow {
transition: all 0.15s ease-in-out;
&:hover {
background: linear-gradient(to right, hsla(0, 0%, 100%, 0.04) 10%, hsla(0, 0%, 100%, 0.04) 90%, transparent);
background: linear-gradient(to right, hsla(0, 0%, 100%, 0.04) 10%, hsla(0, 0%, 100%, 0.04) 90%, transparent);
}
}

// NOTES
%userProfileNote {
textarea:focus {
background-color: hsla(0, 0%, 100%, .07);
background-color: hsla(0, 0%, 100%, 0.07);
}
}
}

// GENERAL
// CONNECTED ACCOUNTS
%userProfileConnectedAccountVerifiedIcon {
background: url(https://clearvision.github.io/icons/verified.svg) center/18px no-repeat;
opacity: 0.5;
z-index: 1;
background: url(https://clearvision.github.io/icons/verified.svg) center/18px no-repeat;
opacity: 0.5;
z-index: 1;
%flowerStar {
opacity: 0;
}
Expand All @@ -102,11 +101,11 @@
}
}
%userProfileConnectedAccountOpenIcon {
background: url(https://clearvision.github.io/icons/popout.svg) center/18px no-repeat;
background: url(https://clearvision.github.io/icons/popout.svg) center/18px no-repeat;
opacity: 0.3;
transition: all 0.15s ease-in-out;
transform: none;
> polygon {
display: none;
}
}
}
4 changes: 2 additions & 2 deletions src/settings/serverSettings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -417,10 +417,10 @@
}
}

// MEMBERS MANAGEMENT
// MEMBERS MANAGEMENT
%guildSettingsMembersMoved {
background-color: rgba(0, 0, 0, 0.6);
}
%guildSettingsShowMembersInChannelList {
background: rgba(0, 0, 0, 0.4);
}
}

0 comments on commit a8445d4

Please sign in to comment.