571 lines
20 KiB
CSS
571 lines
20 KiB
CSS
/* Generated by cssConcatenator.js */
|
|
/** Source: ./dist/main.tmp.css */
|
|
.PokemonApp__wrapper__3ZEoC {
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
align-items: stretch;
|
|
height: 100vh; }
|
|
.PokemonApp__wrapper__3ZEoC.PokemonApp__overlaid__3B_Ol {
|
|
background-color: rgba(0, 0, 0, 0.7); }
|
|
.PokemonApp__wrapper__3ZEoC.PokemonApp__overlaid__3B_Ol .PokemonApp__highlight__1zywH {
|
|
z-index: 1; }
|
|
.PokemonApp__wrapper__3ZEoC .PokemonApp__body__23cv_ {
|
|
background-color: #fff;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: stretch;
|
|
position: relative; }
|
|
|
|
.PokemonApp__header__2s_s2 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 0.5rem 1rem;
|
|
margin: 0.1em; }
|
|
.PokemonApp__header__2s_s2 a {
|
|
display: inline-block; }
|
|
|
|
.PokemonApp__footer__3q19Q {
|
|
height: 60px; }
|
|
|
|
.PokemonApp__leftNavigation__1rBU9 {
|
|
padding: 1em;
|
|
position: relative;
|
|
display: flex;
|
|
flex-flow: column nowrap; }
|
|
|
|
.PokemonApp__header__2s_s2 button,
|
|
.PokemonApp__leftNavigation__1rBU9 button {
|
|
padding: 0;
|
|
margin-bottom: 1em;
|
|
outline: none;
|
|
border: none;
|
|
background-color: transparent; }
|
|
|
|
.PokemonApp__overlay__2vc-r {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background-color: #000;
|
|
opacity: 0.7; }
|
|
|
|
.PokemonApp__displayWrapper__2PiN5 {
|
|
margin: 0 auto;
|
|
display: flex;
|
|
flex-flow: column wrap;
|
|
align-content: center; }
|
|
.PokemonApp__displayWrapper__2PiN5 > * {
|
|
width: 425px; }
|
|
|
|
.PokemonApp__container__MsUHy {
|
|
display: flex;
|
|
justify-content: space-evenly; }
|
|
.PokemonApp__container__MsUHy .PokemonApp__leftColumn__3Lv_L,
|
|
.PokemonApp__container__MsUHy .PokemonApp__rightColumn__1xE25 {
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
align-items: center; }
|
|
.PokemonApp__container__MsUHy .PokemonApp__leftColumn__3Lv_L {
|
|
width: 45%;
|
|
text-align: center; }
|
|
.PokemonApp__container__MsUHy .PokemonApp__rightColumn__1xE25 {
|
|
flex-grow: 1;
|
|
align-items: start; }
|
|
|
|
.nes-field.is-inline .IvForm__ivInput__xR5IU {
|
|
width: 4.25em;
|
|
padding-left: 0.45em;
|
|
padding-right: 0.25em; }
|
|
.nes-field.is-inline .IvForm__ivInput__xR5IU.IvForm__levelInput__1n6We {
|
|
width: 6.5em; }
|
|
|
|
.nes-field.is-inline.IvForm__fieldRow__3HcBN {
|
|
justify-content: space-between; }
|
|
.nes-field.is-inline.IvForm__fieldRow__3HcBN label {
|
|
flex-grow: 0;
|
|
margin-left: 1em; }
|
|
.nes-field.is-inline.IvForm__fieldRow__3HcBN label:first-child {
|
|
margin-left: 0; }
|
|
|
|
.LeagueSelector__wrapper__fxmRz {
|
|
font-size: 0.8em;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin: 0 0 0.5rem 0; }
|
|
|
|
.LeagueSelector__leagueRadioLabel__3aPV9 {
|
|
display: flex;
|
|
align-items: center; }
|
|
|
|
.LeagueSelector__leagueRadio__3hY7B {
|
|
display: none; }
|
|
|
|
.LeagueStatsList__selectList__1FBIL {
|
|
flex-grow: 1;
|
|
/* for Firefox */
|
|
display: flex;
|
|
overflow: hidden; }
|
|
.LeagueStatsList__selectList__1FBIL > * {
|
|
flex: 1;
|
|
overflow: auto; }
|
|
|
|
.LeagueStatsList__listItem__oCOvr {
|
|
position: relative;
|
|
display: flex;
|
|
justify-content: space-evenly; }
|
|
.LeagueStatsList__listItem__oCOvr.list-item.active::before, .LeagueStatsList__listItem__oCOvr.list-item:hover::before {
|
|
top: 8px;
|
|
left: 10px; }
|
|
|
|
.StatDisplay__baseStatRow__1B60A {
|
|
display: flex;
|
|
align-items: center; }
|
|
.StatDisplay__baseStatRow__1B60A > * {
|
|
flex-shrink: 0; }
|
|
.StatDisplay__baseStatRow__1B60A > progress {
|
|
flex-shrink: 1;
|
|
margin: 0 0 0 1em;
|
|
width: 5em;
|
|
height: 1em;
|
|
border-image-outset: 1;
|
|
padding: 2px; }
|
|
|
|
.PokemonApp__wrapper__3ZEoC {
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
align-items: stretch;
|
|
height: 100vh; }
|
|
.PokemonApp__wrapper__3ZEoC.PokemonApp__overlaid__3B_Ol {
|
|
background-color: rgba(0, 0, 0, 0.7); }
|
|
.PokemonApp__wrapper__3ZEoC.PokemonApp__overlaid__3B_Ol .PokemonApp__highlight__1zywH {
|
|
z-index: 1; }
|
|
.PokemonApp__wrapper__3ZEoC .PokemonApp__body__23cv_ {
|
|
background-color: #fff;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: stretch;
|
|
position: relative; }
|
|
|
|
.PokemonApp__header__2s_s2 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 0.5rem 1rem;
|
|
margin: 0.1em; }
|
|
.PokemonApp__header__2s_s2 a {
|
|
display: inline-block; }
|
|
|
|
.PokemonApp__footer__3q19Q {
|
|
height: 60px; }
|
|
|
|
.PokemonApp__leftNavigation__1rBU9 {
|
|
padding: 1em;
|
|
position: relative;
|
|
display: flex;
|
|
flex-flow: column nowrap; }
|
|
|
|
.PokemonApp__header__2s_s2 button,
|
|
.PokemonApp__leftNavigation__1rBU9 button {
|
|
padding: 0;
|
|
margin-bottom: 1em;
|
|
outline: none;
|
|
border: none;
|
|
background-color: transparent; }
|
|
|
|
.PokemonApp__overlay__2vc-r {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background-color: #000;
|
|
opacity: 0.7; }
|
|
|
|
.PokemonApp__displayWrapper__2PiN5 {
|
|
margin: 0 auto;
|
|
display: flex;
|
|
flex-flow: column wrap;
|
|
align-content: center; }
|
|
.PokemonApp__displayWrapper__2PiN5 > * {
|
|
width: 425px; }
|
|
|
|
.PokemonApp__container__MsUHy {
|
|
display: flex;
|
|
justify-content: space-evenly; }
|
|
.PokemonApp__container__MsUHy .PokemonApp__leftColumn__3Lv_L,
|
|
.PokemonApp__container__MsUHy .PokemonApp__rightColumn__1xE25 {
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
align-items: center; }
|
|
.PokemonApp__container__MsUHy .PokemonApp__leftColumn__3Lv_L {
|
|
width: 45%;
|
|
text-align: center; }
|
|
.PokemonApp__container__MsUHy .PokemonApp__rightColumn__1xE25 {
|
|
flex-grow: 1;
|
|
align-items: start; }
|
|
|
|
.LeagueIvExplorer__wrapper__3E7AD {
|
|
display: flex;
|
|
flex-flow: column nowrap; }
|
|
|
|
.LeagueIvExplorer__container__3GKct {
|
|
margin-bottom: 1rem; }
|
|
|
|
.LeagueIvExplorer__leftColumn__3au0L { }
|
|
|
|
.LeagueIvExplorer__rightColumn__1eyvh { }
|
|
|
|
.LeagueIvExplorer__leaguePokemonRank__3bjyU {
|
|
justify-content: flex-start;
|
|
flex-wrap: wrap; }
|
|
.LeagueIvExplorer__leaguePokemonRank__3bjyU .LeagueIvExplorer__pokemonInfoWrapper__3WVsh {
|
|
flex: 1 0 100%;
|
|
display: flex; }
|
|
.LeagueIvExplorer__leaguePokemonRank__3bjyU .LeagueIvExplorer__leftColumn__3au0L {
|
|
align-items: flex-start; }
|
|
.LeagueIvExplorer__leaguePokemonRank__3bjyU .LeagueIvExplorer__pokemonRankValue__3k3ih {
|
|
display: inline; }
|
|
|
|
.LeagueIvExplorer__ivsContainer__31sfb {
|
|
flex: 0 999 auto;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
/* for Firefox */ }
|
|
.LeagueIvExplorer__ivsContainer__31sfb .title.LeagueIvExplorer__ivContainerTitle__3Z3eX {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
background-color: transparent;
|
|
padding: 0; }
|
|
.LeagueIvExplorer__ivsContainer__31sfb .title.LeagueIvExplorer__ivContainerTitle__3Z3eX > * {
|
|
background-color: #fff; }
|
|
.LeagueIvExplorer__ivsContainer__31sfb .title.LeagueIvExplorer__ivContainerTitle__3Z3eX > *:first-child {
|
|
margin-right: auto;
|
|
padding: 0 0.5em; }
|
|
.LeagueIvExplorer__ivsContainer__31sfb .title.LeagueIvExplorer__ivContainerTitle__3Z3eX > *:last-child {
|
|
padding-right: 0.5em; }
|
|
.LeagueIvExplorer__ivsContainer__31sfb.LeagueIvExplorer__diplayingIvList__1Q5r8 {
|
|
padding: 1.5rem 0 0; }
|
|
.LeagueIvExplorer__ivsContainer__31sfb.LeagueIvExplorer__diplayingIvList__1Q5r8 .title.LeagueIvExplorer__ivContainerTitle__3Z3eX {
|
|
margin-bottom: 0;
|
|
margin-right: -8px;
|
|
margin-left: -8px;
|
|
padding: 0 2.5rem; }
|
|
|
|
.TypeIndicator__pokemonType__3MOQI {
|
|
text-transform: uppercase; }
|
|
.TypeIndicator__pokemonType__3MOQI.nes-container {
|
|
text-align: center;
|
|
padding: 0;
|
|
font-size: 0.7em;
|
|
line-height: 0.9;
|
|
flex-basis: 50%;
|
|
margin: 0.5rem 7px 11px; }
|
|
.TypeIndicator__pokemonType__3MOQI.normal {
|
|
color: #fff;
|
|
background-color: #a8a878; }
|
|
.TypeIndicator__pokemonType__3MOQI.normal::after {
|
|
box-shadow: 0 -4px #a8a878, 0 -8px, 4px 0 #a8a878, 4px -4px, 8px 0, 0 4px #a8a878, 0 8px, -4px 0 #a8a878, -4px 4px, -8px 0, -4px -4px, 4px 4px; }
|
|
.TypeIndicator__pokemonType__3MOQI.fighting {
|
|
color: #fff;
|
|
background-color: #c03028; }
|
|
.TypeIndicator__pokemonType__3MOQI.fighting::after {
|
|
box-shadow: 0 -4px #c03028, 0 -8px, 4px 0 #c03028, 4px -4px, 8px 0, 0 4px #c03028, 0 8px, -4px 0 #c03028, -4px 4px, -8px 0, -4px -4px, 4px 4px; }
|
|
.TypeIndicator__pokemonType__3MOQI.flying {
|
|
color: #fff;
|
|
background-color: #a890f0; }
|
|
.TypeIndicator__pokemonType__3MOQI.flying::after {
|
|
box-shadow: 0 -4px #a890f0, 0 -8px, 4px 0 #a890f0, 4px -4px, 8px 0, 0 4px #a890f0, 0 8px, -4px 0 #a890f0, -4px 4px, -8px 0, -4px -4px, 4px 4px; }
|
|
.TypeIndicator__pokemonType__3MOQI.poison {
|
|
color: #fff;
|
|
background-color: #a040a0; }
|
|
.TypeIndicator__pokemonType__3MOQI.poison::after {
|
|
box-shadow: 0 -4px #a040a0, 0 -8px, 4px 0 #a040a0, 4px -4px, 8px 0, 0 4px #a040a0, 0 8px, -4px 0 #a040a0, -4px 4px, -8px 0, -4px -4px, 4px 4px; }
|
|
.TypeIndicator__pokemonType__3MOQI.ground {
|
|
color: #fff;
|
|
background-color: #e0c068; }
|
|
.TypeIndicator__pokemonType__3MOQI.ground::after {
|
|
box-shadow: 0 -4px #e0c068, 0 -8px, 4px 0 #e0c068, 4px -4px, 8px 0, 0 4px #e0c068, 0 8px, -4px 0 #e0c068, -4px 4px, -8px 0, -4px -4px, 4px 4px; }
|
|
.TypeIndicator__pokemonType__3MOQI.rock {
|
|
color: #fff;
|
|
background-color: #b8a038; }
|
|
.TypeIndicator__pokemonType__3MOQI.rock::after {
|
|
box-shadow: 0 -4px #b8a038, 0 -8px, 4px 0 #b8a038, 4px -4px, 8px 0, 0 4px #b8a038, 0 8px, -4px 0 #b8a038, -4px 4px, -8px 0, -4px -4px, 4px 4px; }
|
|
.TypeIndicator__pokemonType__3MOQI.bug {
|
|
color: #fff;
|
|
background-color: #a8b820; }
|
|
.TypeIndicator__pokemonType__3MOQI.bug::after {
|
|
box-shadow: 0 -4px #a8b820, 0 -8px, 4px 0 #a8b820, 4px -4px, 8px 0, 0 4px #a8b820, 0 8px, -4px 0 #a8b820, -4px 4px, -8px 0, -4px -4px, 4px 4px; }
|
|
.TypeIndicator__pokemonType__3MOQI.ghost {
|
|
color: #fff;
|
|
background-color: #705898; }
|
|
.TypeIndicator__pokemonType__3MOQI.ghost::after {
|
|
box-shadow: 0 -4px #705898, 0 -8px, 4px 0 #705898, 4px -4px, 8px 0, 0 4px #705898, 0 8px, -4px 0 #705898, -4px 4px, -8px 0, -4px -4px, 4px 4px; }
|
|
.TypeIndicator__pokemonType__3MOQI.steel {
|
|
color: #fff;
|
|
background-color: #b8b8d0; }
|
|
.TypeIndicator__pokemonType__3MOQI.steel::after {
|
|
box-shadow: 0 -4px #b8b8d0, 0 -8px, 4px 0 #b8b8d0, 4px -4px, 8px 0, 0 4px #b8b8d0, 0 8px, -4px 0 #b8b8d0, -4px 4px, -8px 0, -4px -4px, 4px 4px; }
|
|
.TypeIndicator__pokemonType__3MOQI.fire {
|
|
color: #fff;
|
|
background-color: #f08030; }
|
|
.TypeIndicator__pokemonType__3MOQI.fire::after {
|
|
box-shadow: 0 -4px #f08030, 0 -8px, 4px 0 #f08030, 4px -4px, 8px 0, 0 4px #f08030, 0 8px, -4px 0 #f08030, -4px 4px, -8px 0, -4px -4px, 4px 4px; }
|
|
.TypeIndicator__pokemonType__3MOQI.water {
|
|
color: #fff;
|
|
background-color: #6890f0; }
|
|
.TypeIndicator__pokemonType__3MOQI.water::after {
|
|
box-shadow: 0 -4px #6890f0, 0 -8px, 4px 0 #6890f0, 4px -4px, 8px 0, 0 4px #6890f0, 0 8px, -4px 0 #6890f0, -4px 4px, -8px 0, -4px -4px, 4px 4px; }
|
|
.TypeIndicator__pokemonType__3MOQI.grass {
|
|
color: #fff;
|
|
background-color: #78c850; }
|
|
.TypeIndicator__pokemonType__3MOQI.grass::after {
|
|
box-shadow: 0 -4px #78c850, 0 -8px, 4px 0 #78c850, 4px -4px, 8px 0, 0 4px #78c850, 0 8px, -4px 0 #78c850, -4px 4px, -8px 0, -4px -4px, 4px 4px; }
|
|
.TypeIndicator__pokemonType__3MOQI.electric {
|
|
color: #fff;
|
|
background-color: #f8d030; }
|
|
.TypeIndicator__pokemonType__3MOQI.electric::after {
|
|
box-shadow: 0 -4px #f8d030, 0 -8px, 4px 0 #f8d030, 4px -4px, 8px 0, 0 4px #f8d030, 0 8px, -4px 0 #f8d030, -4px 4px, -8px 0, -4px -4px, 4px 4px; }
|
|
.TypeIndicator__pokemonType__3MOQI.psychic {
|
|
color: #fff;
|
|
background-color: #f85888; }
|
|
.TypeIndicator__pokemonType__3MOQI.psychic::after {
|
|
box-shadow: 0 -4px #f85888, 0 -8px, 4px 0 #f85888, 4px -4px, 8px 0, 0 4px #f85888, 0 8px, -4px 0 #f85888, -4px 4px, -8px 0, -4px -4px, 4px 4px; }
|
|
.TypeIndicator__pokemonType__3MOQI.ice {
|
|
color: #fff;
|
|
background-color: #98d8d8; }
|
|
.TypeIndicator__pokemonType__3MOQI.ice::after {
|
|
box-shadow: 0 -4px #98d8d8, 0 -8px, 4px 0 #98d8d8, 4px -4px, 8px 0, 0 4px #98d8d8, 0 8px, -4px 0 #98d8d8, -4px 4px, -8px 0, -4px -4px, 4px 4px; }
|
|
.TypeIndicator__pokemonType__3MOQI.dragon {
|
|
color: #fff;
|
|
background-color: #6f35fc; }
|
|
.TypeIndicator__pokemonType__3MOQI.dragon::after {
|
|
box-shadow: 0 -4px #6f35fc, 0 -8px, 4px 0 #6f35fc, 4px -4px, 8px 0, 0 4px #6f35fc, 0 8px, -4px 0 #6f35fc, -4px 4px, -8px 0, -4px -4px, 4px 4px; }
|
|
.TypeIndicator__pokemonType__3MOQI.dark {
|
|
color: #fff;
|
|
background-color: #705848; }
|
|
.TypeIndicator__pokemonType__3MOQI.dark::after {
|
|
box-shadow: 0 -4px #705848, 0 -8px, 4px 0 #705848, 4px -4px, 8px 0, 0 4px #705848, 0 8px, -4px 0 #705848, -4px 4px, -8px 0, -4px -4px, 4px 4px; }
|
|
.TypeIndicator__pokemonType__3MOQI.fairy {
|
|
color: #fff;
|
|
background-color: #ee99ac; }
|
|
.TypeIndicator__pokemonType__3MOQI.fairy::after {
|
|
box-shadow: 0 -4px #ee99ac, 0 -8px, 4px 0 #ee99ac, 4px -4px, 8px 0, 0 4px #ee99ac, 0 8px, -4px 0 #ee99ac, -4px 4px, -8px 0, -4px -4px, 4px 4px; }
|
|
|
|
.MovesExplorer__wrapper__2y-BK {
|
|
font-size: 1em; }
|
|
.MovesExplorer__wrapper__2y-BK .title {
|
|
color: #fff;
|
|
position: absolute;
|
|
margin-top: -2em;
|
|
margin-bottom: 0; }
|
|
|
|
.MovesExplorer__legacy__2PDtp {
|
|
background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 10px);
|
|
background-size: 14px 14px; }
|
|
|
|
.MovesDropdown__wrapper__3aoeI {
|
|
text-transform: capitalize; }
|
|
|
|
.MovesDropdown__menu__38tPs {
|
|
width: 425px;
|
|
max-height: 458px;
|
|
position: fixed;
|
|
z-index: 2;
|
|
top: 25%;
|
|
left: 50%;
|
|
margin-left: -212.5px;
|
|
padding: 0; }
|
|
.MovesDropdown__menu__38tPs .list-item.active::before,
|
|
.MovesDropdown__menu__38tPs .list-item:hover::before {
|
|
top: 8px; }
|
|
|
|
.MovesDropdown__listItem__U8AQj {
|
|
overflow: hidden;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding-right: 2rem;
|
|
padding-left: 2rem;
|
|
white-space: nowrap;
|
|
text-transform: capitalize; }
|
|
.MovesDropdown__listItem__U8AQj > * {
|
|
flex: 0 1 auto; }
|
|
.MovesDropdown__listItem__U8AQj > .nes-container {
|
|
flex-basis: 9em; }
|
|
|
|
.MovesDropdown__legacy__3-s2n { }
|
|
|
|
.MovesExplorer__wrapper__2y-BK {
|
|
font-size: 1em; }
|
|
.MovesExplorer__wrapper__2y-BK .title {
|
|
color: #fff;
|
|
position: absolute;
|
|
margin-top: -2em;
|
|
margin-bottom: 0; }
|
|
|
|
.MovesExplorer__legacy__2PDtp {
|
|
background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 10px);
|
|
background-size: 14px 14px; }
|
|
|
|
.PokemonDisplay__highlight__h50BA {
|
|
color: #fff;
|
|
pointer-events: none; }
|
|
|
|
.PokemonDisplay__pokemonInfoWrapper__3AW3e {
|
|
margin-bottom: 1rem; }
|
|
|
|
.PokemonDisplay__pokemonInfoLeftColumn__1vugM { }
|
|
|
|
.PokemonDisplay__pokemonInfoRightColumn__27Q49 { }
|
|
|
|
.PokemonDisplay__pokemonName__WBKbk {
|
|
margin-bottom: 0; }
|
|
|
|
.PokemonDisplay__dexHeader__2HVfr {
|
|
margin-bottom: 0.25rem; }
|
|
|
|
.PokemonDisplay__pokemonTypeWrapper__1rJIA {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-self: stretch; }
|
|
|
|
.PokemonDisplay__formHeader__1pr6M {
|
|
text-transform: uppercase;
|
|
margin-bottom: 0; }
|
|
|
|
.PokemonDisplay__pokemonBaseStats__3UJvn {
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
align-items: start;
|
|
align-self: stretch; }
|
|
|
|
.TypeEffectiveDisplay__multiplierWrapper__14os7 {
|
|
position: relative;
|
|
z-index: 0;
|
|
padding-top: 6px;
|
|
padding-right: 6px; }
|
|
.TypeEffectiveDisplay__multiplierWrapper__14os7 > * {
|
|
position: absolute; }
|
|
.TypeEffectiveDisplay__multiplierWrapper__14os7 :nth-child(1) {
|
|
position: inherit;
|
|
z-index: 3; }
|
|
.TypeEffectiveDisplay__multiplierWrapper__14os7 :nth-child(2) {
|
|
top: 0;
|
|
left: 6px;
|
|
z-index: 2; }
|
|
.TypeEffectiveDisplay__multiplierWrapper__14os7 :nth-child(3) {
|
|
left: 12px;
|
|
z-index: 1; }
|
|
.TypeEffectiveDisplay__multiplierWrapper__14os7 :nth-child(4) {
|
|
left: 18px;
|
|
z-index: 0; }
|
|
.TypeEffectiveDisplay__multiplierWrapper__14os7.TypeEffectiveDisplay__multiplierWrapperX3__1SBG1 {
|
|
padding-top: 12px;
|
|
padding-right: 12px; }
|
|
.TypeEffectiveDisplay__multiplierWrapper__14os7.TypeEffectiveDisplay__multiplierWrapperX3__1SBG1 :nth-child(3) {
|
|
top: 0; }
|
|
.TypeEffectiveDisplay__multiplierWrapper__14os7.TypeEffectiveDisplay__multiplierWrapperX3__1SBG1 :nth-child(2) {
|
|
top: 6px; }
|
|
.TypeEffectiveDisplay__multiplierWrapper__14os7.TypeEffectiveDisplay__multiplierWrapperX4__2KqYa {
|
|
padding-top: 18px;
|
|
padding-right: 18px; }
|
|
.TypeEffectiveDisplay__multiplierWrapper__14os7.TypeEffectiveDisplay__multiplierWrapperX4__2KqYa :nth-child(4) {
|
|
top: 0; }
|
|
.TypeEffectiveDisplay__multiplierWrapper__14os7.TypeEffectiveDisplay__multiplierWrapperX4__2KqYa :nth-child(3) {
|
|
top: 6px; }
|
|
.TypeEffectiveDisplay__multiplierWrapper__14os7.TypeEffectiveDisplay__multiplierWrapperX4__2KqYa :nth-child(2) {
|
|
top: 12px; }
|
|
|
|
.TypeEffectiveDisplay__wrapper__1FFIj {
|
|
margin: 0 1em; }
|
|
.TypeEffectiveDisplay__wrapper__1FFIj * + h4 {
|
|
margin-top: 1em; }
|
|
.TypeEffectiveDisplay__wrapper__1FFIj h4 p {
|
|
font-size: 0.7em;
|
|
color: #b6b6b6;
|
|
margin: 0; }
|
|
.TypeEffectiveDisplay__wrapper__1FFIj .TypeEffectiveDisplay__indicatorWrapper__2F3AY {
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
align-items: end; }
|
|
.TypeEffectiveDisplay__wrapper__1FFIj .TypeEffectiveDisplay__indicatorWrapper__2F3AY > * {
|
|
margin-right: 14px;
|
|
height: 0%; }
|
|
.TypeEffectiveDisplay__wrapper__1FFIj .TypeEffectiveDisplay__indicatorWrapper__2F3AY .TypeEffectiveDisplay__multiplierWrapper__14os7 {
|
|
width: auto;
|
|
margin-right: 2px; }
|
|
.TypeEffectiveDisplay__wrapper__1FFIj .TypeEffectiveDisplay__indicatorWrapper__2F3AY .TypeEffectiveDisplay__multiplierWrapper__14os7.TypeEffectiveDisplay__multiplierWrapperX3__1SBG1 {
|
|
margin-right: -4px; }
|
|
.TypeEffectiveDisplay__wrapper__1FFIj .TypeEffectiveDisplay__indicatorWrapper__2F3AY .TypeEffectiveDisplay__multiplierWrapper__14os7.TypeEffectiveDisplay__multiplierWrapperX4__2KqYa {
|
|
margin-right: -10px; }
|
|
.TypeEffectiveDisplay__wrapper__1FFIj .TypeEffectiveDisplay__indicatorWrapper__2F3AY > *,
|
|
.TypeEffectiveDisplay__wrapper__1FFIj .TypeEffectiveDisplay__indicatorWrapper__2F3AY .TypeEffectiveDisplay__multiplierWrapper__14os7 > * {
|
|
flex-basis: unset;
|
|
width: 6.75rem; }
|
|
|
|
.PokemonSelectList__wrapper__2LQMY {
|
|
font-size: 0.8rem;
|
|
width: 20em;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
margin: 0 1.5em 0 auto;
|
|
position: relative; }
|
|
.PokemonSelectList__wrapper__2LQMY .PokemonSelectList__listWrapper__bBtO6 {
|
|
flex: 1 1 auto;
|
|
display: flex;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
height: 340px;
|
|
position: absolute;
|
|
top: 100%;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 2; }
|
|
.PokemonSelectList__wrapper__2LQMY .PokemonSelectList__listWrapper__bBtO6 > * {
|
|
width: 100%; }
|
|
.PokemonSelectList__wrapper__2LQMY .PokemonSelectList__listWrapper__bBtO6.PokemonSelectList__emptyList__1vgpK .PokemonSelectList__emptyState__3sBmb {
|
|
align-self: center;
|
|
text-align: center; }
|
|
.PokemonSelectList__wrapper__2LQMY .PokemonSelectList__listWrapper__bBtO6.PokemonSelectList__emptyList__1vgpK .PokemonSelectList__emptyState__3sBmb > *:first-child {
|
|
margin: 1em auto; }
|
|
.PokemonSelectList__wrapper__2LQMY a {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
padding: 5px 1em 5px 2em;
|
|
justify-content: flex-end;
|
|
align-content: space-around;
|
|
flex-wrap: wrap;
|
|
display: flex; }
|
|
.PokemonSelectList__wrapper__2LQMY a .PokemonSelectList__menuIcon__1I2_T {
|
|
margin: -4px 0 0 0.5em;
|
|
opacity: 0.5; }
|
|
.PokemonSelectList__wrapper__2LQMY a.active .PokemonSelectList__menuIcon__1I2_T {
|
|
opacity: 1; }
|
|
|
|
.PokemonSelectList__filterWrapper__1d1Wl {
|
|
position: relative;
|
|
margin: 0.1em; }
|
|
.PokemonSelectList__filterWrapper__1d1Wl .close {
|
|
position: absolute;
|
|
top: 1em;
|
|
right: 1em; }
|
|
|
|
.PokemonSelectList__filterInput__1z_s2 {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
padding-right: 3em; }
|
|
|
|
.PokemonSelectList__dex__1QHut,
|
|
.PokemonSelectList__form__VIw8Q {
|
|
font-size: 0.8em;
|
|
text-transform: capitalize; }
|
|
|
|
.PokemonSelectList__dex__1QHut {
|
|
margin-left: auto; }
|
|
|
|
.PokemonSelectList__form__VIw8Q {
|
|
flex: 0 1 100%; }
|
|
|
|
|
|
/*# sourceMappingURL=main.tmp.css.map*/ |