chore: code format (#12608)

This commit is contained in:
btea 2023-04-25 21:06:00 +08:00 committed by GitHub
parent b1d84411d5
commit 3942e10340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 8 deletions

View File

@ -20,12 +20,12 @@
}
}
@include e(wrapper) {
@extend %size !optional;
position: absolute;
top: 0;
left: 0;
}
@include e(wrapper) {
@extend %size !optional;
position: absolute;
top: 0;
left: 0;
}
@include e(placeholder) {
@extend %size !optional;

View File

@ -122,7 +122,16 @@
}
@include m(striped) {
background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent);
background-image: linear-gradient(
45deg,
rgba(0, 0, 0, 0.1) 25%,
transparent 25%,
transparent 50%,
rgba(0, 0, 0, 0.1) 50%,
rgba(0, 0, 0, 0.1) 75%,
transparent 75%,
transparent
);
background-size: 1.25em 1.25em;
&.#{$namespace}-progress-bar__inner--striped-flow {
animation: striped-flow 3s linear infinite;

View File

@ -39,7 +39,7 @@
}
}
&>.#{bem('icon')} {
& > .#{bem('icon')} {
vertical-align: -2px;
}
}