|
|
@ -12,10 +12,10 @@ footer p { |
|
|
.navbar { margin-bottom: 0; } |
|
|
.navbar { margin-bottom: 0; } |
|
|
.pt4 { padding-top: 1.5rem!important; } |
|
|
.pt4 { padding-top: 1.5rem!important; } |
|
|
|
|
|
|
|
|
/* Reserv space for icons and align */ |
|
|
/* Reserve space for icons and align */ |
|
|
a > i.fa { |
|
|
a > i.fa { |
|
|
display: inline-block; |
|
|
display: inline-block; |
|
|
width: 26px; |
|
|
width: 16px; |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@ -64,10 +64,9 @@ a > i.fa { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* Set height of the grid so .sidenav can be 100% (adjust as needed) */ |
|
|
/* Set height of the grid so footer stay on footer */ |
|
|
.row.content { |
|
|
.row.content { |
|
|
height: 100%; |
|
|
min-height: 70vh; |
|
|
overflow: auto; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* Set gray background color */ |
|
|
/* Set gray background color */ |
|
|
@ -111,6 +110,7 @@ a > i.fa { |
|
|
.modal-dialog { |
|
|
.modal-dialog { |
|
|
width: 1000px |
|
|
width: 1000px |
|
|
} |
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/* For tables with long text in cells */ |
|
|
/* For tables with long text in cells */ |
|
|
|
|
|
|
|
|
|