921 lines
32 KiB
CSS
921 lines
32 KiB
CSS
/* Generated by cssConcatenator.js */
|
|
/** Source: ./dist/main.tmp.css */
|
|
.Navigation__navigation__32sTf {
|
|
margin-right: -72px;
|
|
padding: 1em;
|
|
position: sticky;
|
|
top: 90px;
|
|
display: inline-flex;
|
|
flex-flow: column nowrap;
|
|
align-self: flex-start; }
|
|
.Navigation__navigation__32sTf.Navigation__menu__2XeMt {
|
|
position: fixed;
|
|
right: 72px;
|
|
z-index: 1;
|
|
width: 100px;
|
|
height: 400px;
|
|
justify-content: space-between; }
|
|
.Navigation__navigation__32sTf.Navigation__menu__2XeMt button > * {
|
|
display: block;
|
|
margin: auto; }
|
|
.Navigation__navigation__32sTf.Navigation__menu__2XeMt a > i {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
transform-origin: top; }
|
|
|
|
.Navigation__navigationButton__2DGTd {
|
|
padding: 0;
|
|
margin-bottom: 1em;
|
|
outline: none;
|
|
border: none;
|
|
background-color: transparent; }
|
|
|
|
.PokemonApp__displayWrapper__2PiN5 {
|
|
margin: 0 auto; }
|
|
.PokemonApp__displayWrapper__2PiN5 > * {
|
|
width: 450px;
|
|
margin: 0 1em; }
|
|
@media only screen and (max-width: 767px) {
|
|
.PokemonApp__displayWrapper__2PiN5 > * {
|
|
width: auto;
|
|
margin: 0 0.1em; } }
|
|
|
|
.PokemonApp__wrapper__3ZEoC {
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
align-items: stretch;
|
|
height: 100vh; }
|
|
.PokemonApp__wrapper__3ZEoC .PokemonApp__body__23cv_ {
|
|
background-color: #fff;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: stretch;
|
|
position: relative;
|
|
padding-bottom: 75px; }
|
|
.PokemonApp__wrapper__3ZEoC.PokemonApp__overlaid__3B_Ol .PokemonApp__highlight__1zywH {
|
|
z-index: 1; }
|
|
|
|
.PokemonApp__header__2s_s2,
|
|
.PokemonApp__footer__3q19Q {
|
|
margin: 0.1em;
|
|
z-index: 10; }
|
|
|
|
.PokemonApp__header__2s_s2 {
|
|
display: flex;
|
|
flex: 0 0 auto;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 0.5rem 1rem;
|
|
position: sticky;
|
|
top: 0; }
|
|
@supports not (-webkit-overflow-scrolling: touch) {
|
|
.PokemonApp__overlaid__3B_Ol .PokemonApp__header__2s_s2 {
|
|
background-color: rgba(0, 0, 0, 0.7); } }
|
|
.PokemonApp__header__2s_s2 a {
|
|
display: inline-block;
|
|
display: flex; }
|
|
|
|
ul {
|
|
display: grid;
|
|
justify-items: center; }
|
|
|
|
.PokemonApp__footer__3q19Q {
|
|
height: 60px;
|
|
position: fixed;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
display: grid;
|
|
grid-template-columns: 1fr auto 1fr;
|
|
grid-column-gap: 1em;
|
|
justify-content: center;
|
|
padding-top: 0;
|
|
padding-bottom: 0; }
|
|
.PokemonApp__footer__3q19Q .PokemonApp__adWrapper__3GNZY {
|
|
width: 320px;
|
|
height: 50px;
|
|
grid-column-start: 2;
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
align-items: center; }
|
|
.PokemonApp__footer__3q19Q .PokemonApp__contactWrapper__2kgo6 {
|
|
margin: auto 0 auto auto; }
|
|
.PokemonApp__footer__3q19Q .PokemonApp__contactWrapper__2kgo6 > * {
|
|
display: inline;
|
|
margin: 1em; }
|
|
.PokemonApp__footer__3q19Q .PokemonApp__contactWrapper__2kgo6 .PokemonApp__feedback__2Nh7J {
|
|
vertical-align: super; }
|
|
|
|
.PokemonApp__navigationButton__2BuiE { }
|
|
.PokemonApp__navigationButton__2BuiE.PokemonApp__hamburgerIcon__1ujIT {
|
|
font-size: 2rem;
|
|
margin-top: -6px; }
|
|
|
|
.PokemonApp__overlay__2vc-r {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background-color: #000;
|
|
opacity: 0.7; }
|
|
.PokemonApp__overlay__2vc-r.PokemonApp__complete__h3L_s {
|
|
z-index: 1; }
|
|
|
|
.PokemonApp__navigationWrapper__3oyCI {
|
|
display: flex;
|
|
margin: 0 auto; }
|
|
|
|
.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: 0;
|
|
align-items: start; }
|
|
|
|
.Loading__wrapper__3kid5 {
|
|
text-align: center; }
|
|
.Loading__wrapper__3kid5 .icon {
|
|
animation: Loading__bounce__2g2QY 0.6s both linear infinite; }
|
|
@media only screen and (max-width: 767px) {
|
|
.Loading__wrapper__3kid5 .icon {
|
|
margin: 0 auto; } }
|
|
|
|
@keyframes Loading__bounce__2g2QY {
|
|
0%,
|
|
100% {
|
|
transform: translateY(0); }
|
|
50% {
|
|
transform: translateY(-5px); } }
|
|
.Loading__wrapper__3kid5 .icon:nth-child(2) {
|
|
animation-delay: 0.2s; }
|
|
.Loading__wrapper__3kid5 .icon:nth-child(3) {
|
|
animation-delay: 0.4s; }
|
|
|
|
.ExplorerLoading__wrapper__MGSlF {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
width: 480px;
|
|
margin: 0 auto; }
|
|
@media only screen and (max-width: 767px) {
|
|
.ExplorerLoading__wrapper__MGSlF {
|
|
flex-direction: column; } }
|
|
|
|
.ExplorerLoading__loading__kpcaU {
|
|
width: 100%;
|
|
text-align: center;
|
|
margin-top: 0.5em; }
|
|
.ExplorerLoading__loading__kpcaU::after {
|
|
position: absolute;
|
|
overflow: hidden;
|
|
display: inline-block;
|
|
vertical-align: bottom;
|
|
animation: ExplorerLoading__ellipsis__3kLb6 steps(4, end) 900ms infinite;
|
|
content: "\2026";
|
|
width: 0; }
|
|
|
|
@keyframes ExplorerLoading__ellipsis__3kLb6 {
|
|
to {
|
|
width: 1.25em; } }
|
|
|
|
.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 {
|
|
font-size: 0.9em;
|
|
justify-content: space-between;
|
|
align-items: center; }
|
|
.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-around;
|
|
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; }
|
|
@media only screen and (max-width: 767px) {
|
|
.StatDisplay__baseStatRow__1B60A > progress {
|
|
height: 1.2em; } }
|
|
@media only screen and (max-width: 359px) {
|
|
.StatDisplay__baseStatRow__1B60A > progress {
|
|
height: 1.3em; } }
|
|
|
|
.PokemonApp__displayWrapper__2PiN5 {
|
|
margin: 0 auto; }
|
|
.PokemonApp__displayWrapper__2PiN5 > * {
|
|
width: 450px;
|
|
margin: 0 1em; }
|
|
@media only screen and (max-width: 767px) {
|
|
.PokemonApp__displayWrapper__2PiN5 > * {
|
|
width: auto;
|
|
margin: 0 0.1em; } }
|
|
|
|
.PokemonApp__wrapper__3ZEoC {
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
align-items: stretch;
|
|
height: 100vh; }
|
|
.PokemonApp__wrapper__3ZEoC .PokemonApp__body__23cv_ {
|
|
background-color: #fff;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: stretch;
|
|
position: relative;
|
|
padding-bottom: 75px; }
|
|
.PokemonApp__wrapper__3ZEoC.PokemonApp__overlaid__3B_Ol .PokemonApp__highlight__1zywH {
|
|
z-index: 1; }
|
|
|
|
.PokemonApp__header__2s_s2,
|
|
.PokemonApp__footer__3q19Q {
|
|
margin: 0.1em;
|
|
z-index: 10; }
|
|
|
|
.PokemonApp__header__2s_s2 {
|
|
display: flex;
|
|
flex: 0 0 auto;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 0.5rem 1rem;
|
|
position: sticky;
|
|
top: 0; }
|
|
@supports not (-webkit-overflow-scrolling: touch) {
|
|
.PokemonApp__overlaid__3B_Ol .PokemonApp__header__2s_s2 {
|
|
background-color: rgba(0, 0, 0, 0.7); } }
|
|
.PokemonApp__header__2s_s2 a {
|
|
display: inline-block;
|
|
display: flex; }
|
|
|
|
ul {
|
|
display: grid;
|
|
justify-items: center; }
|
|
|
|
.PokemonApp__footer__3q19Q {
|
|
height: 60px;
|
|
position: fixed;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
display: grid;
|
|
grid-template-columns: 1fr auto 1fr;
|
|
grid-column-gap: 1em;
|
|
justify-content: center;
|
|
padding-top: 0;
|
|
padding-bottom: 0; }
|
|
.PokemonApp__footer__3q19Q .PokemonApp__adWrapper__3GNZY {
|
|
width: 320px;
|
|
height: 50px;
|
|
grid-column-start: 2;
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
align-items: center; }
|
|
.PokemonApp__footer__3q19Q .PokemonApp__contactWrapper__2kgo6 {
|
|
margin: auto 0 auto auto; }
|
|
.PokemonApp__footer__3q19Q .PokemonApp__contactWrapper__2kgo6 > * {
|
|
display: inline;
|
|
margin: 1em; }
|
|
.PokemonApp__footer__3q19Q .PokemonApp__contactWrapper__2kgo6 .PokemonApp__feedback__2Nh7J {
|
|
vertical-align: super; }
|
|
|
|
.PokemonApp__navigationButton__2BuiE { }
|
|
.PokemonApp__navigationButton__2BuiE.PokemonApp__hamburgerIcon__1ujIT {
|
|
font-size: 2rem;
|
|
margin-top: -6px; }
|
|
|
|
.PokemonApp__overlay__2vc-r {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background-color: #000;
|
|
opacity: 0.7; }
|
|
.PokemonApp__overlay__2vc-r.PokemonApp__complete__h3L_s {
|
|
z-index: 1; }
|
|
|
|
.PokemonApp__navigationWrapper__3oyCI {
|
|
display: flex;
|
|
margin: 0 auto; }
|
|
|
|
.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: 0;
|
|
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 {
|
|
max-height: 350px;
|
|
font-size: 0.95em;
|
|
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: -9px;
|
|
margin-left: -9px;
|
|
padding: 0 1.5em; }
|
|
|
|
.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.TypeIndicator__normal__21d5X {
|
|
color: #fff;
|
|
background-color: #a8a878; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__normal__21d5X::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.TypeIndicator__normal__21d5X.TypeIndicator__outline__3M8if {
|
|
color: #a8a878;
|
|
background-color: #fff; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__fighting__1uLk2 {
|
|
color: #fff;
|
|
background-color: #c03028; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__fighting__1uLk2::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.TypeIndicator__fighting__1uLk2.TypeIndicator__outline__3M8if {
|
|
color: #c03028;
|
|
background-color: #fff; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__flying__1sIqj {
|
|
color: #fff;
|
|
background-color: #a890f0; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__flying__1sIqj::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.TypeIndicator__flying__1sIqj.TypeIndicator__outline__3M8if {
|
|
color: #a890f0;
|
|
background-color: #fff; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__poison__1JbGj {
|
|
color: #fff;
|
|
background-color: #a040a0; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__poison__1JbGj::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.TypeIndicator__poison__1JbGj.TypeIndicator__outline__3M8if {
|
|
color: #a040a0;
|
|
background-color: #fff; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__ground__3cWU4 {
|
|
color: #fff;
|
|
background-color: #e0c068; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__ground__3cWU4::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.TypeIndicator__ground__3cWU4.TypeIndicator__outline__3M8if {
|
|
color: #e0c068;
|
|
background-color: #fff; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__rock__HPdG_ {
|
|
color: #fff;
|
|
background-color: #b8a038; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__rock__HPdG_::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.TypeIndicator__rock__HPdG_.TypeIndicator__outline__3M8if {
|
|
color: #b8a038;
|
|
background-color: #fff; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__bug__2BYDz {
|
|
color: #fff;
|
|
background-color: #a8b820; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__bug__2BYDz::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.TypeIndicator__bug__2BYDz.TypeIndicator__outline__3M8if {
|
|
color: #a8b820;
|
|
background-color: #fff; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__ghost__3MHOn {
|
|
color: #fff;
|
|
background-color: #705898; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__ghost__3MHOn::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.TypeIndicator__ghost__3MHOn.TypeIndicator__outline__3M8if {
|
|
color: #705898;
|
|
background-color: #fff; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__steel__mE2KO {
|
|
color: #fff;
|
|
background-color: #b8b8d0; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__steel__mE2KO::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.TypeIndicator__steel__mE2KO.TypeIndicator__outline__3M8if {
|
|
color: #b8b8d0;
|
|
background-color: #fff; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__fire__1sX1R {
|
|
color: #fff;
|
|
background-color: #f08030; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__fire__1sX1R::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.TypeIndicator__fire__1sX1R.TypeIndicator__outline__3M8if {
|
|
color: #f08030;
|
|
background-color: #fff; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__water__2AUmj {
|
|
color: #fff;
|
|
background-color: #6890f0; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__water__2AUmj::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.TypeIndicator__water__2AUmj.TypeIndicator__outline__3M8if {
|
|
color: #6890f0;
|
|
background-color: #fff; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__grass__5Xl4y {
|
|
color: #fff;
|
|
background-color: #78c850; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__grass__5Xl4y::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.TypeIndicator__grass__5Xl4y.TypeIndicator__outline__3M8if {
|
|
color: #78c850;
|
|
background-color: #fff; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__electric__2FbnU {
|
|
color: #fff;
|
|
background-color: #f8d030; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__electric__2FbnU::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.TypeIndicator__electric__2FbnU.TypeIndicator__outline__3M8if {
|
|
color: #f8d030;
|
|
background-color: #fff; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__psychic__36id6 {
|
|
color: #fff;
|
|
background-color: #f85888; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__psychic__36id6::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.TypeIndicator__psychic__36id6.TypeIndicator__outline__3M8if {
|
|
color: #f85888;
|
|
background-color: #fff; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__ice__1177w {
|
|
color: #fff;
|
|
background-color: #98d8d8; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__ice__1177w::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.TypeIndicator__ice__1177w.TypeIndicator__outline__3M8if {
|
|
color: #98d8d8;
|
|
background-color: #fff; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__dragon__36sdL {
|
|
color: #fff;
|
|
background-color: #6f35fc; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__dragon__36sdL::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.TypeIndicator__dragon__36sdL.TypeIndicator__outline__3M8if {
|
|
color: #6f35fc;
|
|
background-color: #fff; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__dark__ItjmH {
|
|
color: #fff;
|
|
background-color: #705848; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__dark__ItjmH::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.TypeIndicator__dark__ItjmH.TypeIndicator__outline__3M8if {
|
|
color: #705848;
|
|
background-color: #fff; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__fairy__n6eQf {
|
|
color: #fff;
|
|
background-color: #ee99ac; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__fairy__n6eQf::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; }
|
|
.TypeIndicator__pokemonType__3MOQI.TypeIndicator__fairy__n6eQf.TypeIndicator__outline__3M8if {
|
|
color: #ee99ac;
|
|
background-color: #fff; }
|
|
|
|
.MovesDropdown__wrapper__3aoeI {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
text-transform: capitalize;
|
|
margin-bottom: 1em; }
|
|
.MovesDropdown__wrapper__3aoeI.MovesDropdown__normal__kFUDY {
|
|
color: #fff;
|
|
background-color: #a8a878; }
|
|
.MovesDropdown__wrapper__3aoeI.MovesDropdown__fighting__2HISz {
|
|
color: #fff;
|
|
background-color: #c03028; }
|
|
.MovesDropdown__wrapper__3aoeI.MovesDropdown__flying__1YxZq {
|
|
color: #fff;
|
|
background-color: #a890f0; }
|
|
.MovesDropdown__wrapper__3aoeI.MovesDropdown__poison__3W-z1 {
|
|
color: #fff;
|
|
background-color: #a040a0; }
|
|
.MovesDropdown__wrapper__3aoeI.MovesDropdown__ground__14T33 {
|
|
color: #fff;
|
|
background-color: #e0c068; }
|
|
.MovesDropdown__wrapper__3aoeI.MovesDropdown__rock__17aJY {
|
|
color: #fff;
|
|
background-color: #b8a038; }
|
|
.MovesDropdown__wrapper__3aoeI.MovesDropdown__bug__12pUw {
|
|
color: #fff;
|
|
background-color: #a8b820; }
|
|
.MovesDropdown__wrapper__3aoeI.MovesDropdown__ghost__3qQMm {
|
|
color: #fff;
|
|
background-color: #705898; }
|
|
.MovesDropdown__wrapper__3aoeI.MovesDropdown__steel__3oIXI {
|
|
color: #fff;
|
|
background-color: #b8b8d0; }
|
|
.MovesDropdown__wrapper__3aoeI.MovesDropdown__fire__3sM7N {
|
|
color: #fff;
|
|
background-color: #f08030; }
|
|
.MovesDropdown__wrapper__3aoeI.MovesDropdown__water__1M7n4 {
|
|
color: #fff;
|
|
background-color: #6890f0; }
|
|
.MovesDropdown__wrapper__3aoeI.MovesDropdown__grass__d0BwB {
|
|
color: #fff;
|
|
background-color: #78c850; }
|
|
.MovesDropdown__wrapper__3aoeI.MovesDropdown__electric__1S_cv {
|
|
color: #fff;
|
|
background-color: #f8d030; }
|
|
.MovesDropdown__wrapper__3aoeI.MovesDropdown__psychic__2ywET {
|
|
color: #fff;
|
|
background-color: #f85888; }
|
|
.MovesDropdown__wrapper__3aoeI.MovesDropdown__ice__2I5KM {
|
|
color: #fff;
|
|
background-color: #98d8d8; }
|
|
.MovesDropdown__wrapper__3aoeI.MovesDropdown__dragon__3Cif1 {
|
|
color: #fff;
|
|
background-color: #6f35fc; }
|
|
.MovesDropdown__wrapper__3aoeI.MovesDropdown__dark__1X-sU {
|
|
color: #fff;
|
|
background-color: #705848; }
|
|
.MovesDropdown__wrapper__3aoeI.MovesDropdown__fairy__JJ9OW {
|
|
color: #fff;
|
|
background-color: #ee99ac; }
|
|
|
|
.MovesDropdown__menu__38tPs {
|
|
width: 450px;
|
|
max-height: 358px;
|
|
position: fixed;
|
|
z-index: 2;
|
|
top: 25%;
|
|
left: 50%;
|
|
margin-left: -225px;
|
|
padding: 0; }
|
|
@media only screen and (max-width: 767px) {
|
|
.MovesDropdown__menu__38tPs {
|
|
width: auto;
|
|
margin: 0 1em;
|
|
left: 0;
|
|
right: 0; } }
|
|
.MovesDropdown__menu__38tPs .list-item.active::before,
|
|
.MovesDropdown__menu__38tPs .list-item:hover::before {
|
|
top: 8px; }
|
|
.MovesDropdown__menu__38tPs .title {
|
|
color: #fff;
|
|
position: absolute;
|
|
margin-top: -2em;
|
|
margin-bottom: 0; }
|
|
|
|
.MovesDropdown__listItem__U8AQj {
|
|
overflow: hidden;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding-right: 2rem;
|
|
padding-left: 2rem;
|
|
white-space: nowrap;
|
|
text-transform: capitalize; }
|
|
@media only screen and (max-width: 767px) {
|
|
.MovesDropdown__listItem__U8AQj {
|
|
padding-right: 0;
|
|
font-size: 0.9em; } }
|
|
.MovesDropdown__listItem__U8AQj > * {
|
|
flex: 0 1 auto; }
|
|
.MovesDropdown__listItem__U8AQj > .nes-container {
|
|
flex-basis: 9em; }
|
|
|
|
.MovesDropdown__legacy__3-s2n {
|
|
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; }
|
|
|
|
.TypeEffectiveDisplay__typeWrapper__3w4wT,
|
|
.TypeEffectiveDisplay__typeMultiplierWrapper__1WOCi {
|
|
position: relative;
|
|
z-index: 0; }
|
|
|
|
.TypeEffectiveDisplay__typeMultiplierWrapper__1WOCi {
|
|
padding-top: 6px;
|
|
padding-right: 6px; }
|
|
.TypeEffectiveDisplay__typeMultiplierWrapper__1WOCi > * {
|
|
position: absolute; }
|
|
.TypeEffectiveDisplay__typeMultiplierWrapper__1WOCi :nth-child(1) {
|
|
position: inherit;
|
|
z-index: 3; }
|
|
.TypeEffectiveDisplay__typeMultiplierWrapper__1WOCi :nth-child(2) {
|
|
top: 0;
|
|
left: 6px;
|
|
z-index: 2; }
|
|
.TypeEffectiveDisplay__typeMultiplierWrapper__1WOCi :nth-child(3) {
|
|
left: 12px;
|
|
z-index: 1; }
|
|
.TypeEffectiveDisplay__typeMultiplierWrapper__1WOCi :nth-child(4) {
|
|
left: 18px;
|
|
z-index: 0; }
|
|
.TypeEffectiveDisplay__typeMultiplierWrapper__1WOCi.TypeEffectiveDisplay__typeMultiplierWrapperX3__35-RS {
|
|
padding-top: 12px;
|
|
padding-right: 12px; }
|
|
.TypeEffectiveDisplay__typeMultiplierWrapper__1WOCi.TypeEffectiveDisplay__typeMultiplierWrapperX3__35-RS :nth-child(3) {
|
|
top: 0; }
|
|
.TypeEffectiveDisplay__typeMultiplierWrapper__1WOCi.TypeEffectiveDisplay__typeMultiplierWrapperX3__35-RS :nth-child(2) {
|
|
top: 6px; }
|
|
.TypeEffectiveDisplay__typeMultiplierWrapper__1WOCi.TypeEffectiveDisplay__typeMultiplierWrapperX4__2Onf7 {
|
|
padding-top: 18px;
|
|
padding-right: 18px; }
|
|
.TypeEffectiveDisplay__typeMultiplierWrapper__1WOCi.TypeEffectiveDisplay__typeMultiplierWrapperX4__2Onf7 :nth-child(4) {
|
|
top: 0; }
|
|
.TypeEffectiveDisplay__typeMultiplierWrapper__1WOCi.TypeEffectiveDisplay__typeMultiplierWrapperX4__2Onf7 :nth-child(3) {
|
|
top: 6px; }
|
|
.TypeEffectiveDisplay__typeMultiplierWrapper__1WOCi.TypeEffectiveDisplay__typeMultiplierWrapperX4__2Onf7 :nth-child(2) {
|
|
top: 12px; }
|
|
|
|
.TypeEffectiveDisplay__wrapper__1FFIj {
|
|
margin: 0 1em; }
|
|
.TypeEffectiveDisplay__wrapper__1FFIj * + h4 {
|
|
margin-top: 1em; }
|
|
.TypeEffectiveDisplay__wrapper__1FFIj .TypeEffectiveDisplay__indicatorWrapper__2F3AY {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fill, minmax(33%, auto));
|
|
justify-content: space-between; }
|
|
.TypeEffectiveDisplay__wrapper__1FFIj .TypeEffectiveDisplay__indicatorWrapper__2F3AY > * {
|
|
height: 0%; }
|
|
.TypeEffectiveDisplay__wrapper__1FFIj .TypeEffectiveDisplay__indicatorWrapper__2F3AY .TypeEffectiveDisplay__typeMultiplierWrapper__1WOCi {
|
|
width: auto;
|
|
margin-right: 2px; }
|
|
.TypeEffectiveDisplay__wrapper__1FFIj .TypeEffectiveDisplay__indicatorWrapper__2F3AY .TypeEffectiveDisplay__typeMultiplierWrapper__1WOCi.TypeEffectiveDisplay__typeMultiplierWrapperX3__35-RS {
|
|
margin-right: -4px; }
|
|
.TypeEffectiveDisplay__wrapper__1FFIj .TypeEffectiveDisplay__indicatorWrapper__2F3AY .TypeEffectiveDisplay__typeMultiplierWrapper__1WOCi.TypeEffectiveDisplay__typeMultiplierWrapperX4__2Onf7 {
|
|
margin-right: -10px; }
|
|
.TypeEffectiveDisplay__wrapper__1FFIj .TypeEffectiveDisplay__indicatorWrapper__2F3AY .TypeEffectiveDisplay__typeWrapper__3w4wT > *,
|
|
.TypeEffectiveDisplay__wrapper__1FFIj .TypeEffectiveDisplay__indicatorWrapper__2F3AY .TypeEffectiveDisplay__typeMultiplierWrapper__1WOCi > * {
|
|
flex-basis: unset;
|
|
font-size: 0.6em;
|
|
width: 10em; }
|
|
|
|
.TypeEffectiveDisplay__isCovered__3qyUq {
|
|
position: relative; }
|
|
.TypeEffectiveDisplay__isCovered__3qyUq::before {
|
|
content: "";
|
|
position: absolute;
|
|
right: 25px;
|
|
bottom: -15px;
|
|
z-index: 10;
|
|
width: 2px;
|
|
height: 2px;
|
|
color: #92cc41;
|
|
box-shadow: 18px 2px, 20px 2px, 16px 4px, 18px 4px, 20px 4px, 2px 6px, 14px 6px, 16px 6px, 2px 8px, 4px 8px, 12px 8px, 14px 8px, 4px 10px, 6px 10px, 10px 10px, 12px 10px, 6px 12px, 8px 12px, 10px 12px, 8px 14px; }
|
|
|
|
.MovesExplorer__wrapper__2y-BK h3 {
|
|
font-size: 1rem; }
|
|
|
|
.MovesExplorer__wrapper__2y-BK h4 {
|
|
font-size: 0.8em;
|
|
color: #676767; }
|
|
|
|
.Navigation__navigation__32sTf {
|
|
margin-right: -72px;
|
|
padding: 1em;
|
|
position: sticky;
|
|
top: 90px;
|
|
display: inline-flex;
|
|
flex-flow: column nowrap;
|
|
align-self: flex-start; }
|
|
.Navigation__navigation__32sTf.Navigation__menu__2XeMt {
|
|
position: fixed;
|
|
right: 72px;
|
|
z-index: 1;
|
|
width: 100px;
|
|
height: 400px;
|
|
justify-content: space-between; }
|
|
.Navigation__navigation__32sTf.Navigation__menu__2XeMt button > * {
|
|
display: block;
|
|
margin: auto; }
|
|
.Navigation__navigation__32sTf.Navigation__menu__2XeMt a > i {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
transform-origin: top; }
|
|
|
|
.Navigation__navigationButton__2DGTd {
|
|
padding: 0;
|
|
margin-bottom: 1em;
|
|
outline: none;
|
|
border: none;
|
|
background-color: transparent; }
|
|
|
|
.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; }
|
|
|
|
.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%; }
|
|
|
|
.WelcomeDialog__dialog__2L0N1 {
|
|
font-size: 0.75em;
|
|
width: 450px;
|
|
position: fixed;
|
|
z-index: 2;
|
|
top: 20%;
|
|
left: 0;
|
|
right: 0;
|
|
margin: 0 auto; }
|
|
@media only screen and (max-width: 767px) {
|
|
.WelcomeDialog__dialog__2L0N1 {
|
|
width: auto;
|
|
margin: 0 0.1em; } }
|
|
|
|
.WelcomeDialog__title__35Pr6 {
|
|
text-align: center;
|
|
margin-top: 1em; }
|
|
|
|
.WelcomeDialog__closeButton__2brhD {
|
|
position: absolute;
|
|
top: 0.25em;
|
|
right: 0.25em;
|
|
margin: 0; }
|
|
|
|
.WelcomeDialog__iconWrapper__3emT0 {
|
|
display: flex;
|
|
justify-content: space-evenly; }
|
|
.WelcomeDialog__iconWrapper__3emT0 .icon:hover {
|
|
animation: WelcomeDialog__bounce__12n2T 0.6s both linear infinite; }
|
|
|
|
@keyframes WelcomeDialog__bounce__12n2T {
|
|
0%,
|
|
100% {
|
|
transform: translateY(0); }
|
|
50% {
|
|
transform: translateY(-5px); } }
|
|
|
|
|
|
/*# sourceMappingURL=main.tmp.css.map*/ |