1
0
Fork 0

Fix button loading position

This commit is contained in:
Chocobozzz 2022-06-30 08:54:06 +02:00
parent 031bbcd25d
commit f87efecff9
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 8 additions and 0 deletions

View File

@ -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);
}