20 lines
343 B
SCSS
20 lines
343 B
SCSS
|
.avatarSkeleton {
|
||
|
--width: 32px;
|
||
|
--height: 32px;
|
||
|
--border-radius: 50px;
|
||
|
}
|
||
|
.titleSkeleton {
|
||
|
--width: 98px;
|
||
|
--height: 26px;
|
||
|
--border-radius: 4px;
|
||
|
}
|
||
|
.photoSkeleton {
|
||
|
--width: 100%;
|
||
|
--height: 98px;
|
||
|
--border-radius: 4px;
|
||
|
}
|
||
|
.btnSkeleton {
|
||
|
--width: 36px;
|
||
|
--height: 18px;
|
||
|
--border-radius: 4px;
|
||
|
}
|