Skip to content

Commit

Permalink
style: adjust vertical height in licence inventory and instructor ass…
Browse files Browse the repository at this point in the history
…ignment section
  • Loading branch information
sergivalero20 committed Oct 18, 2024
1 parent f09c54f commit 62cf8a2
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion src/features/Dashboard/DashboardPage/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,17 @@
background-color: $color-white;
}

.license-section,
.license-section {
box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
border-radius: $border-radius-1;
min-height: 426px;
max-height: 10px;
}

.instructor-assign-section {
box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
border-radius: $border-radius-1;
min-height: 426px;
}

.schedule-section {
Expand All @@ -23,3 +30,27 @@
.image-dashboard img {
width: 100%;
}

@media (max-width: 768px) {
table,
th,
td {
font-size: 12px;
}

th {
text-align: center;
}

table {
display: block;
overflow-x: auto;
}

.license-section {
margin-bottom: 1rem;
}
.instructor-assign-section {
min-height: 200px;
}
}

0 comments on commit 62cf8a2

Please sign in to comment.