2021-05-09 03:12:41 +02:00
|
|
|
@import colors
|
|
|
|
|
|
|
|
.pool-navigator-container
|
2021-05-09 09:49:23 +02:00
|
|
|
padding: 0
|
2021-05-09 08:15:19 +02:00
|
|
|
margin: 0 auto
|
|
|
|
|
|
|
|
.pool-info-wrapper
|
|
|
|
box-sizing: border-box
|
|
|
|
width: 100%
|
|
|
|
margin: 0 0 1em 0
|
|
|
|
display: flex
|
|
|
|
padding: 0.5em 1em
|
|
|
|
border: 1px solid $pool-navigator-border-color
|
|
|
|
background: $pool-navigator-background-color
|
|
|
|
&.active
|
|
|
|
font-weight: bold
|
2021-05-09 09:49:23 +02:00
|
|
|
font-size: 1.10em;
|
|
|
|
padding: 0.58em 1em
|
2021-05-09 08:15:19 +02:00
|
|
|
|
|
|
|
.pool-name
|
|
|
|
flex: 1 1;
|
|
|
|
text-align: center;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
-o-text-overflow: ellipsis;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
2021-05-09 09:49:23 +02:00
|
|
|
.first, .last
|
|
|
|
flex-basis: 1em;
|
|
|
|
|
|
|
|
.first, .prev, .next, .last
|
2021-05-09 08:15:19 +02:00
|
|
|
flex: 0 1;
|
|
|
|
margin: 0 .25em;
|
|
|
|
white-space: nowrap;
|
|
|
|
|
2021-05-09 03:12:41 +02:00
|
|
|
|
|
|
|
.darktheme .pool-navigator-container
|
|
|
|
background: $pool-navigator-header-background-color-darktheme
|