Give answerbox actions proper margins and paddings
This commit is contained in:
parent
fbb6fcdf7b
commit
5077039035
|
@ -35,9 +35,9 @@
|
|||
}
|
||||
|
||||
&__action {
|
||||
padding-left: 0;
|
||||
padding-right: map.get($spacers, 1);
|
||||
color: RGBA(var(--raised-text), 0.75);
|
||||
padding: var(--btn-padding-y);
|
||||
margin-right: map.get($spacers, 1);
|
||||
text-decoration: none;
|
||||
|
||||
& i {
|
||||
|
@ -67,6 +67,10 @@
|
|||
color: var(--danger);
|
||||
}
|
||||
}
|
||||
|
||||
&.dropdown-toggle::after {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&__actions {
|
||||
|
|
Loading…
Reference in New Issue