From a8445d4866a9268751fc37d32e7651dbb5063d3b Mon Sep 17 00:00:00 2001 From: Snow <135516526+BabyBoySnow@users.noreply.github.com> Date: Thu, 7 Nov 2024 17:32:48 -0600 Subject: [PATCH] npm run format --- src/modals/soundboard.scss | 6 +++--- src/popouts/applicationPopout.scss | 4 ++-- src/profiles/userProfiles.scss | 17 ++++++++--------- src/settings/serverSettings.scss | 4 ++-- 4 files changed, 15 insertions(+), 16 deletions(-) diff --git a/src/modals/soundboard.scss b/src/modals/soundboard.scss index 5693cfff..2e786ab0 100644 --- a/src/modals/soundboard.scss +++ b/src/modals/soundboard.scss @@ -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; } @@ -24,4 +24,4 @@ %soundboardAddText, %soundboardSecondaryButton { color: $text-normal; -} \ No newline at end of file +} diff --git a/src/popouts/applicationPopout.scss b/src/popouts/applicationPopout.scss index be2be038..7ab7a48e 100644 --- a/src/popouts/applicationPopout.scss +++ b/src/popouts/applicationPopout.scss @@ -117,5 +117,5 @@ } } %appPopoutSearchItemUnderline { - right: 4px -} \ No newline at end of file + right: 4px; +} diff --git a/src/profiles/userProfiles.scss b/src/profiles/userProfiles.scss index 3d993992..af43ca2b 100644 --- a/src/profiles/userProfiles.scss +++ b/src/profiles/userProfiles.scss @@ -4,7 +4,6 @@ %userProfileOuter:not(%userProfileCustomTheme) { background: transparent; %userProfileInner { - // POPOUT &%userProfileSmall { background: cv('bg.popout.overlay'); @@ -31,7 +30,7 @@ } } } - + // STATUS %userProfileStatusBubbleOuter { background-color: hsla(0, 0%, 0%, 0.6); @@ -76,14 +75,14 @@ %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); } } } @@ -91,9 +90,9 @@ // 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; } @@ -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; } -} \ No newline at end of file +} diff --git a/src/settings/serverSettings.scss b/src/settings/serverSettings.scss index e280962b..5e9aefae 100644 --- a/src/settings/serverSettings.scss +++ b/src/settings/serverSettings.scss @@ -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); -} \ No newline at end of file +}