[mockups] added sketches page

This commit is contained in:
Anand Chitipothu
2021-04-28 15:17:13 +05:30
parent 68406762c9
commit 0ab4fbb03d
4 changed files with 99 additions and 0 deletions

View File

@@ -198,3 +198,24 @@ img.profile-photo {
max-width: 100%
}
.sketches-gallery svg {
width: 200px;
height: 200px;
}
.sketch-card {
background: white;
border-radius: 10px;
border: 1px solid #ddd;
margin: 10px;
}
.sketch-card .sketch-image {
padding: 10px;
}
.sketch-footer {
padding: 10px;
background: #eee;
}