Adds CCS var usage to person dialog (#4449)
This commit is contained in:
committed by
Bram Kragten
parent
5a172a64c5
commit
2848e3a63b
@@ -227,6 +227,7 @@ class DialogPersonDetail extends LitElement {
|
|||||||
mwc-dialog {
|
mwc-dialog {
|
||||||
min-width: 400px;
|
min-width: 400px;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
|
--mdc-dialog-title-ink-color: var(--primary-text-color);
|
||||||
}
|
}
|
||||||
.form {
|
.form {
|
||||||
padding-bottom: 24px;
|
padding-bottom: 24px;
|
||||||
@@ -243,6 +244,9 @@ class DialogPersonDetail extends LitElement {
|
|||||||
a {
|
a {
|
||||||
color: var(--primary-color);
|
color: var(--primary-color);
|
||||||
}
|
}
|
||||||
|
p {
|
||||||
|
color: var(--primary-text-color);
|
||||||
|
}
|
||||||
`,
|
`,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user