mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-10 07:11:48 +00:00
25 lines
No EOL
536 B
Text
25 lines
No EOL
536 B
Text
.combos {
|
|
position: relative;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
row-gap: 1rem;
|
|
justify-content: end;
|
|
overflow: visible;
|
|
|
|
.combo {
|
|
position: relative;
|
|
display: flex;
|
|
overflow: visible;
|
|
|
|
.separator {
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 3.5rem;
|
|
font-size: 1rem;
|
|
color: var(--primary-foreground-color);
|
|
opacity: 0.6;
|
|
}
|
|
}
|
|
} |