This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Showing
22 changed files
with
575 additions
and
2,202 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,3 @@ | ||
.c-actions_menu__actions { | ||
background: $bg; | ||
} |
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
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
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,10 @@ | ||
.p-chatty_to_channel_message_pane__foreword__channel_icon { | ||
background-color: $accent; | ||
color: $selectFg; | ||
} | ||
|
||
.p-chatty_to_channel_message_pane__foreword__actions { | ||
button { | ||
border-color: $border; | ||
} | ||
} |
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,70 @@ | ||
.p-huddle_channel_header_button__container { | ||
border: 1px solid $border; | ||
|
||
.p-huddle_channel_header_button__divider { | ||
border-right: 1px solid $borderLight; | ||
} | ||
|
||
&.p-huddle_channel_header_button--active { | ||
background-color: $accent; | ||
border: 1px solid $accentT; | ||
color: $selectFg; | ||
|
||
.p-huddle_channel_header_button__divider { | ||
border-right: 1px solid $borderLight; | ||
} | ||
|
||
.p-huddle_channel_header_button__leave_button, | ||
.p-huddle_channel_header_button__options_button, | ||
.p-huddle_channel_header_button__start_button { | ||
color: $fg; | ||
} | ||
|
||
&.p-huddle_channel_header_button--in_huddle--pd { | ||
background-color: $bg2; | ||
} | ||
} | ||
|
||
&.p-huddle_channel_header_button--in_huddle { | ||
color: $fg; | ||
|
||
.p-huddle_channel_header_button__divider { | ||
border-right: 1px solid $border; | ||
} | ||
|
||
.p-huddle_channel_header_button__leave_button, | ||
.p-huddle_channel_header_button__options_button, | ||
.p-huddle_channel_header_button__start_button { | ||
color: $fg; | ||
} | ||
} | ||
} | ||
|
||
.p-huddle_channel_header_button__slider { | ||
background-color: $button; | ||
} | ||
|
||
@keyframes p-huddle_channel_header__animation_pulsing { | ||
0% { | ||
box-shadow: 0 0 0 0 $button; | ||
} | ||
70% { | ||
box-shadow: 0 0 0 8px #f000; | ||
} | ||
to { | ||
box-shadow: 0 0 0 0 #f000; | ||
} | ||
} | ||
|
||
@keyframes p-huddle_channel_header__border_color_fade_in { | ||
0% { | ||
border-color: #0000; | ||
} | ||
to { | ||
border-color: $button; | ||
} | ||
} | ||
|
||
.p-offline_outbox_page { | ||
background: $bg2; | ||
} |
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,8 @@ | ||
.p-huddle_links_nux_card { | ||
background-color: $bg; | ||
border: 1px solid $borderLight; | ||
} | ||
|
||
.p-huddle_links_nux_card__body { | ||
color: $text; | ||
} |
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,36 @@ | ||
.p-instant_slack_message_pane__foreword { | ||
&:before { | ||
background: linear-gradient(180deg, $tree, #0000); | ||
} | ||
} | ||
|
||
.p-instant_slack_message_pane__foreword__channel_icon { | ||
background-color: $accent; | ||
color: $selectFg; | ||
} | ||
|
||
.p-instant_slack_message_pane__foreword__description { | ||
color: $text; | ||
|
||
> h2 { | ||
color: $fg; | ||
|
||
> .c-inline_channel_entity { | ||
color: $accent; | ||
} | ||
} | ||
} | ||
|
||
.p-instant_slack_message_pane__foreword__actions { | ||
grid-gap: 12px; | ||
list-style: none; | ||
|
||
button { | ||
border-color: $tree; | ||
color: $accent; | ||
|
||
> :last-child { | ||
color: $text; | ||
} | ||
} | ||
} |
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
Oops, something went wrong.