23 lines
566 B
SCSS
23 lines
566 B
SCSS
.avatarSkeleton {
|
|
--width: 32px!important;
|
|
--height: 32px!important;
|
|
--border-radius: 50px!important;
|
|
background-color: #ffffff1a;
|
|
}
|
|
.titleSkeleton {
|
|
--width: 98px!important;
|
|
--height: 26px!important;
|
|
--border-radius: 4px!important;
|
|
background-color: #ffffff1a;
|
|
}
|
|
.photoSkeleton {
|
|
--height: 24vw!important;
|
|
--border-radius: 4px!important;
|
|
background-color: #ffffff1a;
|
|
}
|
|
.btnSkeleton {
|
|
--width: 36px!important;
|
|
--height: 18px!important;
|
|
--border-radius: 4px!important;
|
|
background-color: #ffffff1a;
|
|
} |