➡️ Drawer beautification

This commit is contained in:
2021-07-01 10:07:01 -07:00
parent aa688f85e1
commit c932094f98
8 changed files with 108 additions and 153 deletions

View File

@@ -136,7 +136,7 @@ $border-color: red;
table {
width: 100%;
tbody tr:nth-child(odd) {
background: #eee;
background: #f6f6f6;
border-radius: 5px;
}
}
@@ -155,3 +155,19 @@ $border-color: red;
}
}
}
// progress
.progress-indicator-container {
height: 100%;
padding: 0;
margin: 0;
display: flex;
align-items: center;
justify-content: center;
.indicator {
padding: 5px;
width: 120px;
height: 120px;
}
}