2024-09-30 16:21:47 -07:00
|
|
|
@import "../partials/clean/constants"
|
|
|
|
|
2024-09-30 16:10:26 -07:00
|
|
|
.rainbow-pool-filters
|
2024-10-11 17:39:35 -07:00
|
|
|
margin-block: .5em
|
|
|
|
|
2024-09-30 16:10:26 -07:00
|
|
|
fieldset
|
|
|
|
display: flex
|
|
|
|
flex-direction: row
|
|
|
|
align-items: center
|
|
|
|
justify-content: center
|
|
|
|
gap: .5em
|
|
|
|
|
|
|
|
legend
|
|
|
|
display: contents
|
|
|
|
font-weight: bold
|
2024-09-30 16:21:47 -07:00
|
|
|
|
2024-09-30 17:42:52 -07:00
|
|
|
select
|
|
|
|
width: 16ch
|
|
|
|
|
2024-09-30 16:21:47 -07:00
|
|
|
.rainbow-pool-list
|
|
|
|
list-style-type: none
|
|
|
|
display: flex
|
|
|
|
flex-wrap: wrap
|
|
|
|
justify-content: center
|
|
|
|
gap: .5em
|
|
|
|
|
|
|
|
--preview-base-width: 150px
|
|
|
|
|
|
|
|
> li
|
|
|
|
width: var(--preview-base-width)
|
|
|
|
max-width: calc(50% - .25em)
|
|
|
|
min-width: 150px
|
|
|
|
box-sizing: border-box
|
|
|
|
text-align: center
|
|
|
|
|
|
|
|
a
|
|
|
|
display: block
|
|
|
|
border-radius: 1em
|
|
|
|
padding: .5em
|
|
|
|
text-decoration: none
|
|
|
|
background: white
|
|
|
|
&:hover
|
|
|
|
outline: 1px solid $module-border-color
|
|
|
|
background: $module-bg-color
|
|
|
|
|
|
|
|
.preview
|
|
|
|
width: 100%
|
|
|
|
height: auto
|
|
|
|
aspect-ratio: 1 / 1
|
|
|
|
margin-bottom: -1em
|
|
|
|
|
|
|
|
.name
|
|
|
|
background: inherit
|
|
|
|
padding: .25em .5em
|
|
|
|
border-radius: .5em
|
|
|
|
margin: 0 auto
|
|
|
|
position: relative
|
|
|
|
z-index: 1
|
2024-09-30 17:35:18 -07:00
|
|
|
|
2024-10-04 19:24:40 -07:00
|
|
|
.info
|
|
|
|
font-size: .85em
|
2024-10-11 16:24:47 -07:00
|
|
|
p
|
|
|
|
margin-block: .25em
|
2024-10-04 19:24:40 -07:00
|
|
|
|
2024-09-30 17:35:18 -07:00
|
|
|
.rainbow-pool-pagination
|
|
|
|
margin-block: .5em
|
|
|
|
display: flex
|
|
|
|
justify-content: center
|
|
|
|
gap: 1em
|
2024-10-11 15:13:22 -07:00
|
|
|
|
|
|
|
.rainbow-pool-no-results
|
|
|
|
margin-block: 1em
|
|
|
|
text-align: center
|
|
|
|
font-style: italic
|