take zero height (#1089)

This commit is contained in:
NovapaX 2018-04-17 16:00:47 +02:00 committed by Paulus Schoutsen
parent 5068178aac
commit 8047313165

View File

@ -101,8 +101,10 @@
.progress {
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-container-color: #FFF;
--paper-progress-container-color: rgba(200,200,200,0.5);
}
.controls {