|
| 1 | +.p-huddle_reaction_bubble { |
| 2 | + box-shadow: 0 0 0 1px $border, |
| 3 | + 0 1px 3px 0 #00000014; |
| 4 | + color: #1d1c1d; |
| 5 | + |
| 6 | + &:hover { |
| 7 | + box-shadow: 0 0 0 1px $border, |
| 8 | + 0 4px 12px 0 #00000014; |
| 9 | + } |
| 10 | +} |
| 11 | + |
| 12 | +.p-huddle_reaction_bubble--self_reacted { |
| 13 | + background-color: $active; |
| 14 | +!important; |
| 15 | + color: $accent !important; |
| 16 | + |
| 17 | + &:hover { |
| 18 | + background-color: $hl !important; |
| 19 | + color: $accent !important; |
| 20 | + } |
| 21 | + |
| 22 | + &.c-button--focus-visible, |
| 23 | + &:hover { |
| 24 | + box-shadow: 0 4px 12px 0 #00000014, |
| 25 | + 0 0 0 1px $accent; |
| 26 | + } |
| 27 | +} |
| 28 | + |
| 29 | +.p-huddle_reaction_bubble_bg_00 { |
| 30 | + background-color: #ffe0e0; |
| 31 | +} |
| 32 | + |
| 33 | +.p-huddle_reaction_bubble_bg_01 { |
| 34 | + background-color: #fcf; |
| 35 | +} |
| 36 | + |
| 37 | +.p-huddle_reaction_bubble_bg_02 { |
| 38 | + background-color: #dbeb8d; |
| 39 | +} |
| 40 | + |
| 41 | +.p-huddle_reaction_bubble_bg_03 { |
| 42 | + background-color: #b5e0ff; |
| 43 | +} |
| 44 | + |
| 45 | +.p-huddle_reaction_bubble_bg_04 { |
| 46 | + background-color: #ffe5b2; |
| 47 | +} |
| 48 | + |
| 49 | +.p-huddle_reaction_bubble_bg_05 { |
| 50 | + background-color: #bde595; |
| 51 | +} |
| 52 | + |
| 53 | +.p-huddle_reaction_bubble_bg_06 { |
| 54 | + background-color: #d4d5ff; |
| 55 | +} |
| 56 | + |
| 57 | +.p-huddle_reaction_bubble_bg_07 { |
| 58 | + background-color: #f9ef6e; |
| 59 | +} |
| 60 | + |
| 61 | +.p-huddle_reaction_bubble_bg_08 { |
| 62 | + background-color: #d0f2ed; |
| 63 | +} |
| 64 | + |
| 65 | +.p-huddle_reaction_list { |
| 66 | + background: #0000; |
| 67 | +} |
| 68 | + |
| 69 | +.p-huddle_closed_caption_event__wrapper { |
| 70 | + background-color: $notif; |
| 71 | +} |
| 72 | + |
| 73 | +.p-huddle_closed_caption_event__event_text, |
| 74 | +.p-huddle_closed_caption_event__member_name { |
| 75 | + color: $fg; |
| 76 | +} |
| 77 | + |
| 78 | +.p-huddle_closed_captions { |
| 79 | + background: #0000; |
| 80 | +} |
| 81 | + |
| 82 | +.p-huddle_popover_reaction__description { |
| 83 | + color: $fg; |
| 84 | +} |
| 85 | + |
| 86 | +.p-huddle_peer_tile__sticky_emoji_container.p-huddle_popover_reaction__audio_only_mode--huddle_window { |
| 87 | + background: $fg; |
| 88 | + color: $bg; |
| 89 | +} |
| 90 | + |
| 91 | +.p-huddle_popover_reaction__audio_only_mode--huddle_window:not(.p-huddle_peer_tile__emoji_container--small_tile) |
| 92 | +.p-huddle_popover_reaction__description { |
| 93 | + color: $bg; |
| 94 | +} |
| 95 | + |
| 96 | +.p-peer_tile__sticky_reaction.p-huddle_popover_reaction__audio_only_mode--mini_player { |
| 97 | + background: $fg; |
| 98 | + color: $bg; |
| 99 | +} |
0 commit comments