This commit is contained in:
poiuty 2023-06-16 15:16:25 +03:00
parent e1d7487883
commit bc42dec024
3 changed files with 131 additions and 17 deletions

View file

@ -418,12 +418,31 @@ table.dataTable {
border-radius: 6px;
}
.DonTable > tbody > tr > td, .DonTable > tbody > tr > th, .DonTable > tfoot > tr > td, .DonTable > tfoot > tr > th, .DonTable > thead > tr > td, .DonTable > thead > tr > th {
padding: 0px;
line-height: 1.42857143;
vertical-align: top;
border-top: 0px;
}
td, th {
text-align: center;
}
a {
text-decoration: none;
color: black;
}
.table>:not(:first-child) {
border-top: 0 !important;
}
@media (max-width: 805px) {
.promo-block,
.dataTables_paginate,
.dataTables_info,
.dataTables_length,
.income_chart,
.content_nav,
.header {
display: none;
@ -438,14 +457,18 @@ table.dataTable {
.content_nav_mobile {
display: block;
}
.content_center {
flex-direction: column-reverse;
padding-top: 0;
}
.content_wslog,
.content_table {
.content_wslog {
width: 100%;
}
.content_table {
width: 75%;
}
.content_center {
grid-gap: 8px;
padding-top: 0;
}
.form-control-sm[type=search] {
width: 100% !important;
@ -459,6 +482,22 @@ table.dataTable {
}
}
@media (max-width: 690px) {
.content_center {
flex-direction: column-reverse;
grid-gap: 12px;
}
.content_table {
width: 100%;
}
}
@media (max-width: 568px) {
.income_chart {
display: none;
}
}
@media (any-hover: hover) {
.promo-block:hover,
.footer_social i:hover,