mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Add --ha-card-border-width (#7021)
This commit is contained in:
parent
dfb2a7153b
commit
458ab9b1e0
@ -36,7 +36,7 @@ export class HaCard extends LitElement {
|
|||||||
|
|
||||||
:host([outlined]) {
|
:host([outlined]) {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-width: 1px;
|
border-width: var(--ha-card-border-width, 1px);
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: var(
|
border-color: var(
|
||||||
--ha-card-border-color,
|
--ha-card-border-color,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user