2024-02-22 07:29:52 +00:00
|
|
|
.InlineLoader {
|
2024-09-16 00:42:55 +00:00
|
|
|
@include font-size(1.4rem);
|
2024-02-22 07:29:52 +00:00
|
|
|
|
2024-09-16 00:42:55 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
gap: 1rem;
|
|
|
|
width: 100%;
|
|
|
|
flex-direction: row;
|
|
|
|
opacity: 0.5;
|
2024-02-22 07:29:52 +00:00
|
|
|
|
2024-09-16 00:42:55 +00:00
|
|
|
.icon {
|
|
|
|
position: relative;
|
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
|
|
|
}
|
2024-02-22 07:29:52 +00:00
|
|
|
|
|
|
|
}
|