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 {
display: flex;
justify-content: flex-end;
justify-content: flex-start;
}
}
}

View File

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