➡️ Drawer beautification
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user