|
2 | 2 | // new message ruler
|
3 | 3 | #---new-messages-bar {
|
4 | 4 | span[class^="unreadPill"] {
|
5 |
| - color: $crust; |
| 5 | + color: #{$crust}; |
6 | 6 | }
|
7 | 7 | }
|
8 | 8 |
|
9 | 9 | // new message bar
|
10 | 10 | div[class^="newMessagesBar"] {
|
11 | 11 | button {
|
12 |
| - color: $crust; |
| 12 | + color: #{$crust}; |
13 | 13 | }
|
14 | 14 | }
|
15 | 15 |
|
16 | 16 | // reply bar
|
17 |
| - [class^="attachedBars_"], [class^="stackedBars_"] { |
18 |
| - --background-secondary: $crust; |
| 17 | + [class^="attachedBars_"], |
| 18 | + [class^="stackedBars_"] { |
| 19 | + --background-secondary: #{$crust}; |
19 | 20 | }
|
20 | 21 |
|
21 | 22 | // text input area
|
|
40 | 41 | }
|
41 | 42 | // Super reactions and beta badge
|
42 | 43 | div[class*="isBurstReactionPicker_"] {
|
43 |
| - box-shadow: 0 0 0 2px $mauve, 0 0 16px $lavender; |
| 44 | + box-shadow: |
| 45 | + 0 0 0 2px $mauve, |
| 46 | + 0 0 16px $lavender; |
44 | 47 | }
|
45 | 48 | div[class^="navButtonSuperReactActive"],
|
46 | 49 | div[class^="navButtonSuperReactActive"]:hover {
|
|
61 | 64 | }
|
62 | 65 | div[class*="isBurstReactionPicker"] {
|
63 | 66 | border: none;
|
64 |
| - box-shadow: 0 0 0 2px $mauve, 0 0 16px $lavender; |
| 67 | + box-shadow: |
| 68 | + 0 0 0 2px $mauve, |
| 69 | + 0 0 16px $lavender; |
65 | 70 | }
|
66 | 71 | // Voice messages play button
|
67 | 72 | div[class*="playButtonContainer_"] {
|
@@ -551,13 +556,13 @@ div[class*="giftCodeContainer"] [class*="tile"] {
|
551 | 556 | div[class*="chat_"] {
|
552 | 557 | div[class*="content_"][class*="container_"] {
|
553 | 558 | // customise
|
554 |
| - --background-primary: $surface0; |
555 |
| - --background-secondary: $base; // dropdown menu |
556 |
| - --background-secondary-alt: $mantle; // roles |
557 |
| - --background-tertiary: $mantle; |
558 |
| - --input-background: $mantle; |
559 |
| - --white-500: $crust; // check icon |
560 |
| - |
| 559 | + --background-primary: #{$surface0}; |
| 560 | + --background-secondary: #{$base}; // dropdown menu |
| 561 | + --background-secondary-alt: #{$mantle}; // roles |
| 562 | + --background-tertiary: #{$mantle}; |
| 563 | + --input-background: #{$mantle}; |
| 564 | + --white-500: #{$crust}; // check icon |
| 565 | + |
561 | 566 | // channels
|
562 | 567 | div[class*="search_"] input::placeholder {
|
563 | 568 | color: $overlay1;
|
|
0 commit comments