| 
									
										
										
										
											2023-01-03 11:55:46 -08:00
										 |  |  | // Copyright 2021 Signal Messenger, LLC
 | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  | // SPDX-License-Identifier: AGPL-3.0-only
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @mixin system-message-icon($light, $dark) { | 
					
						
							|  |  |  |   @include light-theme { | 
					
						
							|  |  |  |     -webkit-mask: url($light) no-repeat center; | 
					
						
							|  |  |  |     -webkit-mask-size: 100%; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   @include dark-theme { | 
					
						
							|  |  |  |     -webkit-mask: url($dark) no-repeat center; | 
					
						
							|  |  |  |     -webkit-mask-size: 100%; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .SystemMessage { | 
					
						
							|  |  |  |   @include font-body-2; | 
					
						
							|  |  |  |   align-items: center; | 
					
						
							|  |  |  |   display: flex; | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |   flex-direction: column; | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |   justify-content: center; | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |   line-height: 16px; | 
					
						
							| 
									
										
										
										
											2022-03-08 08:32:42 -06:00
										 |  |  |   padding-bottom: 16px; | 
					
						
							|  |  |  |   padding-top: 16px; | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  |   @include light-theme { | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     color: $color-gray-60; | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |   } | 
					
						
							|  |  |  |   @include dark-theme { | 
					
						
							|  |  |  |     color: $color-gray-25; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |   &__contents { | 
					
						
							|  |  |  |     max-width: 400px; | 
					
						
							|  |  |  |     text-align: center; | 
					
						
							|  |  |  |     user-select: none; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     p { | 
					
						
							|  |  |  |       display: block; | 
					
						
							|  |  |  |       margin: { | 
					
						
							|  |  |  |         block: { | 
					
						
							|  |  |  |           start: 0; | 
					
						
							|  |  |  |           end: 4px; | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  |         inline: { | 
					
						
							|  |  |  |           start: 0; | 
					
						
							|  |  |  |           end: 0; | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  |       } | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |       &:first-child { | 
					
						
							|  |  |  |         display: inline-block; | 
					
						
							|  |  |  |       } | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |       &:last-child { | 
					
						
							|  |  |  |         margin-block-end: 0; | 
					
						
							|  |  |  |       } | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     &::before { | 
					
						
							|  |  |  |       content: ''; | 
					
						
							|  |  |  |       display: inline-block; | 
					
						
							|  |  |  |       height: 16px; | 
					
						
							|  |  |  |       margin-right: 8px; | 
					
						
							|  |  |  |       width: 16px; | 
					
						
							|  |  |  |       vertical-align: middle; | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |       @include light-theme { | 
					
						
							|  |  |  |         background-color: $color-gray-60; | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  |       @include dark-theme { | 
					
						
							|  |  |  |         background-color: $color-gray-25; | 
					
						
							|  |  |  |       } | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     &--icon-audio-incoming::before { | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |       @include system-message-icon( | 
					
						
							|  |  |  |         '../images/icons/v2/phone-incoming-16.svg', | 
					
						
							|  |  |  |         '../images/icons/v2/phone-incoming-solid-16.svg' | 
					
						
							|  |  |  |       ); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     &--icon-audio-missed::before { | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |       @include system-message-icon( | 
					
						
							|  |  |  |         '../images/icons/v2/phone-x-16.svg', | 
					
						
							|  |  |  |         '../images/icons/v2/phone-x-solid-16.svg' | 
					
						
							|  |  |  |       ); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     &--icon-audio-outgoing::before { | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |       @include system-message-icon( | 
					
						
							|  |  |  |         '../images/icons/v2/phone-outgoing-16.svg', | 
					
						
							|  |  |  |         '../images/icons/v2/phone-outgoing-solid-16.svg' | 
					
						
							|  |  |  |       ); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     &--icon-group::before { | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |       @include system-message-icon( | 
					
						
							|  |  |  |         '../images/icons/v2/group-outline-24.svg', | 
					
						
							|  |  |  |         '../images/icons/v2/group-solid-24.svg' | 
					
						
							|  |  |  |       ); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     &--icon-group-access::before { | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |       @include system-message-icon( | 
					
						
							|  |  |  |         '../images/icons/v2/megaphone-16.svg', | 
					
						
							|  |  |  |         '../images/icons/v2/megaphone-solid-16.svg' | 
					
						
							|  |  |  |       ); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     &--icon-group-add::before { | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |       @include system-message-icon( | 
					
						
							|  |  |  |         '../images/icons/v2/member-added-16.svg', | 
					
						
							|  |  |  |         '../images/icons/v2/member-added-solid-16.svg' | 
					
						
							|  |  |  |       ); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     &--icon-group-approved::before { | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |       @include system-message-icon( | 
					
						
							|  |  |  |         '../images/icons/v2/member-accepted-16.svg', | 
					
						
							|  |  |  |         '../images/icons/v2/member-accepted-solid-16.svg' | 
					
						
							|  |  |  |       ); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     &--icon-group-avatar::before { | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |       @include system-message-icon( | 
					
						
							|  |  |  |         '../images/icons/v2/photo-16.svg', | 
					
						
							|  |  |  |         '../images/icons/v2/photo-solid-16.svg' | 
					
						
							|  |  |  |       ); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     &--icon-group-decline::before { | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |       @include system-message-icon( | 
					
						
							|  |  |  |         '../images/icons/v2/member-declined-16.svg', | 
					
						
							|  |  |  |         '../images/icons/v2/member-declined-solid-16.svg' | 
					
						
							|  |  |  |       ); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     &--icon-group-edit::before { | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |       @include system-message-icon( | 
					
						
							|  |  |  |         '../images/icons/v2/edit-16.svg', | 
					
						
							|  |  |  |         '../images/icons/v2/edit-solid-16.svg' | 
					
						
							|  |  |  |       ); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     &--icon-group-leave::before { | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |       @include system-message-icon( | 
					
						
							|  |  |  |         '../images/icons/v2/leave-16.svg', | 
					
						
							|  |  |  |         '../images/icons/v2/leave-solid-16.svg' | 
					
						
							|  |  |  |       ); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     &--icon-group-remove::before { | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |       @include system-message-icon( | 
					
						
							|  |  |  |         '../images/icons/v2/member-remove-16.svg', | 
					
						
							|  |  |  |         '../images/icons/v2/member-remove-solid-16.svg' | 
					
						
							|  |  |  |       ); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-12-06 13:12:57 -08:00
										 |  |  |     &--icon-group-summary::before { | 
					
						
							|  |  |  |       @include system-message-icon( | 
					
						
							|  |  |  |         '../images/icons/v2/info-16.svg', | 
					
						
							|  |  |  |         '../images/icons/v2/info-16.svg' | 
					
						
							|  |  |  |       ); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     &--icon-info::before { | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |       @include system-message-icon( | 
					
						
							|  |  |  |         '../images/icons/v2/info-16.svg', | 
					
						
							|  |  |  |         '../images/icons/v2/info-solid-24.svg' | 
					
						
							|  |  |  |       ); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     &--icon-phone::before { | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |       @include system-message-icon( | 
					
						
							|  |  |  |         '../images/icons/v2/phone-right-outline-24.svg', | 
					
						
							|  |  |  |         '../images/icons/v2/phone-right-solid-24.svg' | 
					
						
							|  |  |  |       ); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     &--icon-profile::before { | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |       @include system-message-icon( | 
					
						
							|  |  |  |         '../images/icons/v2/profile-outline-20.svg', | 
					
						
							|  |  |  |         '../images/icons/v2/profile-outline-20.svg' | 
					
						
							|  |  |  |       ); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     &--icon-safety-number::before { | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |       @include system-message-icon( | 
					
						
							|  |  |  |         '../images/icons/v2/safety-number-outline-24.svg', | 
					
						
							|  |  |  |         '../images/icons/v2/safety-number-solid-24.svg' | 
					
						
							|  |  |  |       ); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     &--icon-session-refresh::before { | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |       @include system-message-icon( | 
					
						
							|  |  |  |         '../images/icons/v2/refresh-16.svg', | 
					
						
							|  |  |  |         '../images/icons/v2/refresh-16.svg' | 
					
						
							|  |  |  |       ); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     &--icon-timer::before { | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |       @include system-message-icon( | 
					
						
							|  |  |  |         '../images/icons/v2/timer-outline-24.svg', | 
					
						
							|  |  |  |         '../images/icons/v2/timer-solid-16.svg' | 
					
						
							|  |  |  |       ); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     &--icon-timer-disabled::before { | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |       @include system-message-icon( | 
					
						
							|  |  |  |         '../images/icons/v2/timer-disabled-outline-24.svg', | 
					
						
							|  |  |  |         '../images/icons/v2/timer-disabled-solid-16.svg' | 
					
						
							|  |  |  |       ); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     &--icon-unsupported::before { | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |       @include system-message-icon( | 
					
						
							|  |  |  |         '../images/icons/v2/error-outline-24.svg', | 
					
						
							|  |  |  |         '../images/icons/v2/error-solid-24.svg' | 
					
						
							|  |  |  |       ); | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     } | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     &--icon-unsupported--can-process::before { | 
					
						
							|  |  |  |       @include system-message-icon( | 
					
						
							|  |  |  |         '../images/icons/v2/check-circle-outline-24.svg', | 
					
						
							|  |  |  |         '../images/icons/v2/check-circle-solid-24.svg' | 
					
						
							|  |  |  |       ); | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     &--icon-verified::before { | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |       @include system-message-icon( | 
					
						
							|  |  |  |         '../images/icons/v2/check-24.svg', | 
					
						
							|  |  |  |         '../images/icons/v2/check-24.svg' | 
					
						
							|  |  |  |       ); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     &--icon-verified-not::before { | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |       @include system-message-icon( | 
					
						
							|  |  |  |         '../images/icons/v2/safety-number-outline-24.svg', | 
					
						
							|  |  |  |         '../images/icons/v2/safety-number-solid-24.svg' | 
					
						
							|  |  |  |       ); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     &--icon-video::before { | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |       @include system-message-icon( | 
					
						
							|  |  |  |         '../images/icons/v2/video-outline-24.svg', | 
					
						
							|  |  |  |         '../images/icons/v2/video-outline-24.svg' | 
					
						
							|  |  |  |       ); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     &--icon-video-incoming::before { | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |       @include system-message-icon( | 
					
						
							|  |  |  |         '../images/icons/v2/video-incoming-16.svg', | 
					
						
							|  |  |  |         '../images/icons/v2/video-incoming-solid-16.svg' | 
					
						
							|  |  |  |       ); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     &--icon-video-missed::before { | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |       @include system-message-icon( | 
					
						
							|  |  |  |         '../images/icons/v2/video-x-16.svg', | 
					
						
							|  |  |  |         '../images/icons/v2/video-x-solid-16.svg' | 
					
						
							|  |  |  |       ); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     &--icon-video-outgoing::before { | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |       @include system-message-icon( | 
					
						
							|  |  |  |         '../images/icons/v2/video-outgoing-16.svg', | 
					
						
							|  |  |  |         '../images/icons/v2/video-outgoing-solid-16.svg' | 
					
						
							|  |  |  |       ); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     &--icon-warning::before { | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |       @include system-message-icon( | 
					
						
							|  |  |  |         '../images/icons/v2/error-outline-12.svg', | 
					
						
							|  |  |  |         '../images/icons/v2/error-outline-12.svg' | 
					
						
							|  |  |  |       ); | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2022-11-30 13:47:54 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  |     &--icon-payment-event::before { | 
					
						
							|  |  |  |       @include system-message-icon( | 
					
						
							|  |  |  |         '../images/icons/v2/credit-card-16.svg', | 
					
						
							|  |  |  |         '../images/icons/v2/credit-card-16.svg' | 
					
						
							|  |  |  |       ); | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2023-01-12 14:18:08 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  |     &--icon-merge::before { | 
					
						
							|  |  |  |       @include system-message-icon( | 
					
						
							|  |  |  |         '../images/icons/v2/merge-16.svg', | 
					
						
							|  |  |  |         '../images/icons/v2/merge-16.svg' | 
					
						
							|  |  |  |       ); | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   &--error { | 
					
						
							| 
									
										
										
										
											2023-01-12 15:33:22 -08:00
										 |  |  |     .SystemMessage__contents::before { | 
					
						
							|  |  |  |       @include light-theme { | 
					
						
							|  |  |  |         background-color: $color-accent-red; | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  |       @include dark-theme { | 
					
						
							|  |  |  |         background-color: $color-accent-red; | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   &--danger { | 
					
						
							|  |  |  |     @include light-theme { | 
					
						
							|  |  |  |       color: $color-accent-red; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |     @include dark-theme { | 
					
						
							|  |  |  |       color: $color-accent-red; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |     .SystemMessage__contents::before { | 
					
						
							| 
									
										
										
										
											2023-01-12 15:33:22 -08:00
										 |  |  |       @include light-theme { | 
					
						
							|  |  |  |         background-color: $color-accent-red; | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  |       @include dark-theme { | 
					
						
							|  |  |  |         background-color: $color-accent-red; | 
					
						
							|  |  |  |       } | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-07 14:55:03 -05:00
										 |  |  |   &__button-container { | 
					
						
							|  |  |  |     margin-top: 12px; | 
					
						
							| 
									
										
										
										
											2021-08-26 16:51:55 -04:00
										 |  |  |   } | 
					
						
							|  |  |  | } |