Add styling for dashboard tile

This commit is contained in:
2024-05-11 13:08:32 -04:00
parent ec43ab472d
commit b1cc0f156c
3 changed files with 26 additions and 0 deletions

23
style/dashboard_tile.scss Normal file
View File

@ -0,0 +1,23 @@
.dashboard-tile {
img {
width: $dashboard-tile-size;
height: $dashboard-tile-size;
border-radius: 7px;
margin-right: 20px;
}
p.dashboard-tile-title {
font-size: 16px;
font-weight: bold;
margin: 0;
padding: 0;
}
p.dashboard-tile-description {
font-size: 12px;
margin: 0;
padding: 0;
}
margin-right: 10px;
}