Adjust matrix styling

This commit is contained in:
Ramon Wenger 2020-04-08 17:19:13 +02:00
parent a834523c54
commit bf7cf24457
1 changed files with 8 additions and 0 deletions

View File

@ -130,6 +130,10 @@
text-align: left;
vertical-align: middle;
@include small-text;
span {
line-height: 1.5;
}
}
thead {
@ -138,6 +142,10 @@
@include small-text;
vertical-align: bottom;
padding: $small-spacing/2 $small-spacing/2 $small-spacing/2 0;
> span {
margin-right: $small-spacing;
}
}
}