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