Fix button loading position
This commit is contained in:
parent
031bbcd25d
commit
f87efecff9
|
@ -29,6 +29,14 @@ span[class$=-button] {
|
|||
.action-button {
|
||||
width: 100%; // useful for ellipsis, allow to define a max-width on host component
|
||||
|
||||
my-loader {
|
||||
@include margin-right(3px);
|
||||
|
||||
display: inline-flex;
|
||||
vertical-align: middle;
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
&.has-icon {
|
||||
@include button-with-icon(21px);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue