Eliminate ghostfolio-style.scss (#3228)

pull/3232/head
Thomas Kaul 2 months ago committed by GitHub
parent d7b579e3e8
commit efdc9b387f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +1,3 @@
@import 'apps/client/src/styles/ghostfolio-style';
:host {
display: block;
min-height: 100svh;

@ -1,5 +1,3 @@
@import 'apps/client/src/styles/ghostfolio-style';
:host {
display: block;

@ -1,5 +1,3 @@
@import 'apps/client/src/styles/ghostfolio-style';
:host {
display: block;

@ -1,5 +1,3 @@
@import 'apps/client/src/styles/ghostfolio-style';
:host {
display: block;
}

@ -1,5 +1,3 @@
@import 'apps/client/src/styles/ghostfolio-style';
:host {
display: block;
font-size: 0.9rem;

@ -1,5 +1,3 @@
@import 'apps/client/src/styles/ghostfolio-style';
:host {
display: block;
}

@ -1,5 +1,3 @@
@import 'apps/client/src/styles/ghostfolio-style';
:host {
display: block;

@ -1,5 +1,3 @@
@import 'apps/client/src/styles/ghostfolio-style';
:host {
display: block;
}

@ -1,5 +1,3 @@
@import 'apps/client/src/styles/ghostfolio-style';
:host {
display: block;
}

@ -1,5 +1,3 @@
@import 'apps/client/src/styles/ghostfolio-style';
:host {
display: block;
}

@ -1,5 +1,3 @@
@import 'apps/client/src/styles/ghostfolio-style';
:host {
display: block;

@ -1,5 +1,3 @@
@import 'apps/client/src/styles/ghostfolio-style';
:host {
display: block;
z-index: 999;

@ -1,5 +1,3 @@
@import 'apps/client/src/styles/ghostfolio-style';
:host {
display: block;
}

@ -1,5 +1,3 @@
@import 'apps/client/src/styles/ghostfolio-style';
:host {
display: block;

@ -1,5 +1,3 @@
@import 'apps/client/src/styles/ghostfolio-style';
:host {
display: block;
height: 100%;

@ -1,5 +1,3 @@
@import 'apps/client/src/styles/ghostfolio-style';
:host {
display: block;
}

@ -1,11 +1,9 @@
@import 'apps/client/src/styles/ghostfolio-style';
:host {
display: block;
gf-position {
&:nth-child(even) {
background-color: rgba(0, 0, 0, $alpha-hover);
background-color: rgba(0, 0, 0, var(--gf-theme-alpha-hover));
}
}
}
@ -13,7 +11,7 @@
:host-context(.is-dark-theme) {
gf-position {
&:nth-child(even) {
background-color: rgba(255, 255, 255, $alpha-hover);
background-color: rgba(255, 255, 255, var(--gf-theme-alpha-hover));
}
}
}

@ -1,5 +1,3 @@
@import 'apps/client/src/styles/ghostfolio-style';
:host {
color: rgb(var(--dark-primary-text));
}

@ -1,5 +1,3 @@
@import 'apps/client/src/styles/ghostfolio-style';
:host {
color: rgb(var(--dark-primary-text));
}

@ -1,5 +1,3 @@
@import 'apps/client/src/styles/ghostfolio-style';
:host {
color: rgb(var(--dark-primary-text));
}

@ -1,5 +1,3 @@
@import 'apps/client/src/styles/ghostfolio-style';
:host {
display: block;

@ -1,5 +1,3 @@
@import 'apps/client/src/styles/ghostfolio-style';
:host {
color: rgb(var(--dark-primary-text));
}

@ -1,5 +1,3 @@
@import 'apps/client/src/styles/ghostfolio-style';
:host {
color: rgb(var(--dark-primary-text));
}

@ -1,5 +1,3 @@
@import 'apps/client/src/styles/ghostfolio-style';
:host {
color: rgb(var(--dark-primary-text));
}

@ -1,4 +0,0 @@
$mat-css-dark-theme-selector: '.is-dark-theme';
$alpha-disabled-text: 0.38;
$alpha-hover: 0.04;

@ -3,6 +3,8 @@
$dark-primary-text: rgba(black, 0.87);
$light-primary-text: white;
$mat-css-dark-theme-selector: '.is-dark-theme';
$gf-primary: (
50: var(--gf-theme-primary-50),
100: var(--gf-theme-primary-100),
@ -106,6 +108,7 @@ $gf-theme-dark: mat.define-dark-theme(
}
:root {
--gf-theme-alpha-hover: 0.04;
--gf-theme-primary-500: #36cfcc;
--gf-theme-primary-500-rgb: 0, 187, 255;
--gf-theme-secondary-500: #3686cf;

@ -1,5 +1,3 @@
@import 'apps/client/src/styles/ghostfolio-style';
:host {
display: block;
}

@ -1,5 +1,3 @@
@import 'apps/client/src/styles/ghostfolio-style';
:host {
display: block;

@ -1,5 +1,3 @@
@import 'apps/client/src/styles/ghostfolio-style';
:host {
display: block;

@ -1,5 +1,3 @@
@import 'apps/client/src/styles/ghostfolio-style';
:host {
display: block;

Loading…
Cancel
Save