Use text align instead of float to position remove button
This commit is contained in:
parent
bf1932dccf
commit
16c764627e
@ -107,6 +107,7 @@
|
|||||||
&__action-group {
|
&__action-group {
|
||||||
padding: 1rem 3.2rem;
|
padding: 1rem 3.2rem;
|
||||||
background-color: $color-gray-lightest;
|
background-color: $color-gray-lightest;
|
||||||
|
text-align: right;
|
||||||
|
|
||||||
button,
|
button,
|
||||||
a {
|
a {
|
||||||
@ -118,10 +119,6 @@
|
|||||||
padding-top: 0.5rem;
|
padding-top: 0.5rem;
|
||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
> *:last-child {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&__toggler {
|
&__toggler {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user