Update styles
This commit is contained in:
parent
4047edff0a
commit
4c149eb48e
|
|
@ -160,7 +160,7 @@ $icon-size: 20px;
|
|||
|
||||
#{$base}__label-container {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue