Adjust block list title alignmnet when there is a tooltip

This commit is contained in:
luis cielak 2018-08-22 10:59:32 -04:00
parent 9875a11860
commit 5616fa4f11

View File

@ -15,11 +15,16 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
.icon-tooltip {
padding: 0.25rem 0.5rem;
}
} }
@mixin block-list__title { @mixin block-list__title {
@include h4; @include h4;
margin: 0; margin: 0;
line-height: 3rem;
} }
@mixin block-list__footer { @mixin block-list__footer {