Give answerbox actions proper margins and paddings

This commit is contained in:
Andreas Nedbal 2024-02-28 21:50:31 +01:00 committed by Andreas Nedbal
parent fbb6fcdf7b
commit 5077039035
1 changed files with 6 additions and 2 deletions

View File

@ -35,9 +35,9 @@
} }
&__action { &__action {
padding-left: 0;
padding-right: map.get($spacers, 1);
color: RGBA(var(--raised-text), 0.75); color: RGBA(var(--raised-text), 0.75);
padding: var(--btn-padding-y);
margin-right: map.get($spacers, 1);
text-decoration: none; text-decoration: none;
& i { & i {
@ -67,6 +67,10 @@
color: var(--danger); color: var(--danger);
} }
} }
&.dropdown-toggle::after {
margin-left: 0;
}
} }
&__actions { &__actions {