geovisualisierung/projects/project-3/frontend/src/app/dashboard/dashboard.component.scss

22 lines
255 B
SCSS
Raw Normal View History

.grid-container {
margin: 20px;
}
.dashboard-card {
position: absolute;
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
}
.more-button {
position: absolute;
top: 5px;
right: 10px;
}
.dashboard-card-content {
text-align: center;
}