generated from Saltssaumure/template-discord-theme
-
-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1174872
commit 1b4ffe8
Showing
6 changed files
with
151 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
@use "../top/vars-scss" as *; | ||
@use "../top/boxes" as boxes; | ||
|
||
// Tabs | ||
.tabBar-1_P75h { | ||
margin: 0 16px; | ||
border-bottom: 0; | ||
|
||
.tabBarItem-onx_ng { | ||
padding-bottom: 8px; | ||
} | ||
} | ||
|
||
// Customise | ||
.appMount-2yBXZl .scrollerContainer-y16Rs9 { | ||
background: var(--w9x-bg-color); | ||
@include boxes.inset; | ||
} | ||
|
||
.pageBody-29jwEZ h2 { | ||
color: var(--w9x-text-color) !important; | ||
} | ||
|
||
.prompt-1sE27N { | ||
background: var(--w9x-bg-color); | ||
border-color: unset !important; | ||
padding: 0; | ||
} | ||
|
||
.promptOptions-3jDyZ4 { | ||
gap: 0; | ||
} | ||
|
||
.optionButtonWrapper-2lbogO { | ||
background: $grey; | ||
@include boxes.clickable; | ||
|
||
&:hover { | ||
border-color: $white $black $black $white; | ||
} | ||
|
||
&:active { | ||
border-color: $black $white $white $black; | ||
} | ||
|
||
&.pressed-2AiKRB { | ||
transform: none; | ||
} | ||
|
||
&.selected-KQBgNS { | ||
@include boxes.inset; | ||
|
||
.checkIcon-3eAeN_ { | ||
top: 4px; | ||
right: 4px; | ||
} | ||
} | ||
} | ||
|
||
.helpText-2SCsDl { | ||
.text-xs-medium-311pdh { | ||
color: var(--w9x-text-color) !important; | ||
} | ||
} | ||
|
||
// Browse channels | ||
.pageBody-23bo4p { | ||
padding-left: 0; | ||
} | ||
|
||
.browser-2ea0yq { | ||
background: var(--w9x-bg-color); | ||
@include boxes.scroller; | ||
} | ||
|
||
.selectAll-1ZP46u .checkboxWrapper-3zdYym .checkbox-1LuCGM { | ||
border-color: var(--text-muted) !important; | ||
|
||
&.checked-22NTbO path { | ||
fill: var(--text-muted); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
@use "../top/vars-scss" as *; | ||
@use "../top/boxes" as boxes; | ||
|
||
.homeContainer-1T8N7y { | ||
@include boxes.scroller; | ||
padding: 32px 16px; | ||
background: var(--w9x-bg-color); | ||
} | ||
|
||
// Server name | ||
.headerName-z8Vr_4 { | ||
color: var(--w9x-text-color); | ||
} | ||
|
||
// Main section headers | ||
.mainContent-2HlPBZ h2 { | ||
color: var(--w9x-text-color) !important; | ||
} | ||
|
||
// Main section item | ||
.row--LCpto { | ||
@include boxes.clickable; | ||
&:hover { | ||
background: $grey; | ||
} | ||
} | ||
|
||
// Sidebar card | ||
.sidebarCardWrapper-34oCuK { | ||
@include boxes.box; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
@use "../top/vars-scss" as *; | ||
@use "../top/boxes" as boxes; | ||
|
||
.container-2_BXG- { | ||
background: $grey; | ||
|
||
.scroller-38C5lh { | ||
@include boxes.scroller; | ||
background: var(--w9x-bg-color); | ||
} | ||
} | ||
|
||
.ctaTitle-3zxXyr, | ||
.ctaTitle-3zxXyr strong { | ||
color: var(--w9x-text-color); | ||
} | ||
|
||
.ctaSubtitle-2NP9L_ { | ||
color: var(--w9x-text-color) !important; | ||
} | ||
|
||
.roleMessagePreview-NUi2Ri { | ||
background: var(--w9x-bg-color); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters