mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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]) {
|
||||
box-shadow: none;
|
||||
border-width: 1px;
|
||||
border-width: var(--ha-card-border-width, 1px);
|
||||
border-style: solid;
|
||||
border-color: var(
|
||||
--ha-card-border-color,
|
||||
|
Loading…
x
Reference in New Issue
Block a user