quick modification to make shift index look a little better
This commit is contained in:
parent
1d017a3cd1
commit
7f6072a162
3 changed files with 99 additions and 32 deletions
|
@ -64,3 +64,7 @@
|
|||
.right-addon select {
|
||||
padding-right: 2rem;
|
||||
}
|
||||
|
||||
.shift-description p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
|
|
@ -58,7 +58,6 @@ import "../node_modules/bootstrap-icons/icons/card-list.svg";
|
|||
import "../node_modules/bootstrap-icons/icons/file-earmark-spreadsheet.svg";
|
||||
import "../node_modules/bootstrap-icons/icons/box-arrow-in-left.svg";
|
||||
import "../node_modules/bootstrap-icons/icons/link.svg";
|
||||
import "../node_modules/bootstrap-icons/icons/link-45deg.svg";
|
||||
|
||||
// webpack automatically bundles all modules in your
|
||||
// entry points. Those entry points can be configured
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue