Adjust block list title alignmnet when there is a tooltip
This commit is contained in:
parent
9875a11860
commit
5616fa4f11
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user