Update styles

This commit is contained in:
Ramon Wenger 2020-04-07 16:17:11 +02:00
parent 4047edff0a
commit 4c149eb48e
2 changed files with 5 additions and 4 deletions

View File

@ -160,7 +160,7 @@ $icon-size: 20px;
#{$base}__label-container { #{$base}__label-container {
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-start;
} }
} }
} }

View File

@ -118,6 +118,7 @@
.matrix { .matrix {
margin-bottom: $large-spacing; margin-bottom: $large-spacing;
position: relative;
&__row { &__row {
display: table-row; display: table-row;
@ -126,7 +127,7 @@
&__cell { &__cell {
display: table-cell; display: table-cell;
padding: $small-spacing/2 0; padding: $medium-spacing 0;
text-align: left; text-align: left;
vertical-align: middle; vertical-align: middle;
@include small-text; @include small-text;
@ -134,10 +135,10 @@
thead { thead {
th { th {
text-align: right; text-align: left;
@include small-text; @include small-text;
vertical-align: bottom; vertical-align: bottom;
padding: $small-spacing/2 $small-spacing; padding: $small-spacing/2 $small-spacing/2 $small-spacing/2 0;
} }
} }