2020-04-04 13:09:17 +03:00
|
|
|
@import '../utils/base';
|
|
|
|
|
|
|
|
.visits-table {
|
|
|
|
margin: 1.5rem 0 0;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.visits-table__sticky {
|
|
|
|
position: sticky;
|
|
|
|
}
|
|
|
|
|
|
|
|
.visits-table__header-cell {
|
|
|
|
cursor: pointer;
|
|
|
|
top: $headerHeight - 2px;
|
|
|
|
margin-bottom: 55px;
|
|
|
|
background-color: white;
|
|
|
|
z-index: 1;
|
|
|
|
border: 1px solid #dee2e6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.visits-table__header-cell--no-action {
|
|
|
|
cursor: auto;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2020-04-04 00:00:57 +03:00
|
|
|
.visits-table__header-icon {
|
|
|
|
float: right;
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|
2020-04-04 13:09:17 +03:00
|
|
|
|
|
|
|
.visits-table__footer-cell.visits-table__footer-cell {
|
|
|
|
bottom: 0;
|
|
|
|
margin-top: 34px;
|
|
|
|
background-color: white;
|
|
|
|
padding: .5rem;
|
|
|
|
}
|