52 lines
1002 B
CSS
52 lines
1002 B
CSS
.stats__table .popover__body {
|
|
left: -10px;
|
|
min-width: 270px;
|
|
transform: none;
|
|
}
|
|
|
|
.stats__table .popover__body:after {
|
|
left: 23px;
|
|
}
|
|
|
|
.stats__table .rt-tr-group:first-child .popover__body,
|
|
.stats__table .rt-tr-group:nth-child(2) .popover__body {
|
|
top: calc(100% + 5px);
|
|
bottom: initial;
|
|
z-index: 1;
|
|
}
|
|
|
|
.stats__table .rt-tr-group:first-child .popover__body:after,
|
|
.stats__table .rt-tr-group:nth-child(2) .popover__body:after {
|
|
top: -11px;
|
|
border-top: 6px solid transparent;
|
|
border-bottom: 6px solid #585965;
|
|
}
|
|
|
|
@media (max-width: 1279.98px) {
|
|
.table__action {
|
|
position: absolute;
|
|
right: 0;
|
|
}
|
|
}
|
|
|
|
.page-title--dashboard {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.dashboard-title__button {
|
|
margin: 0 0.5rem;
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.page-title--dashboard {
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.dashboard-title__button {
|
|
margin: 0.5rem 0;
|
|
display: block;
|
|
}
|
|
}
|