19 lines
434 B
SCSS
19 lines
434 B
SCSS
.avatarSkeleton {
|
|
--width: 32px!important;
|
|
--height: 32px!important;
|
|
--border-radius: 50px!important;
|
|
}
|
|
.titleSkeleton {
|
|
--width: 98px!important;
|
|
--height: 26px!important;
|
|
--border-radius: 4px!important;
|
|
}
|
|
.photoSkeleton {
|
|
--height: 24vw!important;
|
|
--border-radius: 4px!important;
|
|
}
|
|
.btnSkeleton {
|
|
--width: 36px!important;
|
|
--height: 18px!important;
|
|
--border-radius: 4px!important;
|
|
} |