2020-02-20 14:38:25 -08:00
|
|
|
|
|
|
|
.pager {
|
2020-02-20 18:19:34 -08:00
|
|
|
|
|
|
|
position: sticky;
|
|
|
|
bottom: 0;
|
2020-03-08 14:01:00 -07:00
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
2020-02-20 14:38:25 -08:00
|
|
|
align-items: center;
|
2020-02-20 18:19:34 -08:00
|
|
|
padding: 1em 0;
|
|
|
|
margin-top: -1em;
|
2020-02-20 14:38:25 -08:00
|
|
|
|
|
|
|
&.top {
|
|
|
|
margin: 0 0 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
> div {
|
|
|
|
display: flex;
|
2020-03-08 14:01:00 -07:00
|
|
|
flex-basis: 23%;
|
2020-02-20 14:38:25 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
font-size: 0.9em;
|
|
|
|
box-shadow: 0px 1px 5px rgba(#000, 0.5);
|
|
|
|
color: white;
|
|
|
|
white-space: nowrap;
|
2020-03-08 14:01:00 -07:00
|
|
|
width: 100%;
|
|
|
|
// min-width: 75%;
|
2020-02-20 14:38:25 -08:00
|
|
|
display: flex;
|
2020-12-01 11:42:43 -08:00
|
|
|
height: 36px;
|
|
|
|
max-width: calc(50vw - 10px);
|
|
|
|
|
|
|
|
.caption {
|
2021-03-22 18:26:30 -07:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2020-12-01 11:42:43 -08:00
|
|
|
}
|
2020-02-20 14:38:25 -08:00
|
|
|
}
|
|
|
|
|
2021-03-22 18:26:30 -07:00
|
|
|
.btn.left {
|
2020-02-20 14:38:25 -08:00
|
|
|
justify-content: flex-start;
|
|
|
|
}
|
|
|
|
|
2021-03-22 18:26:30 -07:00
|
|
|
.btn.right {
|
2020-02-20 14:38:25 -08:00
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
2020-03-08 14:01:00 -07:00
|
|
|
|
|
|
|
span.svg-icon {
|
|
|
|
margin-top: 1px;
|
2020-12-01 11:42:43 -08:00
|
|
|
flex: 0 0 20px;
|
2020-03-08 14:01:00 -07:00
|
|
|
}
|
2020-02-20 14:38:25 -08:00
|
|
|
}
|