2016-05-03 05:59:40 +00:00
|
|
|
.dashboard-container {
|
2017-06-01 16:24:50 +00:00
|
|
|
padding-top:70px; padding-bottom: 70px;
|
2017-06-09 18:55:45 +00:00
|
|
|
width: 90%;
|
|
|
|
margin: 0 auto;
|
|
|
|
max-width: 768px;
|
2016-05-03 05:59:40 +00:00
|
|
|
}
|
|
|
|
|
2017-06-01 16:24:50 +00:00
|
|
|
.content-dashboard{
|
2017-06-09 18:55:45 +00:00
|
|
|
min-height: 100vh;
|
2017-06-01 16:24:50 +00:00
|
|
|
width: 80%;
|
|
|
|
margin: 0 auto;
|
|
|
|
max-width: 1120px;
|
|
|
|
}
|
|
|
|
.container-table{
|
|
|
|
margin-top: 35px;
|
|
|
|
overflow-y: hidden;
|
|
|
|
}
|
|
|
|
.container-table table{
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
2016-05-03 05:59:40 +00:00
|
|
|
.borderless td {
|
|
|
|
border: none !important;
|
|
|
|
}
|
|
|
|
.borderless thead {
|
|
|
|
}
|
|
|
|
|
|
|
|
.borderless tbody:before {
|
|
|
|
content: "-";
|
|
|
|
display: block;
|
|
|
|
color: transparent;
|
|
|
|
}
|
2016-05-04 05:16:41 +00:00
|
|
|
|
|
|
|
.inline-headers h3, .inline-headers h4 {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
2016-06-10 04:50:49 +00:00
|
|
|
|
|
|
|
.space-above {
|
|
|
|
margin-top: 4%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.space-above-big {
|
|
|
|
margin-top: 20%;
|
|
|
|
}
|
2017-06-01 16:24:50 +00:00
|
|
|
|
|
|
|
.table>tbody>tr>td{
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
.fa-separate{
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
@media (max-width: 540px) {
|
|
|
|
select {
|
|
|
|
width: 280px;
|
|
|
|
}
|
2017-06-04 02:19:13 +00:00
|
|
|
.content-dashboard {
|
|
|
|
width: 90%;
|
|
|
|
}
|
2017-06-01 16:24:50 +00:00
|
|
|
}
|
|
|
|
|