Repair summary bar styles in Taskboard

stable
Daniel García 2018-08-13 15:06:48 +02:00 committed by Alex Hermida
parent f9e69bde10
commit d1bd29520d
1 changed files with 5 additions and 4 deletions

View File

@ -121,6 +121,7 @@ $summary-background: $grayer;
}
.large-summary {
align-content: flex-start;
align-items: stretch;
justify-content: space-between;
padding: .75rem 1rem;
@ -128,14 +129,14 @@ $summary-background: $grayer;
padding-top: .35rem;
}
.large-summary-wrapper {
align-content: center;
align-content: flex-start;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.summary-progress-wrapper {
align-items: center;
align-items: flex-start;
display: flex;
padding-top: .35rem;
}
.summary-progress-bar {
flex-basis: 200px;
@ -162,7 +163,7 @@ $summary-background: $grayer;
.icon {
@include svg-size(1.3rem);
fill: currentColor;
margin-right: .4rem;
margin: .1rem .4rem 0 0;
vertical-align: middle;
&.icon-stats {
color: $primary;