Add util class for feather icons that are in the end of a button
This commit is contained in:
parent
e75a7536c7
commit
ea7840d683
@ -317,6 +317,11 @@ button, .button {
|
|||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.feather.last {
|
||||||
|
margin-right: 0;
|
||||||
|
margin-left: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
&, &.primary {
|
&, &.primary {
|
||||||
color: $primaryForeground;
|
color: $primaryForeground;
|
||||||
background-color: $secondary;
|
background-color: $secondary;
|
||||||
|
Loading…
Reference in New Issue
Block a user