trivial: remove extraneous spaces (#77764)
gitea/gadjo/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-06-02 13:42:21 +02:00
parent 107730d105
commit 1fe855154d
1 changed files with 6 additions and 6 deletions

View File

@ -59,22 +59,22 @@ div#portal-agent-content, aside#sidebar {
}
}
&.pk-big-button,
&[class*="pk-big-button-"] {
a {
&[class*="pk-big-button-"] {
a {
padding: 2rem 4rem;
}
}
}
&.pk-button-cancel, &.pk-big-button-cancel {
&.pk-button-cancel, &.pk-big-button-cancel {
a {
@extend %cancel-button;
}
}
&.pk-button-delete, &.pk-big-button-delete {
&.pk-button-delete, &.pk-big-button-delete {
a {
@extend %delete-button;
}
}
&.pk-button-submit, &.pk-big-button-submit {
&.pk-button-submit, &.pk-big-button-submit {
a {
@extend %submit-button;
}