Files
SkillHub/frontend/src/components/entities/TeamsCard/TeamsCard.module.less
T
2024-03-31 21:02:53 +03:00

12 lines
192 B
Plaintext

.card-img{
border: 2px solid #cdcdcd;
border-radius: 8px;
width: 100%;
height: 100%;
background: #d9d9d9;
}
.card{
width: 800px;
padding: 20px;
height: 230px;
}