mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
23 lines
385 B
Plaintext
Executable File
23 lines
385 B
Plaintext
Executable File
.invalidSkeleton{
|
|
:global{
|
|
.ant-card{
|
|
border-radius: 7px;
|
|
}
|
|
.ant-card-body{
|
|
display: flex;
|
|
padding: 0;
|
|
}
|
|
.ant-skeleton{
|
|
padding: 24px;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.floatCardWrapper{
|
|
display: flex;
|
|
justify-content: center;
|
|
align-content: center;
|
|
align-items: center;
|
|
height: 100%;
|
|
} |