mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-20 15:56:35 +00:00
take zero height (#1089)
This commit is contained in:
parent
5068178aac
commit
8047313165
@ -101,8 +101,10 @@
|
|||||||
|
|
||||||
.progress {
|
.progress {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: var(--paper-progress-height, 4px);
|
||||||
|
margin-top: calc(-1*var(--paper-progress-height, 4px));
|
||||||
--paper-progress-active-color: var(--accent-color);
|
--paper-progress-active-color: var(--accent-color);
|
||||||
--paper-progress-container-color: #FFF;
|
--paper-progress-container-color: rgba(200,200,200,0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.controls {
|
.controls {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user