Add util class for feather icons that are in the end of a button

This commit is contained in:
Alice Gaudon 2020-04-25 09:40:25 +02:00
parent e75a7536c7
commit ea7840d683
1 changed files with 5 additions and 0 deletions

View File

@ -317,6 +317,11 @@ button, .button {
margin-right: 8px;
}
.feather.last {
margin-right: 0;
margin-left: 8px;
}
&, &.primary {
color: $primaryForeground;
background-color: $secondary;