Adjust matrix styling
This commit is contained in:
parent
a834523c54
commit
bf7cf24457
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue