2020-11-26 14:57:22 +01:00

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%;
}