Align form section actions right
This commit is contained in:
@@ -296,9 +296,10 @@
|
|||||||
|
|
||||||
.sg-form-sections-card__actions {
|
.sg-form-sections-card__actions {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-start;
|
justify-content: flex-end;
|
||||||
gap: var(--spacing-small);
|
gap: var(--spacing-small);
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
padding-right: var(--layout-form-sections-interaction-indent);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sg-form-sections-card__action {
|
.sg-form-sections-card__action {
|
||||||
@@ -340,8 +341,11 @@
|
|||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sg-form-sections-card__option-group,
|
.sg-form-sections-card__option-group {
|
||||||
.sg-form-sections-card__actions {
|
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sg-form-sections-card__actions {
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user