Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
add section to themes for location sharing cols
Browse files Browse the repository at this point in the history
Signed-off-by: Kerry Archibald <kerrya@element.io>
  • Loading branch information
Kerry Archibald committed Mar 2, 2022
1 parent f6dfc0d commit 584e65e
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
5 changes: 5 additions & 0 deletions res/themes/dark/css/_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,11 @@ $call-view-button-off-background: $primary-content;
$video-feed-secondary-background: $system;
// ********************

// Location sharing
// ********************
$location-live-color: #5c56f5;
// ********************

// Location sharing
// ********************
.maplibregl-ctrl-attrib-button {
Expand Down
6 changes: 6 additions & 0 deletions res/themes/legacy-dark/css/_legacy-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,12 @@ $eventbubble-others-bg: $event-selected-color;
$eventbubble-bg-hover: #1C2026;
$eventbubble-reply-color: #C1C6CD;

// Location sharing
// ********************
$location-marker-color: #ffffff;
$location-live-color: #5c56f5;
// ********************

// ***** Mixins! *****

@define-mixin mx_DialogButton {
Expand Down
7 changes: 6 additions & 1 deletion res/themes/legacy-light/css/_legacy-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ $accent-alt: #238cf5;
$selection-fg-color: $primary-bg-color;

$focus-brightness: 105%;
$location-marker-color: #ffffff;

$other-user-pill-bg-color: rgba(0, 0, 0, 0.1);

Expand Down Expand Up @@ -284,6 +283,12 @@ $pinned-color: $tertiary-content;

$groupFilterPanel-divider-color: $tertiary-content;

// Location sharing
// ********************
$location-marker-color: #ffffff;
$location-live-color: #5c56f5;
// ********************

// ***** Mixins! *****

@define-mixin mx_DialogButton {
Expand Down
8 changes: 6 additions & 2 deletions res/themes/light/css/_light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,6 @@ $pinned-color: $tertiary-content;
$avatar-initial-color: $background;
$primary-hairline-color: transparent;
$focus-brightness: 105%;
$location-marker-color: #ffffff;
$location-live-color: #5c56f5;
// ********************

// blur amounts for left left panel (only for element theme)
Expand All @@ -299,6 +297,12 @@ $location-live-color: #5c56f5;
$copy-button-url: "$(res)/img/feather-customised/clipboard.svg";
// ********************

// Location sharing
// ********************
$location-marker-color: #ffffff;
$location-live-color: #5c56f5;
// ********************

// Mixins
// ********************
@define-mixin mx_DialogButton {
Expand Down

0 comments on commit 584e65e

Please sign in to comment.