nyx-dashboard/styles/HomeCard.module.css
qt coder 5eafb64efd Replaced old card with new one
Remade card to have a better feel
2021-06-24 16:48:39 +08:00

10 lines
No EOL
125 B
CSS

.home-card {
width: 300px;
height: 150px;
background: #1f1b24;
border: 1px solid blue;
}
.title {}
.desc {}