mirror of https://github.com/vector-im/riot-web
parent
14466b1e3b
commit
aeb74471a2
|
@ -23,14 +23,7 @@ $tertiary-fg-color: $primary-fg-color;
|
||||||
$primary-bg-color: $bg-color;
|
$primary-bg-color: $bg-color;
|
||||||
$muted-fg-color: $header-panel-text-primary-color;
|
$muted-fg-color: $header-panel-text-primary-color;
|
||||||
|
|
||||||
// Legacy theme backports
|
|
||||||
$primary-content: $primary-fg-color;
|
|
||||||
$secondary-content: $secondary-fg-color;
|
|
||||||
$tertiary-content: $tertiary-fg-color;
|
|
||||||
$quaternary-content: #6F7882;
|
|
||||||
$quinary-content: $quaternary-content;
|
|
||||||
$background: $primary-bg-color;
|
|
||||||
$panel-actions: $roomtile-selected-bg-color;
|
|
||||||
|
|
||||||
// used for dialog box text
|
// used for dialog box text
|
||||||
$light-fg-color: $header-panel-text-secondary-color;
|
$light-fg-color: $header-panel-text-secondary-color;
|
||||||
|
@ -222,6 +215,16 @@ $eventbubble-bg-hover: #1C2026;
|
||||||
$eventbubble-avatar-outline: $bg-color;
|
$eventbubble-avatar-outline: $bg-color;
|
||||||
$eventbubble-reply-color: #C1C6CD;
|
$eventbubble-reply-color: #C1C6CD;
|
||||||
|
|
||||||
|
// Legacy theme backports
|
||||||
|
$primary-content: $primary-fg-color;
|
||||||
|
$secondary-content: $secondary-fg-color;
|
||||||
|
$tertiary-content: $tertiary-fg-color;
|
||||||
|
$quaternary-content: #6F7882;
|
||||||
|
$quinary-content: $quaternary-content;
|
||||||
|
$background: $primary-bg-color;
|
||||||
|
$panel-actions: $roomtile-selected-bg-color;
|
||||||
|
// Legacy theme backports
|
||||||
|
|
||||||
// ***** Mixins! *****
|
// ***** Mixins! *****
|
||||||
|
|
||||||
@define-mixin mx_DialogButton {
|
@define-mixin mx_DialogButton {
|
||||||
|
|
|
@ -31,15 +31,6 @@ $tertiary-fg-color: $primary-fg-color;
|
||||||
$primary-bg-color: #ffffff;
|
$primary-bg-color: #ffffff;
|
||||||
$muted-fg-color: #61708b; // Commonly used in headings and relevant alt text
|
$muted-fg-color: #61708b; // Commonly used in headings and relevant alt text
|
||||||
|
|
||||||
// Legacy theme backports
|
|
||||||
$primary-content: $primary-fg-color;
|
|
||||||
$secondary-content: $secondary-fg-color;
|
|
||||||
$tertiary-content: $tertiary-fg-color;
|
|
||||||
$quaternary-content: #C1C6CD;
|
|
||||||
$quinary-content: #e3e8f0;
|
|
||||||
$background: $primary-bg-color;
|
|
||||||
$panel-actions: $roomtile-selected-bg-color;
|
|
||||||
|
|
||||||
// used for dialog box text
|
// used for dialog box text
|
||||||
$light-fg-color: #747474;
|
$light-fg-color: #747474;
|
||||||
|
|
||||||
|
@ -296,6 +287,16 @@ $progressbar-bg-color: rgba(141, 151, 165, 0.2);
|
||||||
|
|
||||||
$room-warning-bg-color: $yellow-background;
|
$room-warning-bg-color: $yellow-background;
|
||||||
|
|
||||||
|
// Legacy theme backports
|
||||||
|
$primary-content: $primary-fg-color;
|
||||||
|
$secondary-content: $secondary-fg-color;
|
||||||
|
$tertiary-content: $tertiary-fg-color;
|
||||||
|
$quaternary-content: #6F7882;
|
||||||
|
$quinary-content: $quaternary-content;
|
||||||
|
$background: $primary-bg-color;
|
||||||
|
$panel-actions: $roomtile-selected-bg-color;
|
||||||
|
// Legacy theme backports
|
||||||
|
|
||||||
$memberstatus-placeholder-color: $muted-fg-color;
|
$memberstatus-placeholder-color: $muted-fg-color;
|
||||||
|
|
||||||
$authpage-bg-color: #2e3649;
|
$authpage-bg-color: #2e3649;
|
||||||
|
@ -348,6 +349,15 @@ $eventbubble-bg-hover: #FAFBFD;
|
||||||
$eventbubble-avatar-outline: #fff;
|
$eventbubble-avatar-outline: #fff;
|
||||||
$eventbubble-reply-color: #C1C6CD;
|
$eventbubble-reply-color: #C1C6CD;
|
||||||
|
|
||||||
|
// Legacy theme backports
|
||||||
|
$primary-content: $primary-fg-color;
|
||||||
|
$secondary-content: $secondary-fg-color;
|
||||||
|
$tertiary-content: $tertiary-fg-color;
|
||||||
|
$quaternary-content: #C1C6CD;
|
||||||
|
$quinary-content: #e3e8f0;
|
||||||
|
$background: $primary-bg-color;
|
||||||
|
$panel-actions: $roomtile-selected-bg-color;
|
||||||
|
|
||||||
// ***** Mixins! *****
|
// ***** Mixins! *****
|
||||||
|
|
||||||
@define-mixin mx_DialogButton {
|
@define-mixin mx_DialogButton {
|
||||||
|
|
Loading…
Reference in New Issue