We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How is it possible to achieve having the same element shadows as the Lovelace Soft UI, which uses this style snippet:
style: | ha-card { background-color: var(--primary-background-color); border-radius: 15px; margin: 10px; box-shadow: {% if is_state('sun.sun', 'above_horizon') %} -8px -8px 8px 0 rgba(255,255,255,.5),8px 8px 8px 0 rgba(0,0,0,.03); {% else %} -8px -8px 8px 0 rgba(50, 50, 50,.5),8px 8px 8px 0 rgba(0,0,0,.15); {% endif %} }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How is it possible to achieve having the same element shadows as the Lovelace Soft UI, which uses this style snippet:
The text was updated successfully, but these errors were encountered: