Update styles
This commit is contained in:
parent
4047edff0a
commit
4c149eb48e
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue