@goodaofi/bonds-sdk 3.0.123
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +156 -0
- package/dist/assets/output-2LTDuc8n.css +174 -0
- package/dist/components/AccordionText/index.d.ts +6 -0
- package/dist/components/BondFilters/BondFilters.d.ts +11 -0
- package/dist/components/ChainOptionList/ChainOptionsButtons.d.ts +8 -0
- package/dist/components/ChainOptionList/ChainOptionsList.d.ts +7 -0
- package/dist/components/ChainOptionList/constants.d.ts +5 -0
- package/dist/components/ChainOptionList/styles.d.ts +2 -0
- package/dist/components/ConnectButton/RainbowKitButton.d.ts +3 -0
- package/dist/components/ConnectButton/index.d.ts +3 -0
- package/dist/components/CountdownTimer/CountdownTimer.d.ts +4 -0
- package/dist/components/FavIcons/AddFavToken.d.ts +6 -0
- package/dist/components/FavIcons/FavFilter.d.ts +6 -0
- package/dist/components/LoadingSpinner/index.d.ts +6 -0
- package/dist/components/MenuSelect/MenuSelect.d.ts +8 -0
- package/dist/components/MenuSelect/RecommendationSelector.d.ts +7 -0
- package/dist/components/MenuSelect/types.d.ts +22 -0
- package/dist/components/NetworkFilter/index.d.ts +6 -0
- package/dist/components/PlaceholderMonkey/index.d.ts +5 -0
- package/dist/components/ProgressBar/ProgressBar.d.ts +7 -0
- package/dist/components/ProgressBar/ProgressBarWrapper.d.ts +14 -0
- package/dist/components/ProgressBar/styles.d.ts +2 -0
- package/dist/components/RestrictedRegionModal/index.d.ts +5 -0
- package/dist/components/SafeHTMLComponent/index.d.ts +5 -0
- package/dist/components/SlippageModal/index.d.ts +3 -0
- package/dist/components/StepBubble/index.d.ts +9 -0
- package/dist/components/Toast/index.d.ts +7 -0
- package/dist/components/Toast/styles.d.ts +3 -0
- package/dist/components/TokenInfoAndName/index.d.ts +9 -0
- package/dist/components/TokenSelectorModal/TokenRow.d.ts +9 -0
- package/dist/components/TokenSelectorModal/index.d.ts +11 -0
- package/dist/components/TokenSelectorPanel/index.d.ts +16 -0
- package/dist/components/Tooltip/ButtonsRow.d.ts +10 -0
- package/dist/components/Tooltip/Tooltip.d.ts +13 -0
- package/dist/components/Tooltip/styles.d.ts +2 -0
- package/dist/components/YouTooltip/YouTooltip.d.ts +3 -0
- package/dist/components/uikit-sdk/Button/Button.d.ts +4 -0
- package/dist/components/uikit-sdk/Button/IconButton.d.ts +4 -0
- package/dist/components/uikit-sdk/Button/index.d.ts +2 -0
- package/dist/components/uikit-sdk/Button/styles.d.ts +3 -0
- package/dist/components/uikit-sdk/Button/types.d.ts +46 -0
- package/dist/components/uikit-sdk/Checkbox/index.d.ts +3 -0
- package/dist/components/uikit-sdk/Checkbox/types.d.ts +11 -0
- package/dist/components/uikit-sdk/Flex/index.d.ts +5 -0
- package/dist/components/uikit-sdk/Input/Input.d.ts +9 -0
- package/dist/components/uikit-sdk/Input/NumericInput.d.ts +9 -0
- package/dist/components/uikit-sdk/Input/index.d.ts +2 -0
- package/dist/components/uikit-sdk/LoadingDots/index.d.ts +2 -0
- package/dist/components/uikit-sdk/Modal/ModalFooter.d.ts +4 -0
- package/dist/components/uikit-sdk/Modal/ModalHeader.d.ts +4 -0
- package/dist/components/uikit-sdk/Modal/index.d.ts +4 -0
- package/dist/components/uikit-sdk/Modal/styles.d.ts +3 -0
- package/dist/components/uikit-sdk/Modal/types.d.ts +17 -0
- package/dist/components/uikit-sdk/Select/Select.d.ts +4 -0
- package/dist/components/uikit-sdk/Select/SelectItem.d.ts +3 -0
- package/dist/components/uikit-sdk/Select/index.d.ts +2 -0
- package/dist/components/uikit-sdk/Select/styles.d.ts +4 -0
- package/dist/components/uikit-sdk/Select/types.d.ts +55 -0
- package/dist/components/uikit-sdk/Skeleton/index.d.ts +4 -0
- package/dist/components/uikit-sdk/Skeleton/styles.d.ts +5 -0
- package/dist/components/uikit-sdk/Skeleton/types.d.ts +18 -0
- package/dist/components/uikit-sdk/Svg/Icons/AbondFullLogo.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/AbondSmallLogo.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/AccountMonkey.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/AllChains.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/ApebondLogo.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/ApeswapSmallLogo.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Arrow.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Audit.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/BananaIcon.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/BillsM1.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/BillsM2.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/BillsM3.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Bridge.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Bubble.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Calculator.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Calendar.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Cancelled.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Card.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Caret.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Chain.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Chart.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Chat.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Close.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Cog.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/Icons/Collapse.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Copy.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Discord.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/DiscordNew.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Docs.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/DocsV2.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Ellipse.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Error.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Expand.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Explorer.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/External.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Farcaster.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Farm.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Fav.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/FilledURL.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Fire.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/FirePink.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Frame.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/FullLogo.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Gnana.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/GreenShield.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/Icons/Hamburger.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/HamburgerClosed.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Home.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Hot.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Info.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/InfoSolid.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Insight.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Instagram.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Island.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Language.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/LanguageIcon.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/LineChart.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/LiquidityIcon.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Logout.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Medium.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/MenuSettings.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Message.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Migrate.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Moon.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/More.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/NFA.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/NavCaret.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/PlaceholderMonkey.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/Icons/PlaceholderMonkeyAlt.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/Icons/Play.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Pool.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Positions.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/ProfileDark.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/ProfileIcon.d.ts +7 -0
- package/dist/components/uikit-sdk/Svg/Icons/ProfileLight.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Question.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/QuestionCircle.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/QuestionFill.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Quiz.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Receipt.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Reddit.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Rocket.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/ScrollTop.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Search.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Send.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Settings.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Share.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Sort.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Star.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/StarFilled.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Success.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/SuccessOutline.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/SwapArrows.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/SwitchArrows.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/Icons/Tag.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Telegram.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/TelegramNew.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/TextLogo.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Tick.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/TickShield.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Timer.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Trade.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Trash.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Twitter.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/URL.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Vaults.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Verified.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Wallet.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Warning.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Watch.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Website.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/WebsiteNew.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/WhitepaperNew.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/XNew.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/YellowQuestionMark.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/ZapArrow.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/ZapIcon.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/index.d.ts +117 -0
- package/dist/components/uikit-sdk/Svg/Icons/polygonNew.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/types.d.ts +16 -0
- package/dist/components/uikit-sdk/Svg/index.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/styles.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/ABOND.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/ARBITRUM.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/AVAX.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/BANANA.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/BASE.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/BERA.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/BLAST.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/BNB.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/BSC.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/CELO.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/CRONOS.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/CROSSFI.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/ETH.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/FANTOM.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/GNANA.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/GNOSIS.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/GraphLinq.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/INEVM.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/IOTA.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/KATANA.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/LIGHTLINK.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/LINEA.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/MONAD.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/OKX.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/OPTIMISM.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/POLYGON.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/POLYGONZK.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/SONIC.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/TLOS.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/UNICHAIN.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/index.d.ts +29 -0
- package/dist/components/uikit-sdk/Svg/types.d.ts +186 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/BinanceChain.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/Bitkeep.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/Brave.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/Coinbase.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/MadWallet.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/MathWallet.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/Metamask.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/Nabox.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/OKX.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/OntoWallet.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/SafePalWallet.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/SocialLogin.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/TokenPocket.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/TorusWallet.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/TrustWallet.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/Unstoppable.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/WalletConnect.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/WalletImage.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/index.d.ts +18 -0
- package/dist/components/uikit-sdk/SwiperDots/index.d.ts +6 -0
- package/dist/components/uikit-sdk/TabNav/index.d.ts +8 -0
- package/dist/components/uikit-sdk/Tag/ListTag.d.ts +4 -0
- package/dist/components/uikit-sdk/Tag/index.d.ts +1 -0
- package/dist/components/uikit-sdk/Tag/types.d.ts +3 -0
- package/dist/components/uikit-sdk/Text/index.d.ts +4 -0
- package/dist/components/uikit-sdk/Text/types.d.ts +23 -0
- package/dist/components/uikit-sdk/Toggle/index.d.ts +8 -0
- package/dist/components/uikit-sdk/Toggle/styles.d.ts +3 -0
- package/dist/components/uikit-sdk/TokenImage/index.d.ts +8 -0
- package/dist/components/uikit-sdk/TooltipBubble/index.d.ts +4 -0
- package/dist/components/uikit-sdk/TooltipBubble/styles.d.ts +4 -0
- package/dist/components/uikit-sdk/TooltipBubble/types.d.ts +18 -0
- package/dist/components/uikit-sdk/index.d.ts +15 -0
- package/dist/config/abi/types/Banana.d.ts +394 -0
- package/dist/config/abi/types/Bond.d.ts +758 -0
- package/dist/config/abi/types/BondNft.d.ts +556 -0
- package/dist/config/abi/types/EnsPublicResolver.d.ts +437 -0
- package/dist/config/abi/types/EnsRegistrar.d.ts +254 -0
- package/dist/config/abi/types/Erc20.d.ts +156 -0
- package/dist/config/abi/types/Erc20_bytes32.d.ts +50 -0
- package/dist/config/abi/types/JungleChef.d.ts +245 -0
- package/dist/config/abi/types/LaunchBonds.d.ts +1306 -0
- package/dist/config/abi/types/LensContract.d.ts +276 -0
- package/dist/config/abi/types/LockVeAbond.d.ts +1173 -0
- package/dist/config/abi/types/MigrationBond.d.ts +1074 -0
- package/dist/config/abi/types/MigrationFveAbond.d.ts +284 -0
- package/dist/config/abi/types/MiniComplexRewarder.d.ts +423 -0
- package/dist/config/abi/types/Multicallv2.d.ts +139 -0
- package/dist/config/abi/types/Multicallv3.d.ts +98 -0
- package/dist/config/abi/types/NonFungibleApes.d.ts +492 -0
- package/dist/config/abi/types/NonFungibleBananas.d.ts +468 -0
- package/dist/config/abi/types/PriceGetter.d.ts +676 -0
- package/dist/config/abi/types/PriceGetterLinea.d.ts +756 -0
- package/dist/config/abi/types/PriceGetterV2.d.ts +692 -0
- package/dist/config/abi/types/SousChef.d.ts +542 -0
- package/dist/config/abi/types/Treasury.d.ts +274 -0
- package/dist/config/abi/types/Weth.d.ts +206 -0
- package/dist/config/abi/types/Zap.d.ts +484 -0
- package/dist/config/abi/types/common.d.ts +22 -0
- package/dist/config/abi/types/factories/Banana__factory.d.ts +475 -0
- package/dist/config/abi/types/factories/BondNft__factory.d.ts +723 -0
- package/dist/config/abi/types/factories/Bond__factory.d.ts +799 -0
- package/dist/config/abi/types/factories/EnsPublicResolver__factory.d.ts +649 -0
- package/dist/config/abi/types/factories/EnsRegistrar__factory.d.ts +338 -0
- package/dist/config/abi/types/factories/Erc20__factory.d.ts +175 -0
- package/dist/config/abi/types/factories/Erc20_bytes32__factory.d.ts +30 -0
- package/dist/config/abi/types/factories/JungleChef__factory.d.ts +247 -0
- package/dist/config/abi/types/factories/LaunchBonds__factory.d.ts +1560 -0
- package/dist/config/abi/types/factories/LensContract__factory.d.ts +254 -0
- package/dist/config/abi/types/factories/LockVeAbond__factory.d.ts +1698 -0
- package/dist/config/abi/types/factories/MigrationBond__factory.d.ts +1268 -0
- package/dist/config/abi/types/factories/MigrationFveAbond__factory.d.ts +262 -0
- package/dist/config/abi/types/factories/MiniComplexRewarder__factory.d.ts +448 -0
- package/dist/config/abi/types/factories/Multicallv2__factory.d.ts +115 -0
- package/dist/config/abi/types/factories/Multicallv3__factory.d.ts +76 -0
- package/dist/config/abi/types/factories/NonFungibleApes__factory.d.ts +617 -0
- package/dist/config/abi/types/factories/NonFungibleBananas__factory.d.ts +576 -0
- package/dist/config/abi/types/factories/PriceGetterLinea__factory.d.ts +1105 -0
- package/dist/config/abi/types/factories/PriceGetterV2__factory.d.ts +1027 -0
- package/dist/config/abi/types/factories/PriceGetter__factory.d.ts +999 -0
- package/dist/config/abi/types/factories/SousChef__factory.d.ts +511 -0
- package/dist/config/abi/types/factories/Treasury__factory.d.ts +235 -0
- package/dist/config/abi/types/factories/Weth__factory.d.ts +220 -0
- package/dist/config/abi/types/factories/Zap__factory.d.ts +695 -0
- package/dist/config/abi/types/factories/index.d.ts +25 -0
- package/dist/config/abi/types/index.d.ts +51 -0
- package/dist/config/constants/addresses.d.ts +10 -0
- package/dist/config/constants/chains.d.ts +7 -0
- package/dist/config/constants/networks.d.ts +2 -0
- package/dist/config/constants/queryKeys.d.ts +47 -0
- package/dist/config/constants/tokens.d.ts +5 -0
- package/dist/config/constants/tooltips.d.ts +17 -0
- package/dist/config/constants/variables.d.ts +6 -0
- package/dist/contexts/ModalContext.d.ts +14 -0
- package/dist/contexts/Popups.d.ts +5 -0
- package/dist/contexts/RefreshContext.d.ts +10 -0
- package/dist/contexts/SwiperProvider.d.ts +12 -0
- package/dist/hooks/useDebounce.d.ts +1 -0
- package/dist/hooks/useIsMobile.d.ts +1 -0
- package/dist/hooks/useModal.d.ts +3 -0
- package/dist/hooks/useMonitorTxHash.d.ts +25 -0
- package/dist/hooks/useRefresh.d.ts +6 -0
- package/dist/hooks/useSendReferenceId.d.ts +2 -0
- package/dist/hooks/useSortedZapList.d.ts +9 -0
- package/dist/hooks/useSwiper.d.ts +2 -0
- package/dist/hooks/useTimer.d.ts +2 -0
- package/dist/hooks/useTokenFromZapList.d.ts +3 -0
- package/dist/hooks/useTopTags.d.ts +2 -0
- package/dist/main.d.ts +10 -0
- package/dist/main.js +96120 -0
- package/dist/providers/index.d.ts +6 -0
- package/dist/state/abtesting/useABTesting.d.ts +11 -0
- package/dist/state/abtesting/useCookie.d.ts +9 -0
- package/dist/state/activeView/index.d.ts +9 -0
- package/dist/state/allowance/useAllowance.d.ts +15 -0
- package/dist/state/balance/useCurrencyBalance.d.ts +4 -0
- package/dist/state/balance/useUserTokensBalance.d.ts +10 -0
- package/dist/state/bondApiStats/useGetBondApiStats.d.ts +25 -0
- package/dist/state/bondApiStats/useUserApiStats.d.ts +22 -0
- package/dist/state/bonds/useBondNFTData.d.ts +5 -0
- package/dist/state/bonds/useBondsData.d.ts +9 -0
- package/dist/state/bonds/useBondsList.d.ts +4 -0
- package/dist/state/bonds/useGetBondRecommendations.d.ts +28 -0
- package/dist/state/bonds/useHotBonds.d.ts +6 -0
- package/dist/state/bonds/useTierProofSignature.d.ts +4 -0
- package/dist/state/bonds/useUserBonds.d.ts +6 -0
- package/dist/state/bonds/utils.d.ts +4 -0
- package/dist/state/chainFilterOption/useChainFilterOption.d.ts +4 -0
- package/dist/state/favoriteTokens/useFavoriteTokens.d.ts +4 -0
- package/dist/state/geoFencing/useGeoFencing.d.ts +5 -0
- package/dist/state/popups/usePopups.d.ts +14 -0
- package/dist/state/preTGEBonds/usePreTGEList.d.ts +4 -0
- package/dist/state/preTGEBonds/usePreTGEUserBonds.d.ts +26 -0
- package/dist/state/price/useCurrencyPrice.d.ts +3 -0
- package/dist/state/slippage/useSlippage.d.ts +1 -0
- package/dist/state/tiers/useTierPoints.d.ts +35 -0
- package/dist/state/tokenPrices/useTokenPrices.d.ts +11 -0
- package/dist/state/useSDKConfig.d.ts +35 -0
- package/dist/state/zap/getChainParam.d.ts +16 -0
- package/dist/state/zap/useSoulZapBondQuote.d.ts +4 -0
- package/dist/state/zap/useSoulZapTokenQuote.d.ts +3 -0
- package/dist/styles.css +1989 -0
- package/dist/theme/base.d.ts +112 -0
- package/dist/theme/colors.d.ts +20 -0
- package/dist/theme/components.d.ts +431 -0
- package/dist/theme/index.d.ts +2 -0
- package/dist/types/bonds.d.ts +30 -0
- package/dist/types/yourbonds.d.ts +81 -0
- package/dist/utils/convertToTokenValue.d.ts +4 -0
- package/dist/utils/dates/formatDate.d.ts +1 -0
- package/dist/utils/displayHelpers.d.ts +31 -0
- package/dist/utils/formatNumber.d.ts +3 -0
- package/dist/utils/formatNumbers.d.ts +33 -0
- package/dist/utils/getBalanceNumber.d.ts +2 -0
- package/dist/utils/getDotPos.d.ts +1 -0
- package/dist/utils/getNativeTicker.d.ts +2 -0
- package/dist/utils/getTimePeriods.d.ts +14 -0
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/localStorageHelpers.d.ts +3 -0
- package/dist/utils/multicall.d.ts +7 -0
- package/dist/utils/numbers.d.ts +5 -0
- package/dist/utils/remove0xPrefix.d.ts +1 -0
- package/dist/utils/reportError.d.ts +8 -0
- package/dist/utils/roundNumber.d.ts +7 -0
- package/dist/utils/track.d.ts +7 -0
- package/dist/views/Bonds/Bonds.d.ts +9 -0
- package/dist/views/Bonds/components/BannerTestnet/BannerTestnet.d.ts +6 -0
- package/dist/views/Bonds/components/BondRows/BondRow.d.ts +24 -0
- package/dist/views/Bonds/components/BondRows/BondRowsByChain.d.ts +9 -0
- package/dist/views/Bonds/components/BondRows/BondRowsWithTitle.d.ts +10 -0
- package/dist/views/Bonds/components/BondRows/ChainTitle.d.ts +8 -0
- package/dist/views/Bonds/components/BondRows/ModalHandler.d.ts +7 -0
- package/dist/views/Bonds/components/BondsMenu/BondsMenu.d.ts +13 -0
- package/dist/views/Bonds/components/BonusComponents/BonusComponent.d.ts +11 -0
- package/dist/views/Bonds/components/BonusComponents/BonusContainer.d.ts +11 -0
- package/dist/views/Bonds/components/BonusComponents/BonusTable.d.ts +9 -0
- package/dist/views/Bonds/components/BuyAgainRow/index.d.ts +3 -0
- package/dist/views/Bonds/components/CheckURL/index.d.ts +4 -0
- package/dist/views/Bonds/components/HotBondCards/HotBondCard.d.ts +6 -0
- package/dist/views/Bonds/components/HotBondCards/index.d.ts +4 -0
- package/dist/views/Bonds/components/HotBondCards/styles.d.ts +2 -0
- package/dist/views/Bonds/components/RecommendationCards/SmallRecommendationCard.d.ts +13 -0
- package/dist/views/Bonds/components/RecommendationCards/index.d.ts +11 -0
- package/dist/views/Bonds/components/RecommendationCards/styles.d.ts +2 -0
- package/dist/views/Bonds/index.d.ts +4 -0
- package/dist/views/Bonds/utils.d.ts +18 -0
- package/dist/views/BuyBond/BuyBond.d.ts +10 -0
- package/dist/views/BuyBond/BuyBondModal.d.ts +4 -0
- package/dist/views/BuyBond/components/BondCards.d.ts +6 -0
- package/dist/views/BuyBond/components/BondModalHeader.d.ts +8 -0
- package/dist/views/BuyBond/components/BondModalMinTierHeader.d.ts +5 -0
- package/dist/views/BuyBond/components/Estimations.d.ts +11 -0
- package/dist/views/BuyBond/components/ExpandedViewButton.d.ts +6 -0
- package/dist/views/BuyBond/components/GetUpToComponent/GetUpToComponent.d.ts +8 -0
- package/dist/views/BuyBond/components/NewRateModal/NewRateModal.d.ts +12 -0
- package/dist/views/BuyBond/components/NoBonusModal/NoBonusModal.d.ts +7 -0
- package/dist/views/BuyBond/components/ProjectDescription.d.ts +6 -0
- package/dist/views/BuyBond/findHighestTrueBondPrice.d.ts +15 -0
- package/dist/views/BuyBond/index.d.ts +7 -0
- package/dist/views/FullBondsView/FullBondsView.d.ts +7 -0
- package/dist/views/FullBondsView/index.d.ts +4 -0
- package/dist/views/GooSale/GooSale.d.ts +7 -0
- package/dist/views/GooSale/bondsList.d.ts +554 -0
- package/dist/views/GooSale/components/BannerTestnet/BannerTestnet.d.ts +6 -0
- package/dist/views/GooSale/components/BondFilters/BondFilters.d.ts +7 -0
- package/dist/views/GooSale/components/BondRows/BondRow.d.ts +16 -0
- package/dist/views/GooSale/components/BondRows/BondRowsByChain.d.ts +7 -0
- package/dist/views/GooSale/components/BondRows/BondRowsWithTitle.d.ts +8 -0
- package/dist/views/GooSale/components/BondRows/ChainTitle.d.ts +7 -0
- package/dist/views/GooSale/components/BondRows/ModalHandler.d.ts +7 -0
- package/dist/views/GooSale/components/BondsMenu/BondsMenu.d.ts +12 -0
- package/dist/views/GooSale/components/BonusComponents/BonusComponent.d.ts +11 -0
- package/dist/views/GooSale/components/BonusComponents/BonusContainer.d.ts +11 -0
- package/dist/views/GooSale/components/BonusComponents/BonusTable.d.ts +9 -0
- package/dist/views/GooSale/components/BuyBond/BuyBond.d.ts +19 -0
- package/dist/views/GooSale/components/BuyBond/BuyBondModal.d.ts +4 -0
- package/dist/views/GooSale/components/BuyBond/components/BondCards.d.ts +9 -0
- package/dist/views/GooSale/components/BuyBond/components/BondModalHeader.d.ts +9 -0
- package/dist/views/GooSale/components/BuyBond/components/BondModalMinTierHeader.d.ts +5 -0
- package/dist/views/GooSale/components/BuyBond/components/Estimations.d.ts +13 -0
- package/dist/views/GooSale/components/BuyBond/components/ExpandedViewButton.d.ts +6 -0
- package/dist/views/GooSale/components/BuyBond/components/GetUpToComponent/GetUpToComponent.d.ts +8 -0
- package/dist/views/GooSale/components/BuyBond/components/NewRateModal/NewRateModal.d.ts +12 -0
- package/dist/views/GooSale/components/BuyBond/components/NoBonusModal/NoBonusModal.d.ts +7 -0
- package/dist/views/GooSale/components/BuyBond/components/ProjectDescription.d.ts +6 -0
- package/dist/views/GooSale/components/BuyBond/findHighestTrueBondPrice.d.ts +15 -0
- package/dist/views/GooSale/components/BuyBond/index.d.ts +7 -0
- package/dist/views/GooSale/components/CheckURL/index.d.ts +4 -0
- package/dist/views/GooSale/components/HotBondCards/HotBondCard.d.ts +6 -0
- package/dist/views/GooSale/components/HotBondCards/index.d.ts +4 -0
- package/dist/views/GooSale/components/HotBondCards/styles.d.ts +2 -0
- package/dist/views/GooSale/components/NetworkFilter/index.d.ts +5 -0
- package/dist/views/GooSale/components/ProgressBar/ProgressBar.d.ts +7 -0
- package/dist/views/GooSale/components/ProgressBar/styles.d.ts +2 -0
- package/dist/views/GooSale/components/RecommendationCards/SmallRecommendationCard.d.ts +13 -0
- package/dist/views/GooSale/components/RecommendationCards/index.d.ts +11 -0
- package/dist/views/GooSale/components/RecommendationCards/styles.d.ts +2 -0
- package/dist/views/GooSale/components/TokenInfoAndName/index.d.ts +9 -0
- package/dist/views/GooSale/components/Tooltip/ButtonsRow.d.ts +7 -0
- package/dist/views/GooSale/components/Tooltip/Tooltip.d.ts +12 -0
- package/dist/views/GooSale/components/Tooltip/styles.d.ts +2 -0
- package/dist/views/GooSale/components/TransactionModal/TransactionModal.d.ts +19 -0
- package/dist/views/GooSale/components/YourGoo/YourGoo.d.ts +1 -0
- package/dist/views/GooSale/hooks/preTGEGooBonds/usePreTGEList.d.ts +4 -0
- package/dist/views/GooSale/hooks/preTGEGooBonds/usePreTGEUserBonds.d.ts +30 -0
- package/dist/views/GooSale/hooks/useGooEligibility.d.ts +7 -0
- package/dist/views/GooSale/hooks/useSaleInfo.d.ts +41 -0
- package/dist/views/GooSale/hooks/useUserInfo.d.ts +12 -0
- package/dist/views/GooSale/hooks/useYourGoo.d.ts +19 -0
- package/dist/views/GooSale/index.d.ts +4 -0
- package/dist/views/GooSale/utils.d.ts +31 -0
- package/dist/views/PreTGEBonds/components/BuyComponent/BondCards.d.ts +6 -0
- package/dist/views/PreTGEBonds/components/BuyComponent/ParticipationSuccessful.d.ts +8 -0
- package/dist/views/PreTGEBonds/components/BuyComponent/PreTGEBuyComponent.d.ts +8 -0
- package/dist/views/PreTGEBonds/components/BuyComponent/PreTGEModalHandler.d.ts +7 -0
- package/dist/views/PreTGEBonds/components/BuyComponent/styles.d.ts +22 -0
- package/dist/views/PreTGEBonds/components/PreTGEUserRows/PreTGEActions.d.ts +6 -0
- package/dist/views/PreTGEBonds/components/PreTGEUserRows/PreTGEUserRow.d.ts +7 -0
- package/dist/views/ProjectView/ProjectView.d.ts +13 -0
- package/dist/views/ProjectView/components/BondLeaderboard/components/SalesTable.d.ts +6 -0
- package/dist/views/ProjectView/components/BondLeaderboard/components/TopSaleCard.d.ts +7 -0
- package/dist/views/ProjectView/components/BondLeaderboard/components/TopThreeSalesCards.d.ts +6 -0
- package/dist/views/ProjectView/components/BondLeaderboard/components/styles.d.ts +2 -0
- package/dist/views/ProjectView/components/BondLeaderboard/index.d.ts +6 -0
- package/dist/views/ProjectView/components/BondStats/index.d.ts +6 -0
- package/dist/views/ProjectView/components/BondStats/styles.d.ts +2 -0
- package/dist/views/ProjectView/components/BondStats/types.d.ts +43 -0
- package/dist/views/ProjectView/components/BondStats/utils.d.ts +1 -0
- package/dist/views/ProjectView/components/NavPanel/index.d.ts +5 -0
- package/dist/views/ProjectView/components/PriceChart/components/CandleStickChart.d.ts +9 -0
- package/dist/views/ProjectView/components/PriceChart/components/LineChart.d.ts +9 -0
- package/dist/views/ProjectView/components/PriceChart/components/utils.d.ts +1 -0
- package/dist/views/ProjectView/components/PriceChart/index.d.ts +8 -0
- package/dist/views/ProjectView/components/PriceChart/styles.d.ts +2 -0
- package/dist/views/ProjectView/components/ProjectInfo/index.d.ts +6 -0
- package/dist/views/ProjectView/components/ProjectInfo/styles.d.ts +2 -0
- package/dist/views/ProjectView/components/RecommendationCards/index.d.ts +3 -0
- package/dist/views/ProjectView/index.d.ts +7 -0
- package/dist/views/ProjectView/styles.d.ts +2 -0
- package/dist/views/SingleBond/SingleBond.d.ts +6 -0
- package/dist/views/SingleBond/SoldOutBuyBondPlaceholder.d.ts +8 -0
- package/dist/views/SingleBond/index.d.ts +7 -0
- package/dist/views/TransactionModal/TransactionModal.d.ts +19 -0
- package/dist/views/YourBonds/YourBonds.d.ts +7 -0
- package/dist/views/YourBonds/components/ClaimAll/ClaimAllModal.d.ts +3 -0
- package/dist/views/YourBonds/components/ClaimAll/index.d.ts +3 -0
- package/dist/views/YourBonds/components/UserBondRow/index.d.ts +6 -0
- package/dist/views/YourBonds/components/YourBondsMenu/YourBondsMenu.d.ts +12 -0
- package/dist/views/YourBonds/fetchBillsUser.d.ts +5 -0
- package/dist/views/YourBonds/getBillNftData.d.ts +9 -0
- package/dist/views/YourBonds/index.d.ts +4 -0
- package/dist/views/YourBondsModal/YourBondsModal.d.ts +7 -0
- package/dist/views/YourBondsModal/components/LinkShare/LinkShare.d.ts +7 -0
- package/dist/views/YourBondsModal/components/LinkShare/styles.d.ts +2 -0
- package/dist/views/YourBondsModal/components/LinkShare/templateImageShare.d.ts +2 -0
- package/dist/views/YourBondsModal/components/LinkShare/utils.d.ts +2 -0
- package/dist/views/YourBondsModal/components/Recommendations/CardRecommendation.d.ts +7 -0
- package/dist/views/YourBondsModal/components/Recommendations/CardRecommendationsMobile.d.ts +6 -0
- package/dist/views/YourBondsModal/components/Recommendations/Recommendations.d.ts +6 -0
- package/dist/views/YourBondsModal/components/TransferBondModal/TransferAction.d.ts +8 -0
- package/dist/views/YourBondsModal/components/TransferBondModal/index.d.ts +8 -0
- package/dist/views/ZapModal/index.d.ts +13 -0
- package/dist/views/ZapModal/styles.d.ts +2 -0
- package/package.json +100 -0
package/dist/styles.css
ADDED
|
@@ -0,0 +1,1989 @@
|
|
|
1
|
+
.accordion-title {
|
|
2
|
+
padding-right: 10px;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.bonds-filters {
|
|
6
|
+
display: flex;
|
|
7
|
+
width: 100%;
|
|
8
|
+
justify-content: space-between;
|
|
9
|
+
}
|
|
10
|
+
@media screen and (min-width: 1000px) {
|
|
11
|
+
.bonds-filters {
|
|
12
|
+
justify-content: flex-end;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
.bonds-filters .desktop-rec-container {
|
|
16
|
+
justify-content: flex-end;
|
|
17
|
+
display: none;
|
|
18
|
+
margin-right: 20px;
|
|
19
|
+
}
|
|
20
|
+
@media screen and (min-width: 1000px) {
|
|
21
|
+
.bonds-filters .desktop-rec-container {
|
|
22
|
+
display: flex;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
.bonds-filters .mobile-rec-container {
|
|
26
|
+
display: flex;
|
|
27
|
+
width: 49%;
|
|
28
|
+
}
|
|
29
|
+
@media screen and (min-width: 1000px) {
|
|
30
|
+
.bonds-filters .mobile-rec-container {
|
|
31
|
+
display: none;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
.bonds-filters .network-filter {
|
|
35
|
+
display: flex;
|
|
36
|
+
}
|
|
37
|
+
@media screen and (max-width: 1000px) {
|
|
38
|
+
.bonds-filters .network-filter {
|
|
39
|
+
width: 49%;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
.bonds-filters .clear-all-button {
|
|
43
|
+
display: none;
|
|
44
|
+
align-items: center;
|
|
45
|
+
width: 110px;
|
|
46
|
+
height: 34px;
|
|
47
|
+
color: var(--theme-ui-colors-textDisabledButton);
|
|
48
|
+
font-size: 14px;
|
|
49
|
+
background: var(--theme-ui-colors-white2);
|
|
50
|
+
padding: 8px 16px;
|
|
51
|
+
justify-content: center;
|
|
52
|
+
font-weight: 500;
|
|
53
|
+
margin-left: 15px;
|
|
54
|
+
line-height: 13px;
|
|
55
|
+
cursor: pointer;
|
|
56
|
+
}
|
|
57
|
+
@media screen and (min-width: 1000px) {
|
|
58
|
+
.bonds-filters .clear-all-button {
|
|
59
|
+
display: flex;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.bonds-cards {
|
|
64
|
+
display: flex;
|
|
65
|
+
width: 100%;
|
|
66
|
+
flex-direction: column;
|
|
67
|
+
}
|
|
68
|
+
@media screen and (min-width: 800px) {
|
|
69
|
+
.bonds-cards {
|
|
70
|
+
flex-direction: row;
|
|
71
|
+
gap: 5px;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
.bonds-cards .bond-card-block {
|
|
75
|
+
display: flex;
|
|
76
|
+
padding: 8px 12px;
|
|
77
|
+
background: var(--theme-ui-colors-white3);
|
|
78
|
+
width: 100%;
|
|
79
|
+
align-items: center;
|
|
80
|
+
justify-content: space-between;
|
|
81
|
+
margin-bottom: 1px;
|
|
82
|
+
}
|
|
83
|
+
@media screen and (min-width: 800px) {
|
|
84
|
+
.bonds-cards .bond-card-block {
|
|
85
|
+
width: 350px;
|
|
86
|
+
flex-direction: column;
|
|
87
|
+
padding: 12px;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
.bonds-cards .bond-card-block .bond-card-title {
|
|
91
|
+
display: flex;
|
|
92
|
+
font-weight: 400;
|
|
93
|
+
font-size: 12px;
|
|
94
|
+
}
|
|
95
|
+
@media screen and (min-width: 800px) {
|
|
96
|
+
.bonds-cards .bond-card-block .bond-card-title {
|
|
97
|
+
padding-bottom: 5px;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
.bonds-cards .bond-card-block .bond-card-tooltip {
|
|
101
|
+
padding-left: 5px;
|
|
102
|
+
align-items: flex-start;
|
|
103
|
+
cursor: pointer;
|
|
104
|
+
}
|
|
105
|
+
.bonds-cards .bond-card-block .bond-card-content {
|
|
106
|
+
display: flex;
|
|
107
|
+
font-size: 12px;
|
|
108
|
+
font-weight: 700;
|
|
109
|
+
}
|
|
110
|
+
@media screen and (min-width: 800px) {
|
|
111
|
+
.bonds-cards .bond-card-block .bond-card-content {
|
|
112
|
+
font-size: 16px;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
.bonds-cards .hide-mobile {
|
|
116
|
+
display: none;
|
|
117
|
+
}
|
|
118
|
+
@media screen and (min-width: 800px) {
|
|
119
|
+
.bonds-cards .hide-mobile {
|
|
120
|
+
display: flex;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.modal {
|
|
125
|
+
width: fit-content !important;
|
|
126
|
+
max-width: 95%;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.project-image {
|
|
130
|
+
border-radius: 6px;
|
|
131
|
+
width: 100%;
|
|
132
|
+
}
|
|
133
|
+
@media (min-width: 1100px) {
|
|
134
|
+
.project-image {
|
|
135
|
+
width: 475px;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.modal-content {
|
|
140
|
+
display: flex;
|
|
141
|
+
flex-direction: column;
|
|
142
|
+
border-radius: 10px;
|
|
143
|
+
background-color: var(--theme-ui-colors-white2);
|
|
144
|
+
border-radius: 10px;
|
|
145
|
+
width: 100%;
|
|
146
|
+
}
|
|
147
|
+
.modal-content .gold-ribbon {
|
|
148
|
+
display: none;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.modal-content.gold-rush .gold-ribbon {
|
|
152
|
+
display: block;
|
|
153
|
+
top: 0px;
|
|
154
|
+
left: 0px;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.modaltable-container {
|
|
158
|
+
width: 100%;
|
|
159
|
+
display: flex;
|
|
160
|
+
flex-direction: column;
|
|
161
|
+
position: relative;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.slipagge-close-icons {
|
|
165
|
+
position: absolute;
|
|
166
|
+
top: -10px;
|
|
167
|
+
right: -3px;
|
|
168
|
+
cursor: pointer;
|
|
169
|
+
flex-direction: column;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.title-container.bondicon {
|
|
173
|
+
display: flex;
|
|
174
|
+
flex-direction: row;
|
|
175
|
+
align-items: center;
|
|
176
|
+
position: relative;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.icon-container {
|
|
180
|
+
position: relative;
|
|
181
|
+
display: inline-block;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.icon-container svg {
|
|
185
|
+
position: absolute;
|
|
186
|
+
top: -8px;
|
|
187
|
+
right: -5px;
|
|
188
|
+
z-index: 1;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.icon-container img {
|
|
192
|
+
display: block;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.icon-container-small {
|
|
196
|
+
position: relative;
|
|
197
|
+
display: inline-block;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.icon-container-small svg {
|
|
201
|
+
position: absolute;
|
|
202
|
+
top: -5px;
|
|
203
|
+
right: -4px;
|
|
204
|
+
z-index: 1;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.icon-container-small img {
|
|
208
|
+
display: block;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.title-container.bondname {
|
|
212
|
+
display: flex;
|
|
213
|
+
flex-direction: column;
|
|
214
|
+
padding-left: 20px;
|
|
215
|
+
font-size: 24px;
|
|
216
|
+
font-weight: 700;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.title-container.bondname-small {
|
|
220
|
+
display: flex;
|
|
221
|
+
flex-direction: row;
|
|
222
|
+
align-items: center;
|
|
223
|
+
padding-left: 10px;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.price-container.price {
|
|
227
|
+
font-size: 14px;
|
|
228
|
+
text-decoration: line-through;
|
|
229
|
+
opacity: 0.5;
|
|
230
|
+
font-weight: 400;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.title-container.tokentags {
|
|
234
|
+
display: flex;
|
|
235
|
+
align-items: center;
|
|
236
|
+
padding-left: 10px;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.description-container {
|
|
240
|
+
display: flex;
|
|
241
|
+
align-items: flex-start;
|
|
242
|
+
font-weight: 400;
|
|
243
|
+
font-size: 14px;
|
|
244
|
+
line-height: 21px;
|
|
245
|
+
padding: 10px 0;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.modaltable-container.blocks-container {
|
|
249
|
+
display: flex;
|
|
250
|
+
flex-direction: row;
|
|
251
|
+
align-items: center;
|
|
252
|
+
width: 100%;
|
|
253
|
+
justify-content: space-around;
|
|
254
|
+
margin-top: 5px;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
.modal-block {
|
|
258
|
+
min-width: 0px;
|
|
259
|
+
display: flex;
|
|
260
|
+
flex-direction: column;
|
|
261
|
+
align-items: center;
|
|
262
|
+
background: var(--theme-ui-colors-white3);
|
|
263
|
+
font-weight: 900;
|
|
264
|
+
font-size: 16px;
|
|
265
|
+
border-radius: 10px;
|
|
266
|
+
height: 90%;
|
|
267
|
+
padding: 13px;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
.block-header {
|
|
271
|
+
color: white;
|
|
272
|
+
font-weight: 400;
|
|
273
|
+
font-size: 12px;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.header-icon {
|
|
277
|
+
padding-left: 5px;
|
|
278
|
+
align-items: flex-start;
|
|
279
|
+
cursor: pointer;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
.block-content {
|
|
283
|
+
align-items: center;
|
|
284
|
+
font-weight: 700;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.modal-block.block-discount {
|
|
288
|
+
margin: 0px 10px 0px 0px;
|
|
289
|
+
width: 350px;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.discount-positive {
|
|
293
|
+
color: #38A611;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
.discount-negative {
|
|
297
|
+
color: #DF4141;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.modal-block.block-arr {
|
|
301
|
+
margin: 0px 10px 0px 0px;
|
|
302
|
+
width: 350px;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
.modal-block.block-term {
|
|
306
|
+
margin: 0px 10px 0px 0px;
|
|
307
|
+
width: 350px;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
.modal-block.block-maxbuy {
|
|
311
|
+
width: 350px;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
.modaltable-container.text-container {
|
|
315
|
+
display: flex;
|
|
316
|
+
flex-direction: column;
|
|
317
|
+
justify-content: center;
|
|
318
|
+
font-size: 12px;
|
|
319
|
+
padding: 10px 0;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
.text-container.row {
|
|
323
|
+
padding-top: 2px;
|
|
324
|
+
padding-bottom: 2px;
|
|
325
|
+
display: flex;
|
|
326
|
+
flex-direction: row;
|
|
327
|
+
justify-content: space-between;
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
.row-container {
|
|
331
|
+
display: flex;
|
|
332
|
+
font-weight: 400;
|
|
333
|
+
align-items: center;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.row-container.spend {
|
|
337
|
+
display: flex;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.row-container.spend-val {
|
|
341
|
+
display: flex;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
.row-container.premium {
|
|
345
|
+
display: flex;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
.row-container.premium-icon {
|
|
349
|
+
padding-left: 5px;
|
|
350
|
+
align-items: flex-start;
|
|
351
|
+
cursor: pointer;
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
.row-container.premium-val {
|
|
355
|
+
display: flex;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
.premium-positive {
|
|
359
|
+
color: #38A611;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
.premium-negative {
|
|
363
|
+
color: #DF4141;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
.row-container.get {
|
|
367
|
+
display: flex;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
.row-container.get-val {
|
|
371
|
+
display: flex;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
.modaltable-container.buy-container {
|
|
375
|
+
display: flex;
|
|
376
|
+
flex-direction: column;
|
|
377
|
+
background: var(--theme-ui-colors-white3);
|
|
378
|
+
border-radius: 10px;
|
|
379
|
+
min-height: 96px;
|
|
380
|
+
padding: 10px;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
.input-container.inputrow {
|
|
384
|
+
flex-direction: row;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
.input-container.balancerow {
|
|
388
|
+
flex-direction: row;
|
|
389
|
+
align-items: center;
|
|
390
|
+
justify-content: space-between;
|
|
391
|
+
opacity: 0.8;
|
|
392
|
+
padding-left: 6px;
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
.balancerow.text {
|
|
396
|
+
opacity: 0.8;
|
|
397
|
+
align-items: center;
|
|
398
|
+
font-size: 12px;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
.balancerow.max {
|
|
402
|
+
align-items: center;
|
|
403
|
+
cursor: pointer;
|
|
404
|
+
}
|
|
405
|
+
.balancerow.max .max-button {
|
|
406
|
+
background: var(--theme-ui-colors-primaryButton);
|
|
407
|
+
height: 22px;
|
|
408
|
+
padding-left: 8px;
|
|
409
|
+
padding-right: 8px;
|
|
410
|
+
cursor: "pointer";
|
|
411
|
+
font-size: 12px;
|
|
412
|
+
font-weight: 600;
|
|
413
|
+
border-radius: small;
|
|
414
|
+
margin-left: 10px;
|
|
415
|
+
transition: "all .3s linear";
|
|
416
|
+
display: flex;
|
|
417
|
+
align-items: center;
|
|
418
|
+
justify-content: center;
|
|
419
|
+
}
|
|
420
|
+
.balancerow.max .max-button:active {
|
|
421
|
+
transform: scale(0.9);
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
.input-container.input {
|
|
425
|
+
background-color: transparent;
|
|
426
|
+
border-radius: 10px;
|
|
427
|
+
border: medium;
|
|
428
|
+
padding-right: 10px;
|
|
429
|
+
width: 100%;
|
|
430
|
+
font-size: 22px;
|
|
431
|
+
}
|
|
432
|
+
.input-container.input Input {
|
|
433
|
+
border: none;
|
|
434
|
+
display: inline-block;
|
|
435
|
+
}
|
|
436
|
+
.input-container.input Input:focus {
|
|
437
|
+
outline: none;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
.input-container.token {
|
|
441
|
+
display: flex;
|
|
442
|
+
align-items: center;
|
|
443
|
+
font-size: 12px;
|
|
444
|
+
font-weight: bold;
|
|
445
|
+
background: var(--theme-ui-colors-white4);
|
|
446
|
+
position: relative;
|
|
447
|
+
width: 190px;
|
|
448
|
+
height: 36px;
|
|
449
|
+
justify-content: space-between;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
.input-container.bondicon {
|
|
453
|
+
margin-left: 5px;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
.modaltable-container.button-container {
|
|
457
|
+
width: 100%;
|
|
458
|
+
padding-top: 10px;
|
|
459
|
+
display: flex;
|
|
460
|
+
flex-direction: row;
|
|
461
|
+
justify-content: space-between;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.button-container.get {
|
|
465
|
+
justify-content: center;
|
|
466
|
+
align-items: center;
|
|
467
|
+
cursor: pointer;
|
|
468
|
+
width: 45%;
|
|
469
|
+
min-width: 110px;
|
|
470
|
+
}
|
|
471
|
+
.button-container.get .action-button {
|
|
472
|
+
margin-right: 10px;
|
|
473
|
+
padding: 9px 5px;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.button-container.buy {
|
|
477
|
+
justify-content: center;
|
|
478
|
+
align-items: center;
|
|
479
|
+
cursor: pointer;
|
|
480
|
+
width: 100%;
|
|
481
|
+
}
|
|
482
|
+
.button-container.buy .action-button {
|
|
483
|
+
width: 100%;
|
|
484
|
+
}
|
|
485
|
+
.button-container.buy .switch-button {
|
|
486
|
+
width: 100%;
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
.modaltable-container.accordion-container {
|
|
490
|
+
display: flex;
|
|
491
|
+
position: absolute;
|
|
492
|
+
padding: 30px 50px;
|
|
493
|
+
background: #12131A;
|
|
494
|
+
width: 100%;
|
|
495
|
+
border-radius: 0 0 10px 10px;
|
|
496
|
+
gap: 10px !important;
|
|
497
|
+
}
|
|
498
|
+
@media (min-width: 1100px) {
|
|
499
|
+
.modaltable-container.accordion-container {
|
|
500
|
+
width: 90%;
|
|
501
|
+
left: 5%;
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
.toast {
|
|
506
|
+
position: fixed;
|
|
507
|
+
top: 50px;
|
|
508
|
+
right: 20px;
|
|
509
|
+
background-color: var(--theme-ui-colors-white2);
|
|
510
|
+
color: white;
|
|
511
|
+
font-size: 24px;
|
|
512
|
+
padding: 10px 20px;
|
|
513
|
+
border-radius: 5px;
|
|
514
|
+
height: 75px;
|
|
515
|
+
align-items: center;
|
|
516
|
+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
|
517
|
+
z-index: 9999;
|
|
518
|
+
animation: fadein 0.5s, fadeout 0.5s 4.5s;
|
|
519
|
+
cursor: pointer;
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
@keyframes fadein {
|
|
523
|
+
from {
|
|
524
|
+
top: 0;
|
|
525
|
+
opacity: 0;
|
|
526
|
+
}
|
|
527
|
+
to {
|
|
528
|
+
top: 50px;
|
|
529
|
+
opacity: 1;
|
|
530
|
+
}
|
|
531
|
+
}
|
|
532
|
+
@keyframes fadeout {
|
|
533
|
+
from {
|
|
534
|
+
top: 50px;
|
|
535
|
+
opacity: 1;
|
|
536
|
+
}
|
|
537
|
+
to {
|
|
538
|
+
top: 0;
|
|
539
|
+
opacity: 0;
|
|
540
|
+
}
|
|
541
|
+
}
|
|
542
|
+
.button-container.zap {
|
|
543
|
+
width: 100%;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
.switch-button.zap {
|
|
547
|
+
width: 100%;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
.font-small {
|
|
551
|
+
font-size: 14px;
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
.font-x-small {
|
|
555
|
+
font-size: 12px;
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
.text-highlight {
|
|
559
|
+
color: #38A611;
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
.paragraph-spaced {
|
|
563
|
+
line-height: 150%;
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
.button-narrow {
|
|
567
|
+
width: 190px !important;
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
.fading-hr {
|
|
571
|
+
border: none;
|
|
572
|
+
height: 1px;
|
|
573
|
+
/* Adjust thickness */
|
|
574
|
+
background: linear-gradient(to right, transparent, white, transparent);
|
|
575
|
+
/* White fades to transparent */
|
|
576
|
+
width: 100%;
|
|
577
|
+
/* Full width */
|
|
578
|
+
margin: 20px 0;
|
|
579
|
+
/* Adjust margin for spacing */
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
.rotate-hr {
|
|
583
|
+
rotate: 90deg;
|
|
584
|
+
margin: 0px !important;
|
|
585
|
+
width: 20px !important;
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
span.flex-inline {
|
|
589
|
+
display: contents;
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
.expand-icon {
|
|
593
|
+
height: 20px;
|
|
594
|
+
fill: #38A611;
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
.modal-receive-text {
|
|
598
|
+
padding-left: 5px;
|
|
599
|
+
font-size: 14px;
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
.bondmodal-header-alt {
|
|
603
|
+
padding-left: 50px;
|
|
604
|
+
margin: 0px 0px 10px 0px !important;
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
.token-selector-panel {
|
|
608
|
+
flex-direction: column;
|
|
609
|
+
background: var(--theme-ui-colors-white3);
|
|
610
|
+
padding: 10px;
|
|
611
|
+
min-height: 92px;
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
.bond-row {
|
|
615
|
+
display: flex;
|
|
616
|
+
flex-direction: row;
|
|
617
|
+
width: 100%;
|
|
618
|
+
height: 70px;
|
|
619
|
+
background-color: var(--theme-ui-colors-white2);
|
|
620
|
+
cursor: pointer;
|
|
621
|
+
margin-bottom: 5px;
|
|
622
|
+
justify-content: space-between;
|
|
623
|
+
position: relative;
|
|
624
|
+
}
|
|
625
|
+
.bond-row:hover {
|
|
626
|
+
background-color: var(--theme-ui-colors-white3);
|
|
627
|
+
}
|
|
628
|
+
.bond-row .min-tiers-container {
|
|
629
|
+
display: flex;
|
|
630
|
+
justify-content: flex-start;
|
|
631
|
+
align-items: center;
|
|
632
|
+
}
|
|
633
|
+
.bond-row .bond-info-columns {
|
|
634
|
+
display: flex;
|
|
635
|
+
flex-direction: row;
|
|
636
|
+
align-items: center;
|
|
637
|
+
justify-content: flex-end;
|
|
638
|
+
gap: 15px;
|
|
639
|
+
}
|
|
640
|
+
@media screen and (min-width: 1000px) {
|
|
641
|
+
.bond-row .bond-info-columns {
|
|
642
|
+
justify-content: space-between;
|
|
643
|
+
}
|
|
644
|
+
}
|
|
645
|
+
.bond-row .bond-info-columns .discount-column {
|
|
646
|
+
display: flex;
|
|
647
|
+
width: 170px;
|
|
648
|
+
align-items: flex-end;
|
|
649
|
+
justify-content: center;
|
|
650
|
+
}
|
|
651
|
+
.bond-row .bond-info-columns .arr-column {
|
|
652
|
+
display: none;
|
|
653
|
+
width: 170px;
|
|
654
|
+
align-items: flex-end;
|
|
655
|
+
justify-content: center;
|
|
656
|
+
}
|
|
657
|
+
@media screen and (min-width: 1000px) {
|
|
658
|
+
.bond-row .bond-info-columns .arr-column {
|
|
659
|
+
display: flex;
|
|
660
|
+
}
|
|
661
|
+
}
|
|
662
|
+
.bond-row .bond-info-columns .terms-column {
|
|
663
|
+
display: none;
|
|
664
|
+
width: 115px;
|
|
665
|
+
align-items: center;
|
|
666
|
+
justify-content: center;
|
|
667
|
+
}
|
|
668
|
+
@media screen and (min-width: 1000px) {
|
|
669
|
+
.bond-row .bond-info-columns .terms-column {
|
|
670
|
+
display: flex;
|
|
671
|
+
}
|
|
672
|
+
}
|
|
673
|
+
.bond-row .bond-info-columns .tokens-remaining-column {
|
|
674
|
+
display: none;
|
|
675
|
+
width: 135px;
|
|
676
|
+
align-items: flex-end;
|
|
677
|
+
justify-content: center;
|
|
678
|
+
}
|
|
679
|
+
@media screen and (min-width: 1000px) {
|
|
680
|
+
.bond-row .bond-info-columns .tokens-remaining-column {
|
|
681
|
+
display: flex;
|
|
682
|
+
}
|
|
683
|
+
}
|
|
684
|
+
.bond-row .bond-info-columns .tooltip-column {
|
|
685
|
+
width: 50px;
|
|
686
|
+
display: flex;
|
|
687
|
+
}
|
|
688
|
+
.bond-row .gold-ribbon {
|
|
689
|
+
display: none;
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
.gold-ribbon {
|
|
693
|
+
position: absolute;
|
|
694
|
+
background-image: url("https://res.cloudinary.com/dswmrqgwy/image/upload/v1/tag_qew3pm.png");
|
|
695
|
+
background-repeat: no-repeat;
|
|
696
|
+
background-position: center;
|
|
697
|
+
background-size: contain;
|
|
698
|
+
width: 70px;
|
|
699
|
+
height: 68px;
|
|
700
|
+
z-index: 9;
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
.bond-row.gold-rush {
|
|
704
|
+
background: linear-gradient(90deg, rgba(227, 164, 85, 0.6) 7%, rgba(103, 61, 34, 0.6) 18%, rgba(246, 219, 166, 0.6) 36%, rgba(255, 235, 195, 0.6) 43%, rgba(240, 190, 121, 0.6) 53%, rgba(238, 188, 112, 0.6) 77%, rgba(63, 31, 15, 0.6) 92%), linear-gradient(0deg, #FFAE00 0%, #FFAE00 100%), var(--Neutral-Elevation-1, #161420);
|
|
705
|
+
}
|
|
706
|
+
.bond-row.gold-rush .gold-ribbon {
|
|
707
|
+
display: block;
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
.column.column-tokens {
|
|
711
|
+
display: flex;
|
|
712
|
+
align-items: center;
|
|
713
|
+
justify-content: flex-start;
|
|
714
|
+
width: 40%;
|
|
715
|
+
}
|
|
716
|
+
|
|
717
|
+
.column.column-tokeninfoname {
|
|
718
|
+
width: 100%;
|
|
719
|
+
height: 100%;
|
|
720
|
+
flex-direction: row;
|
|
721
|
+
justify-content: flex-start;
|
|
722
|
+
align-items: center;
|
|
723
|
+
padding-left: 20px;
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
.column.column-tokenname {
|
|
727
|
+
width: 100%;
|
|
728
|
+
flex-direction: row;
|
|
729
|
+
justify-content: flex-start;
|
|
730
|
+
align-items: center;
|
|
731
|
+
padding-left: 20px;
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
.column.column-tokenicons {
|
|
735
|
+
width: 50px;
|
|
736
|
+
flex-direction: row;
|
|
737
|
+
align-items: center;
|
|
738
|
+
justify-content: flex-start;
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
.column.tooltip-container {
|
|
742
|
+
width: 50px;
|
|
743
|
+
justify-content: flex-start;
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
.column.column-bondinfo {
|
|
747
|
+
flex-direction: row;
|
|
748
|
+
align-items: center;
|
|
749
|
+
justify-content: flex-end;
|
|
750
|
+
width: 70%;
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
.column.column-discount {
|
|
754
|
+
flex-direction: row;
|
|
755
|
+
justify-content: center;
|
|
756
|
+
align-items: center;
|
|
757
|
+
width: 20%;
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
.discount-positive {
|
|
761
|
+
color: #38a611;
|
|
762
|
+
width: 20%;
|
|
763
|
+
}
|
|
764
|
+
|
|
765
|
+
.discount-negative {
|
|
766
|
+
color: #ffffff;
|
|
767
|
+
width: 20%;
|
|
768
|
+
}
|
|
769
|
+
|
|
770
|
+
.column.column-arr {
|
|
771
|
+
flex-direction: row;
|
|
772
|
+
justify-content: center;
|
|
773
|
+
align-items: center;
|
|
774
|
+
width: 20%;
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
.column.column-terms {
|
|
778
|
+
flex-direction: row;
|
|
779
|
+
justify-content: center;
|
|
780
|
+
align-items: center;
|
|
781
|
+
width: 20%;
|
|
782
|
+
}
|
|
783
|
+
|
|
784
|
+
.column.column-tokensremaining {
|
|
785
|
+
flex-direction: row;
|
|
786
|
+
justify-content: center;
|
|
787
|
+
align-items: center;
|
|
788
|
+
width: 30%;
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
.bonds-menu {
|
|
792
|
+
display: flex;
|
|
793
|
+
justify-content: space-around;
|
|
794
|
+
align-items: center;
|
|
795
|
+
flex-direction: column;
|
|
796
|
+
width: 100%;
|
|
797
|
+
font-size: 11px;
|
|
798
|
+
}
|
|
799
|
+
.bonds-menu .table-header-container {
|
|
800
|
+
display: flex;
|
|
801
|
+
width: 100%;
|
|
802
|
+
justify-content: space-between;
|
|
803
|
+
overflow: hidden;
|
|
804
|
+
padding: 10px 0;
|
|
805
|
+
}
|
|
806
|
+
@media screen and (min-width: 1000px) {
|
|
807
|
+
.bonds-menu .table-header-container {
|
|
808
|
+
padding: 20px 0 10px 0;
|
|
809
|
+
}
|
|
810
|
+
}
|
|
811
|
+
.bonds-menu .search-container {
|
|
812
|
+
display: flex;
|
|
813
|
+
flex-direction: row;
|
|
814
|
+
}
|
|
815
|
+
@media screen and (min-width: 1000px) {
|
|
816
|
+
.bonds-menu .search-container {
|
|
817
|
+
width: 45%;
|
|
818
|
+
}
|
|
819
|
+
}
|
|
820
|
+
.bonds-menu .headers-container {
|
|
821
|
+
display: flex;
|
|
822
|
+
width: 50%;
|
|
823
|
+
justify-content: flex-end;
|
|
824
|
+
}
|
|
825
|
+
@media screen and (min-width: 1000px) {
|
|
826
|
+
.bonds-menu .headers-container {
|
|
827
|
+
justify-content: space-between;
|
|
828
|
+
width: 55%;
|
|
829
|
+
}
|
|
830
|
+
}
|
|
831
|
+
.bonds-menu .discount-header {
|
|
832
|
+
display: flex;
|
|
833
|
+
width: 170px;
|
|
834
|
+
align-items: flex-end;
|
|
835
|
+
cursor: pointer;
|
|
836
|
+
padding-left: 15px;
|
|
837
|
+
}
|
|
838
|
+
@media screen and (min-width: 513px) {
|
|
839
|
+
.bonds-menu .discount-header {
|
|
840
|
+
padding-left: 0;
|
|
841
|
+
width: 170px;
|
|
842
|
+
justify-content: center;
|
|
843
|
+
}
|
|
844
|
+
}
|
|
845
|
+
.bonds-menu .arr-header {
|
|
846
|
+
display: none;
|
|
847
|
+
width: 170px;
|
|
848
|
+
align-items: flex-end;
|
|
849
|
+
justify-content: center;
|
|
850
|
+
cursor: pointer;
|
|
851
|
+
}
|
|
852
|
+
@media screen and (min-width: 1000px) {
|
|
853
|
+
.bonds-menu .arr-header {
|
|
854
|
+
display: flex;
|
|
855
|
+
}
|
|
856
|
+
}
|
|
857
|
+
.bonds-menu .terms-header {
|
|
858
|
+
display: none;
|
|
859
|
+
width: 115px;
|
|
860
|
+
align-items: flex-end;
|
|
861
|
+
justify-content: center;
|
|
862
|
+
cursor: pointer;
|
|
863
|
+
}
|
|
864
|
+
@media screen and (min-width: 1000px) {
|
|
865
|
+
.bonds-menu .terms-header {
|
|
866
|
+
display: flex;
|
|
867
|
+
}
|
|
868
|
+
}
|
|
869
|
+
.bonds-menu .tokens-remaining-header {
|
|
870
|
+
display: none;
|
|
871
|
+
width: 135px;
|
|
872
|
+
align-items: flex-end;
|
|
873
|
+
justify-content: center;
|
|
874
|
+
cursor: pointer;
|
|
875
|
+
}
|
|
876
|
+
@media screen and (min-width: 1000px) {
|
|
877
|
+
.bonds-menu .tokens-remaining-header {
|
|
878
|
+
display: flex;
|
|
879
|
+
}
|
|
880
|
+
}
|
|
881
|
+
.bonds-menu .tooltip-header {
|
|
882
|
+
width: 50px;
|
|
883
|
+
display: flex;
|
|
884
|
+
}
|
|
885
|
+
.bonds-menu .claimable-header {
|
|
886
|
+
display: flex;
|
|
887
|
+
width: 130px;
|
|
888
|
+
align-items: flex-end;
|
|
889
|
+
justify-content: center;
|
|
890
|
+
cursor: pointer;
|
|
891
|
+
}
|
|
892
|
+
.bonds-menu .your-bonds-table-headers {
|
|
893
|
+
display: none;
|
|
894
|
+
width: 130px;
|
|
895
|
+
align-items: flex-end;
|
|
896
|
+
justify-content: center;
|
|
897
|
+
cursor: pointer;
|
|
898
|
+
opacity: 0.6;
|
|
899
|
+
line-height: 12px;
|
|
900
|
+
}
|
|
901
|
+
@media screen and (min-width: 1000px) {
|
|
902
|
+
.bonds-menu .your-bonds-table-headers {
|
|
903
|
+
display: flex;
|
|
904
|
+
}
|
|
905
|
+
}
|
|
906
|
+
.bonds-menu .claim-all-button-container {
|
|
907
|
+
display: flex;
|
|
908
|
+
width: 210px;
|
|
909
|
+
align-items: flex-end;
|
|
910
|
+
justify-content: center;
|
|
911
|
+
cursor: pointer;
|
|
912
|
+
}
|
|
913
|
+
|
|
914
|
+
.bondrowsbychain {
|
|
915
|
+
width: 100%;
|
|
916
|
+
flex-direction: column;
|
|
917
|
+
margin-top: 5px;
|
|
918
|
+
}
|
|
919
|
+
|
|
920
|
+
.bondrowswithtitle {
|
|
921
|
+
width: 100%;
|
|
922
|
+
flex-direction: column;
|
|
923
|
+
}
|
|
924
|
+
|
|
925
|
+
html {
|
|
926
|
+
scroll-behavior: smooth;
|
|
927
|
+
}
|
|
928
|
+
|
|
929
|
+
.bonds-container {
|
|
930
|
+
width: 100%;
|
|
931
|
+
display: flex;
|
|
932
|
+
flex-direction: column;
|
|
933
|
+
padding: 0 10px;
|
|
934
|
+
}
|
|
935
|
+
|
|
936
|
+
.bonds-spinner {
|
|
937
|
+
width: 100%;
|
|
938
|
+
display: flex;
|
|
939
|
+
justify-content: center;
|
|
940
|
+
align-items: center;
|
|
941
|
+
height: 50vh;
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
.progressbar-background {
|
|
945
|
+
width: 100%;
|
|
946
|
+
height: 5px;
|
|
947
|
+
background-color: var(--theme-ui-colors-white4);
|
|
948
|
+
border-radius: 10px;
|
|
949
|
+
overflow: hidden;
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
.progressbar-completed {
|
|
953
|
+
border-radius: 10px;
|
|
954
|
+
height: 100%;
|
|
955
|
+
background-color: var(--theme-ui-colors-text);
|
|
956
|
+
}
|
|
957
|
+
|
|
958
|
+
.tokeninfoname.container {
|
|
959
|
+
width: 100%;
|
|
960
|
+
position: relative;
|
|
961
|
+
justify-content: start;
|
|
962
|
+
height: 100%;
|
|
963
|
+
align-items: center;
|
|
964
|
+
padding-left: 20px;
|
|
965
|
+
border-radius: 10px;
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
.tokeninfoname.gradient {
|
|
969
|
+
position: absolute;
|
|
970
|
+
z-index: 0;
|
|
971
|
+
left: 0px;
|
|
972
|
+
width: 30px;
|
|
973
|
+
height: 100%;
|
|
974
|
+
filter: blur(35px);
|
|
975
|
+
}
|
|
976
|
+
|
|
977
|
+
.tokeninfoname.chain {
|
|
978
|
+
position: absolute;
|
|
979
|
+
left: 0px;
|
|
980
|
+
top: 0px;
|
|
981
|
+
overflow: hidden;
|
|
982
|
+
border-radius: 10px 0px 8px 0px;
|
|
983
|
+
z-index: 5;
|
|
984
|
+
}
|
|
985
|
+
|
|
986
|
+
.tokeninfoname.tokencontainer {
|
|
987
|
+
padding-left: 6px;
|
|
988
|
+
width: 100%;
|
|
989
|
+
align-items: center;
|
|
990
|
+
}
|
|
991
|
+
|
|
992
|
+
.tokeninfoname.tokentext {
|
|
993
|
+
margin-left: 10px;
|
|
994
|
+
font-weight: 700;
|
|
995
|
+
width: 100%;
|
|
996
|
+
flex-direction: column;
|
|
997
|
+
}
|
|
998
|
+
|
|
999
|
+
.your-bonds {
|
|
1000
|
+
display: flex;
|
|
1001
|
+
flex-direction: column;
|
|
1002
|
+
width: 100%;
|
|
1003
|
+
justify-content: space-around;
|
|
1004
|
+
background-color: var(--theme-ui-colors-white2);
|
|
1005
|
+
margin-bottom: 5px;
|
|
1006
|
+
border-radius: 10px;
|
|
1007
|
+
cursor: pointer;
|
|
1008
|
+
}
|
|
1009
|
+
.your-bonds:hover {
|
|
1010
|
+
background-color: var(--theme-ui-colors-white3);
|
|
1011
|
+
}
|
|
1012
|
+
@media screen and (min-width: 1000px) {
|
|
1013
|
+
.your-bonds {
|
|
1014
|
+
flex-direction: row;
|
|
1015
|
+
height: 70px;
|
|
1016
|
+
}
|
|
1017
|
+
}
|
|
1018
|
+
.your-bonds .token-info-container {
|
|
1019
|
+
display: flex;
|
|
1020
|
+
width: 100%;
|
|
1021
|
+
}
|
|
1022
|
+
@media screen and (min-width: 1000px) {
|
|
1023
|
+
.your-bonds .token-info-container {
|
|
1024
|
+
width: 45%;
|
|
1025
|
+
}
|
|
1026
|
+
}
|
|
1027
|
+
.your-bonds .token-info-container .tooltip-column {
|
|
1028
|
+
display: flex;
|
|
1029
|
+
width: 50px;
|
|
1030
|
+
align-items: center;
|
|
1031
|
+
margin-left: 10px;
|
|
1032
|
+
}
|
|
1033
|
+
@media screen and (min-width: 1000px) {
|
|
1034
|
+
.your-bonds .token-info-container .tooltip-column {
|
|
1035
|
+
display: none;
|
|
1036
|
+
}
|
|
1037
|
+
}
|
|
1038
|
+
.your-bonds .your-bonds-columns-container {
|
|
1039
|
+
display: flex;
|
|
1040
|
+
flex-direction: column;
|
|
1041
|
+
align-items: center;
|
|
1042
|
+
justify-content: flex-end;
|
|
1043
|
+
width: 100%;
|
|
1044
|
+
}
|
|
1045
|
+
@media screen and (min-width: 1000px) {
|
|
1046
|
+
.your-bonds .your-bonds-columns-container {
|
|
1047
|
+
width: 55%;
|
|
1048
|
+
justify-content: space-between;
|
|
1049
|
+
flex-direction: row;
|
|
1050
|
+
padding-right: 20px;
|
|
1051
|
+
}
|
|
1052
|
+
}
|
|
1053
|
+
.your-bonds .your-bonds-columns-container .your-bonds-content:first-of-type {
|
|
1054
|
+
margin-top: 10px;
|
|
1055
|
+
}
|
|
1056
|
+
@media screen and (min-width: 1000px) {
|
|
1057
|
+
.your-bonds .your-bonds-columns-container .your-bonds-content:first-of-type {
|
|
1058
|
+
margin-top: 0;
|
|
1059
|
+
}
|
|
1060
|
+
}
|
|
1061
|
+
.your-bonds .your-bonds-columns-container .your-bonds-content {
|
|
1062
|
+
display: flex;
|
|
1063
|
+
align-items: center;
|
|
1064
|
+
justify-content: space-between;
|
|
1065
|
+
width: 100%;
|
|
1066
|
+
padding: 0 10px;
|
|
1067
|
+
font-size: 14px;
|
|
1068
|
+
}
|
|
1069
|
+
@media screen and (min-width: 1000px) {
|
|
1070
|
+
.your-bonds .your-bonds-columns-container .your-bonds-content {
|
|
1071
|
+
width: 130px;
|
|
1072
|
+
justify-content: center;
|
|
1073
|
+
margin-top: 0;
|
|
1074
|
+
}
|
|
1075
|
+
}
|
|
1076
|
+
.your-bonds .your-bonds-columns-container .your-bonds-content .your-bonds-content-title {
|
|
1077
|
+
display: flex;
|
|
1078
|
+
font-size: 12px;
|
|
1079
|
+
font-weight: 500;
|
|
1080
|
+
opacity: 0.6;
|
|
1081
|
+
}
|
|
1082
|
+
@media screen and (min-width: 1000px) {
|
|
1083
|
+
.your-bonds .your-bonds-columns-container .your-bonds-content .your-bonds-content-title {
|
|
1084
|
+
display: none;
|
|
1085
|
+
}
|
|
1086
|
+
}
|
|
1087
|
+
.your-bonds .your-bonds-columns-container .your-bonds-content .your-bonds-content-tokens-amount {
|
|
1088
|
+
display: flex;
|
|
1089
|
+
align-items: center;
|
|
1090
|
+
font-size: 14px;
|
|
1091
|
+
font-weight: 600;
|
|
1092
|
+
}
|
|
1093
|
+
.your-bonds .your-bonds-columns-container .your-bonds-content .your-bonds-content-tokens-usd-amount {
|
|
1094
|
+
opacity: 0.6;
|
|
1095
|
+
font-size: 12px;
|
|
1096
|
+
font-weight: 400;
|
|
1097
|
+
margin-left: 4px;
|
|
1098
|
+
color: var(--theme-ui-colors-textDisabledButton);
|
|
1099
|
+
}
|
|
1100
|
+
.your-bonds .your-bonds-columns-container .your-bonds-column-button {
|
|
1101
|
+
display: flex;
|
|
1102
|
+
width: 100%;
|
|
1103
|
+
align-items: center;
|
|
1104
|
+
justify-content: center;
|
|
1105
|
+
padding: 10px;
|
|
1106
|
+
}
|
|
1107
|
+
@media screen and (min-width: 1000px) {
|
|
1108
|
+
.your-bonds .your-bonds-columns-container .your-bonds-column-button {
|
|
1109
|
+
width: 210px;
|
|
1110
|
+
padding: 0;
|
|
1111
|
+
}
|
|
1112
|
+
}
|
|
1113
|
+
.your-bonds .your-bonds-columns-container .button {
|
|
1114
|
+
font-size: 14px;
|
|
1115
|
+
padding: 6px;
|
|
1116
|
+
height: 30px;
|
|
1117
|
+
}
|
|
1118
|
+
.your-bonds .your-bonds-columns-container .hide-mobile {
|
|
1119
|
+
display: none;
|
|
1120
|
+
}
|
|
1121
|
+
@media screen and (min-width: 1000px) {
|
|
1122
|
+
.your-bonds .your-bonds-columns-container .hide-mobile {
|
|
1123
|
+
display: flex;
|
|
1124
|
+
}
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1127
|
+
.yourbonds-spinner {
|
|
1128
|
+
width: 100%;
|
|
1129
|
+
flex-direction: column;
|
|
1130
|
+
padding-top: 100px;
|
|
1131
|
+
padding-bottom: 100px;
|
|
1132
|
+
background: var(--theme-ui-colors-white2);
|
|
1133
|
+
align-items: center;
|
|
1134
|
+
border-radius: 10px;
|
|
1135
|
+
margin-top: 15px;
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1138
|
+
.yourbonds.table-container {
|
|
1139
|
+
width: 100%;
|
|
1140
|
+
display: flex;
|
|
1141
|
+
flex-direction: column;
|
|
1142
|
+
padding: 0 10px;
|
|
1143
|
+
}
|
|
1144
|
+
|
|
1145
|
+
.yourbonds.header-container {
|
|
1146
|
+
display: flex;
|
|
1147
|
+
flex-direction: row;
|
|
1148
|
+
width: 100%;
|
|
1149
|
+
height: 30px;
|
|
1150
|
+
justify-content: space-around;
|
|
1151
|
+
margin-bottom: 15px;
|
|
1152
|
+
padding: 0px;
|
|
1153
|
+
border-radius: 10px;
|
|
1154
|
+
font-size: 11px;
|
|
1155
|
+
color: #73728E;
|
|
1156
|
+
}
|
|
1157
|
+
|
|
1158
|
+
.yourbonds.bondrow-container {
|
|
1159
|
+
display: flex;
|
|
1160
|
+
flex-direction: row;
|
|
1161
|
+
width: 100%;
|
|
1162
|
+
height: 70px;
|
|
1163
|
+
justify-content: space-around;
|
|
1164
|
+
background-color: var(--theme-ui-colors-white2);
|
|
1165
|
+
margin-bottom: 5px;
|
|
1166
|
+
border-radius: 10px;
|
|
1167
|
+
cursor: pointer;
|
|
1168
|
+
}
|
|
1169
|
+
.yourbonds.bondrow-container:hover {
|
|
1170
|
+
background-color: var(--theme-ui-colors-white3);
|
|
1171
|
+
}
|
|
1172
|
+
|
|
1173
|
+
.yourbonds.column-tokens {
|
|
1174
|
+
display: flex;
|
|
1175
|
+
align-items: center;
|
|
1176
|
+
justify-content: flex-start;
|
|
1177
|
+
width: 40%;
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
|
+
.yourbonds.column-search {
|
|
1181
|
+
padding-bottom: 0px;
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
.yourbonds.column-tokeninfoname {
|
|
1185
|
+
width: 100%;
|
|
1186
|
+
height: 100%;
|
|
1187
|
+
flex-direction: row;
|
|
1188
|
+
justify-content: flex-start;
|
|
1189
|
+
align-items: center;
|
|
1190
|
+
padding-left: 20px;
|
|
1191
|
+
}
|
|
1192
|
+
|
|
1193
|
+
.yourbonds.column-bondinfo {
|
|
1194
|
+
flex-direction: row;
|
|
1195
|
+
align-items: center;
|
|
1196
|
+
justify-content: flex-end;
|
|
1197
|
+
width: 60%;
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1200
|
+
.yourbonds.header-claimable {
|
|
1201
|
+
flex-direction: row;
|
|
1202
|
+
justify-content: center;
|
|
1203
|
+
align-items: center;
|
|
1204
|
+
width: 25%;
|
|
1205
|
+
font-size: 11px;
|
|
1206
|
+
color: var(--theme-ui-colors-text);
|
|
1207
|
+
}
|
|
1208
|
+
|
|
1209
|
+
.yourbonds.header-pending {
|
|
1210
|
+
flex-direction: row;
|
|
1211
|
+
justify-content: center;
|
|
1212
|
+
align-items: center;
|
|
1213
|
+
width: 25%;
|
|
1214
|
+
font-size: 11px;
|
|
1215
|
+
color: var(--theme-ui-colors-text);
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1218
|
+
.yourbonds.header-terms {
|
|
1219
|
+
flex-direction: row;
|
|
1220
|
+
justify-content: center;
|
|
1221
|
+
align-items: center;
|
|
1222
|
+
width: 25%;
|
|
1223
|
+
font-size: 11px;
|
|
1224
|
+
color: var(--theme-ui-colors-text);
|
|
1225
|
+
}
|
|
1226
|
+
|
|
1227
|
+
.yourbonds.header-claimall {
|
|
1228
|
+
flex-direction: column;
|
|
1229
|
+
justify-content: center;
|
|
1230
|
+
align-items: center;
|
|
1231
|
+
width: 30%;
|
|
1232
|
+
padding-right: 20px;
|
|
1233
|
+
padding-bottom: 15px;
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1236
|
+
.yourbonds.header-icon {
|
|
1237
|
+
padding-left: 5px;
|
|
1238
|
+
align-items: flex-start;
|
|
1239
|
+
justify-content: space-around;
|
|
1240
|
+
cursor: pointer;
|
|
1241
|
+
}
|
|
1242
|
+
|
|
1243
|
+
.yourbonds.column-claimable {
|
|
1244
|
+
flex-direction: row;
|
|
1245
|
+
justify-content: center;
|
|
1246
|
+
align-items: center;
|
|
1247
|
+
width: 25%;
|
|
1248
|
+
}
|
|
1249
|
+
|
|
1250
|
+
.yourbonds.column-pending {
|
|
1251
|
+
flex-direction: row;
|
|
1252
|
+
justify-content: center;
|
|
1253
|
+
align-items: center;
|
|
1254
|
+
width: 25%;
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1257
|
+
.yourbonds.column-terms {
|
|
1258
|
+
flex-direction: row;
|
|
1259
|
+
justify-content: center;
|
|
1260
|
+
align-items: center;
|
|
1261
|
+
width: 25%;
|
|
1262
|
+
}
|
|
1263
|
+
|
|
1264
|
+
.yourbonds.column-claimall {
|
|
1265
|
+
flex-direction: column;
|
|
1266
|
+
justify-content: center;
|
|
1267
|
+
align-items: center;
|
|
1268
|
+
width: 40%;
|
|
1269
|
+
max-width: 230px;
|
|
1270
|
+
padding-right: 20px;
|
|
1271
|
+
}
|
|
1272
|
+
.yourbonds.column-claimall .claim-button {
|
|
1273
|
+
height: 35px;
|
|
1274
|
+
line-height: 12px;
|
|
1275
|
+
font-size: 14px;
|
|
1276
|
+
font-weight: 600;
|
|
1277
|
+
width: 100%;
|
|
1278
|
+
}
|
|
1279
|
+
.yourbonds.column-claimall .claim-button:disabled {
|
|
1280
|
+
filter: brightness(130%);
|
|
1281
|
+
}
|
|
1282
|
+
.yourbonds.column-claimall .switch-button {
|
|
1283
|
+
height: 35px;
|
|
1284
|
+
line-height: 20px;
|
|
1285
|
+
font-size: 14px;
|
|
1286
|
+
font-weight: 600;
|
|
1287
|
+
width: 100%;
|
|
1288
|
+
}
|
|
1289
|
+
.yourbonds.column-claimall .switch-button:disabled {
|
|
1290
|
+
filter: brightness(130%);
|
|
1291
|
+
}
|
|
1292
|
+
|
|
1293
|
+
.toast {
|
|
1294
|
+
position: fixed;
|
|
1295
|
+
bottom: 50px;
|
|
1296
|
+
right: 20px;
|
|
1297
|
+
background-color: var(--theme-ui-colors-white2);
|
|
1298
|
+
color: white;
|
|
1299
|
+
font-size: 24px;
|
|
1300
|
+
padding: 10px 20px;
|
|
1301
|
+
border-radius: 5px;
|
|
1302
|
+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
|
1303
|
+
z-index: 9999;
|
|
1304
|
+
animation: fadein 0.5s, fadeout 0.5s 4.5s;
|
|
1305
|
+
cursor: pointer;
|
|
1306
|
+
}
|
|
1307
|
+
|
|
1308
|
+
@keyframes fadein {
|
|
1309
|
+
from {
|
|
1310
|
+
bottom: 0;
|
|
1311
|
+
opacity: 0;
|
|
1312
|
+
}
|
|
1313
|
+
to {
|
|
1314
|
+
bottom: 50px;
|
|
1315
|
+
opacity: 1;
|
|
1316
|
+
}
|
|
1317
|
+
}
|
|
1318
|
+
@keyframes fadeout {
|
|
1319
|
+
from {
|
|
1320
|
+
bottom: 50px;
|
|
1321
|
+
opacity: 1;
|
|
1322
|
+
}
|
|
1323
|
+
to {
|
|
1324
|
+
bottom: 0;
|
|
1325
|
+
opacity: 0;
|
|
1326
|
+
}
|
|
1327
|
+
}
|
|
1328
|
+
.fade-out {
|
|
1329
|
+
opacity: 1;
|
|
1330
|
+
visibility: visible;
|
|
1331
|
+
transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
|
|
1332
|
+
}
|
|
1333
|
+
|
|
1334
|
+
.fade-out.hidden {
|
|
1335
|
+
opacity: 0;
|
|
1336
|
+
visibility: hidden;
|
|
1337
|
+
}
|
|
1338
|
+
|
|
1339
|
+
.yourbondsmodal-backdrop {
|
|
1340
|
+
position: fixed;
|
|
1341
|
+
top: 0;
|
|
1342
|
+
left: 0;
|
|
1343
|
+
width: 100%;
|
|
1344
|
+
height: 100%;
|
|
1345
|
+
background-color: rgba(66, 66, 66, 0.5);
|
|
1346
|
+
display: flex;
|
|
1347
|
+
justify-content: center;
|
|
1348
|
+
align-items: center;
|
|
1349
|
+
z-index: 1000;
|
|
1350
|
+
overflow: auto;
|
|
1351
|
+
padding: 50px;
|
|
1352
|
+
}
|
|
1353
|
+
|
|
1354
|
+
.yourbondsmodal-content {
|
|
1355
|
+
display: flex;
|
|
1356
|
+
flex-direction: column;
|
|
1357
|
+
border-radius: 10px;
|
|
1358
|
+
background-color: var(--theme-ui-colors-white2);
|
|
1359
|
+
z-index: 1001;
|
|
1360
|
+
max-width: 1200px;
|
|
1361
|
+
min-width: 1000px;
|
|
1362
|
+
overflow: auto;
|
|
1363
|
+
}
|
|
1364
|
+
|
|
1365
|
+
.yourbondsmodal-spinner {
|
|
1366
|
+
display: flex;
|
|
1367
|
+
justify-content: center;
|
|
1368
|
+
align-items: center;
|
|
1369
|
+
height: 100vh;
|
|
1370
|
+
width: 100vw;
|
|
1371
|
+
}
|
|
1372
|
+
|
|
1373
|
+
.yourbondsmodal-header {
|
|
1374
|
+
display: flex;
|
|
1375
|
+
justify-content: flex-end;
|
|
1376
|
+
align-items: center;
|
|
1377
|
+
padding: 5px;
|
|
1378
|
+
}
|
|
1379
|
+
.yourbondsmodal-header .svg-close {
|
|
1380
|
+
height: 12px;
|
|
1381
|
+
width: 12px;
|
|
1382
|
+
cursor: pointer;
|
|
1383
|
+
}
|
|
1384
|
+
|
|
1385
|
+
.yourbondsmodal.table-container {
|
|
1386
|
+
width: 100%;
|
|
1387
|
+
display: flex;
|
|
1388
|
+
flex-direction: column;
|
|
1389
|
+
align-items: center;
|
|
1390
|
+
}
|
|
1391
|
+
@media screen and (min-width: 1000px) {
|
|
1392
|
+
.yourbondsmodal.table-container {
|
|
1393
|
+
flex-direction: row;
|
|
1394
|
+
}
|
|
1395
|
+
}
|
|
1396
|
+
|
|
1397
|
+
.yourbondsmodal.bondimage {
|
|
1398
|
+
width: 100%;
|
|
1399
|
+
display: flex;
|
|
1400
|
+
flex-direction: column;
|
|
1401
|
+
position: relative;
|
|
1402
|
+
max-width: 400px;
|
|
1403
|
+
}
|
|
1404
|
+
@media screen and (min-width: 1000px) {
|
|
1405
|
+
.yourbondsmodal.bondimage {
|
|
1406
|
+
max-width: 520px;
|
|
1407
|
+
min-width: 520px;
|
|
1408
|
+
}
|
|
1409
|
+
}
|
|
1410
|
+
@media screen and (min-width: 1200px) {
|
|
1411
|
+
.yourbondsmodal.bondimage {
|
|
1412
|
+
max-width: 720px;
|
|
1413
|
+
min-width: 720px;
|
|
1414
|
+
}
|
|
1415
|
+
}
|
|
1416
|
+
|
|
1417
|
+
.yourbondsmodal.yourbondinfo {
|
|
1418
|
+
width: 100%;
|
|
1419
|
+
height: 100%;
|
|
1420
|
+
display: flex;
|
|
1421
|
+
flex-direction: column;
|
|
1422
|
+
padding-left: 10px;
|
|
1423
|
+
padding-right: 10px;
|
|
1424
|
+
padding-bottom: 10px;
|
|
1425
|
+
margin-top: 10px;
|
|
1426
|
+
}
|
|
1427
|
+
@media screen and (min-width: 1000px) {
|
|
1428
|
+
.yourbondsmodal.yourbondinfo {
|
|
1429
|
+
margin-top: 0;
|
|
1430
|
+
}
|
|
1431
|
+
}
|
|
1432
|
+
|
|
1433
|
+
.yourbondinfo.title-container {
|
|
1434
|
+
font-weight: bold;
|
|
1435
|
+
font-size: 1.5rem;
|
|
1436
|
+
display: flex;
|
|
1437
|
+
flex-direction: row;
|
|
1438
|
+
align-items: center;
|
|
1439
|
+
padding-top: 5px;
|
|
1440
|
+
padding-bottom: 5px;
|
|
1441
|
+
}
|
|
1442
|
+
|
|
1443
|
+
.title-container.bondicon {
|
|
1444
|
+
display: flex;
|
|
1445
|
+
flex-direction: row;
|
|
1446
|
+
align-items: center;
|
|
1447
|
+
}
|
|
1448
|
+
|
|
1449
|
+
.icon-container {
|
|
1450
|
+
position: relative;
|
|
1451
|
+
display: inline-block;
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1454
|
+
.icon-container svg {
|
|
1455
|
+
position: absolute;
|
|
1456
|
+
top: -8px;
|
|
1457
|
+
right: -5px;
|
|
1458
|
+
z-index: 1;
|
|
1459
|
+
}
|
|
1460
|
+
|
|
1461
|
+
.icon-container img {
|
|
1462
|
+
display: block;
|
|
1463
|
+
}
|
|
1464
|
+
|
|
1465
|
+
.icon-container-small {
|
|
1466
|
+
position: relative;
|
|
1467
|
+
display: inline-block;
|
|
1468
|
+
}
|
|
1469
|
+
|
|
1470
|
+
.icon-container-small svg {
|
|
1471
|
+
position: absolute;
|
|
1472
|
+
top: -5px;
|
|
1473
|
+
right: -4px;
|
|
1474
|
+
z-index: 1;
|
|
1475
|
+
}
|
|
1476
|
+
|
|
1477
|
+
.icon-container-small img {
|
|
1478
|
+
display: block;
|
|
1479
|
+
}
|
|
1480
|
+
|
|
1481
|
+
.title-container.tokenname {
|
|
1482
|
+
display: flex;
|
|
1483
|
+
flex-direction: row;
|
|
1484
|
+
align-items: center;
|
|
1485
|
+
padding-left: 10px;
|
|
1486
|
+
}
|
|
1487
|
+
|
|
1488
|
+
.title-container.tokentags {
|
|
1489
|
+
display: flex;
|
|
1490
|
+
align-items: center;
|
|
1491
|
+
padding-left: 10px;
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1494
|
+
.yourbondinfo.blocks-container {
|
|
1495
|
+
display: flex;
|
|
1496
|
+
flex-direction: column;
|
|
1497
|
+
align-items: center;
|
|
1498
|
+
width: 100%;
|
|
1499
|
+
height: 100%;
|
|
1500
|
+
justify-content: space-around;
|
|
1501
|
+
margin-bottom: 10px;
|
|
1502
|
+
margin-top: 5px;
|
|
1503
|
+
}
|
|
1504
|
+
|
|
1505
|
+
.yourbondinfo-block.header {
|
|
1506
|
+
color: white;
|
|
1507
|
+
align-items: center;
|
|
1508
|
+
width: 50%;
|
|
1509
|
+
font-size: 12px;
|
|
1510
|
+
font-weight: 400;
|
|
1511
|
+
line-height: 14px;
|
|
1512
|
+
}
|
|
1513
|
+
|
|
1514
|
+
.yourbondinfo-block.header-title {
|
|
1515
|
+
align-items: center;
|
|
1516
|
+
display: flex;
|
|
1517
|
+
opacity: 0.6;
|
|
1518
|
+
}
|
|
1519
|
+
|
|
1520
|
+
.yourbondinfo-block.header-tooltip {
|
|
1521
|
+
align-items: center;
|
|
1522
|
+
}
|
|
1523
|
+
|
|
1524
|
+
.block-header.icon {
|
|
1525
|
+
padding-left: 5px;
|
|
1526
|
+
align-items: flex-start;
|
|
1527
|
+
cursor: pointer;
|
|
1528
|
+
opacity: 0.6;
|
|
1529
|
+
}
|
|
1530
|
+
|
|
1531
|
+
.yourbondinfo-block.info {
|
|
1532
|
+
flex-direction: row;
|
|
1533
|
+
align-items: center;
|
|
1534
|
+
justify-content: flex-end;
|
|
1535
|
+
width: 50%;
|
|
1536
|
+
display: flex;
|
|
1537
|
+
border-radius: 10px;
|
|
1538
|
+
padding-top: 10px;
|
|
1539
|
+
padding-bottom: 10px;
|
|
1540
|
+
}
|
|
1541
|
+
|
|
1542
|
+
.block-info.icon {
|
|
1543
|
+
align-items: center;
|
|
1544
|
+
}
|
|
1545
|
+
|
|
1546
|
+
.block-info.text {
|
|
1547
|
+
padding-left: 10px;
|
|
1548
|
+
}
|
|
1549
|
+
|
|
1550
|
+
.attributes-container {
|
|
1551
|
+
flex-direction: column;
|
|
1552
|
+
width: 100%;
|
|
1553
|
+
padding-bottom: 10px;
|
|
1554
|
+
align-items: center;
|
|
1555
|
+
}
|
|
1556
|
+
.attributes-container .attributes-header {
|
|
1557
|
+
justify-content: space-between;
|
|
1558
|
+
height: 24px;
|
|
1559
|
+
background-color: var(--theme-ui-colors-white3);
|
|
1560
|
+
padding-left: 15px;
|
|
1561
|
+
padding-right: 15px;
|
|
1562
|
+
width: 100%;
|
|
1563
|
+
}
|
|
1564
|
+
|
|
1565
|
+
.yourbondinfo-block.row-vested {
|
|
1566
|
+
flex-direction: row;
|
|
1567
|
+
height: 35px;
|
|
1568
|
+
width: 100%;
|
|
1569
|
+
padding-left: 10px;
|
|
1570
|
+
padding-right: 10px;
|
|
1571
|
+
align-items: center;
|
|
1572
|
+
justify-content: space-between;
|
|
1573
|
+
background: var(--theme-ui-colors-white3);
|
|
1574
|
+
padding-top: 10px;
|
|
1575
|
+
padding-bottom: 10px;
|
|
1576
|
+
margin-bottom: 1px;
|
|
1577
|
+
border-radius: 10px 10px 0 0;
|
|
1578
|
+
}
|
|
1579
|
+
@media screen and (min-width: 1000px) {
|
|
1580
|
+
.yourbondinfo-block.row-vested {
|
|
1581
|
+
margin-bottom: 8px;
|
|
1582
|
+
border-radius: 10px;
|
|
1583
|
+
height: 40px;
|
|
1584
|
+
}
|
|
1585
|
+
}
|
|
1586
|
+
|
|
1587
|
+
.yourbondinfo-block.row-pending {
|
|
1588
|
+
flex-direction: row;
|
|
1589
|
+
height: 35px;
|
|
1590
|
+
width: 100%;
|
|
1591
|
+
padding-left: 10px;
|
|
1592
|
+
padding-right: 10px;
|
|
1593
|
+
align-items: center;
|
|
1594
|
+
justify-content: space-between;
|
|
1595
|
+
background: var(--theme-ui-colors-white3);
|
|
1596
|
+
padding-top: 10px;
|
|
1597
|
+
padding-bottom: 10px;
|
|
1598
|
+
margin-bottom: 1px;
|
|
1599
|
+
}
|
|
1600
|
+
@media screen and (min-width: 1000px) {
|
|
1601
|
+
.yourbondinfo-block.row-pending {
|
|
1602
|
+
margin-bottom: 8px;
|
|
1603
|
+
border-radius: 10px;
|
|
1604
|
+
height: 40px;
|
|
1605
|
+
}
|
|
1606
|
+
}
|
|
1607
|
+
|
|
1608
|
+
.yourbondinfo-block.row-claimable {
|
|
1609
|
+
flex-direction: row;
|
|
1610
|
+
height: 35px;
|
|
1611
|
+
width: 100%;
|
|
1612
|
+
padding-left: 10px;
|
|
1613
|
+
padding-right: 10px;
|
|
1614
|
+
align-items: center;
|
|
1615
|
+
justify-content: space-between;
|
|
1616
|
+
background: var(--theme-ui-colors-white3);
|
|
1617
|
+
padding-top: 10px;
|
|
1618
|
+
padding-bottom: 10px;
|
|
1619
|
+
margin-bottom: 1px;
|
|
1620
|
+
border-radius: 0 0 10px 10px;
|
|
1621
|
+
}
|
|
1622
|
+
@media screen and (min-width: 1000px) {
|
|
1623
|
+
.yourbondinfo-block.row-claimable {
|
|
1624
|
+
margin-bottom: 8px;
|
|
1625
|
+
border-radius: 10px;
|
|
1626
|
+
height: 40px;
|
|
1627
|
+
}
|
|
1628
|
+
}
|
|
1629
|
+
|
|
1630
|
+
.yourbondinfo.button-container {
|
|
1631
|
+
width: 100%;
|
|
1632
|
+
padding-top: 10px;
|
|
1633
|
+
display: flex;
|
|
1634
|
+
justify-content: space-between;
|
|
1635
|
+
flex-direction: column;
|
|
1636
|
+
gap: 20px;
|
|
1637
|
+
}
|
|
1638
|
+
@media screen and (min-width: 1000px) {
|
|
1639
|
+
.yourbondinfo.button-container {
|
|
1640
|
+
flex-direction: row;
|
|
1641
|
+
}
|
|
1642
|
+
}
|
|
1643
|
+
|
|
1644
|
+
.button-container.claim {
|
|
1645
|
+
justify-content: center;
|
|
1646
|
+
align-items: center;
|
|
1647
|
+
cursor: pointer;
|
|
1648
|
+
}
|
|
1649
|
+
.button-container.claim .switch-button {
|
|
1650
|
+
width: 100%;
|
|
1651
|
+
}
|
|
1652
|
+
@media screen and (min-width: 1000px) {
|
|
1653
|
+
.button-container.claim .switch-button {
|
|
1654
|
+
width: 300px;
|
|
1655
|
+
}
|
|
1656
|
+
}
|
|
1657
|
+
.button-container.claim .claim-button {
|
|
1658
|
+
width: 100%;
|
|
1659
|
+
}
|
|
1660
|
+
@media screen and (min-width: 1000px) {
|
|
1661
|
+
.button-container.claim .claim-button {
|
|
1662
|
+
width: 300px;
|
|
1663
|
+
}
|
|
1664
|
+
}
|
|
1665
|
+
|
|
1666
|
+
.button-container.transfer {
|
|
1667
|
+
justify-content: center;
|
|
1668
|
+
align-items: center;
|
|
1669
|
+
}
|
|
1670
|
+
.button-container.transfer .transfer-button {
|
|
1671
|
+
width: 100%;
|
|
1672
|
+
margin-top: 10px;
|
|
1673
|
+
}
|
|
1674
|
+
@media screen and (min-width: 1000px) {
|
|
1675
|
+
.button-container.transfer .transfer-button {
|
|
1676
|
+
width: 125px;
|
|
1677
|
+
margin-top: 0;
|
|
1678
|
+
}
|
|
1679
|
+
}
|
|
1680
|
+
|
|
1681
|
+
.toast {
|
|
1682
|
+
position: fixed;
|
|
1683
|
+
top: 50px;
|
|
1684
|
+
right: 20px;
|
|
1685
|
+
background-color: var(--theme-ui-colors-white2);
|
|
1686
|
+
color: white;
|
|
1687
|
+
font-size: 24px;
|
|
1688
|
+
padding: 10px 20px;
|
|
1689
|
+
border-radius: 5px;
|
|
1690
|
+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
|
1691
|
+
z-index: 9999;
|
|
1692
|
+
animation: fadein 0.5s, fadeout 0.5s 4.5s;
|
|
1693
|
+
cursor: pointer;
|
|
1694
|
+
}
|
|
1695
|
+
|
|
1696
|
+
@keyframes fadein {
|
|
1697
|
+
from {
|
|
1698
|
+
top: 0;
|
|
1699
|
+
opacity: 0;
|
|
1700
|
+
}
|
|
1701
|
+
to {
|
|
1702
|
+
top: 50px;
|
|
1703
|
+
opacity: 1;
|
|
1704
|
+
}
|
|
1705
|
+
}
|
|
1706
|
+
@keyframes fadeout {
|
|
1707
|
+
from {
|
|
1708
|
+
top: 50px;
|
|
1709
|
+
opacity: 1;
|
|
1710
|
+
}
|
|
1711
|
+
to {
|
|
1712
|
+
top: 0;
|
|
1713
|
+
opacity: 0;
|
|
1714
|
+
}
|
|
1715
|
+
}
|
|
1716
|
+
.full-bonds-view-container {
|
|
1717
|
+
width: 100%;
|
|
1718
|
+
flex-direction: column;
|
|
1719
|
+
position: relative;
|
|
1720
|
+
}
|
|
1721
|
+
.full-bonds-view-container .toggle-container {
|
|
1722
|
+
width: 100%;
|
|
1723
|
+
padding: 10px;
|
|
1724
|
+
}
|
|
1725
|
+
@media (min-width: 1000px) {
|
|
1726
|
+
.full-bonds-view-container .toggle-container {
|
|
1727
|
+
padding: 0;
|
|
1728
|
+
width: 300px;
|
|
1729
|
+
position: absolute;
|
|
1730
|
+
left: 10px;
|
|
1731
|
+
}
|
|
1732
|
+
}
|
|
1733
|
+
|
|
1734
|
+
.sharebondimage-card {
|
|
1735
|
+
flex-direction: column;
|
|
1736
|
+
width: 768px;
|
|
1737
|
+
height: 768px;
|
|
1738
|
+
align-items: center;
|
|
1739
|
+
background-image: url(/images/bills/bg.png);
|
|
1740
|
+
background-size: cover;
|
|
1741
|
+
background-position: bottom center;
|
|
1742
|
+
background-repeat: no-repeat;
|
|
1743
|
+
justify-content: center;
|
|
1744
|
+
display: flex;
|
|
1745
|
+
}
|
|
1746
|
+
|
|
1747
|
+
.sharebondimage-nft {
|
|
1748
|
+
margin-top: 10px;
|
|
1749
|
+
flex-direction: column;
|
|
1750
|
+
align-items: center;
|
|
1751
|
+
}
|
|
1752
|
+
|
|
1753
|
+
.sharebondimage-nft-id {
|
|
1754
|
+
display: flex;
|
|
1755
|
+
position: absolute;
|
|
1756
|
+
top: 15px;
|
|
1757
|
+
right: -61px;
|
|
1758
|
+
min-width: 60px;
|
|
1759
|
+
height: 28px;
|
|
1760
|
+
border-radius: 0px 6px 6px 0px;
|
|
1761
|
+
justify-content: center;
|
|
1762
|
+
align-items: center;
|
|
1763
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
1764
|
+
backdrop-filter: blur(34px);
|
|
1765
|
+
}
|
|
1766
|
+
|
|
1767
|
+
.sharebondimage-nft-id span {
|
|
1768
|
+
font-size: 14px;
|
|
1769
|
+
color: text;
|
|
1770
|
+
line-height: 8px;
|
|
1771
|
+
}
|
|
1772
|
+
|
|
1773
|
+
.sharebondimage-nft img {
|
|
1774
|
+
width: 319px;
|
|
1775
|
+
height: 180px;
|
|
1776
|
+
border-radius: 10px 10px 0px 0px;
|
|
1777
|
+
}
|
|
1778
|
+
|
|
1779
|
+
.sharebondimage-container-info {
|
|
1780
|
+
display: flex;
|
|
1781
|
+
width: 381px;
|
|
1782
|
+
height: 147px;
|
|
1783
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
1784
|
+
backdrop-filter: blur(34px);
|
|
1785
|
+
border-radius: 10px;
|
|
1786
|
+
justify-content: flex-start;
|
|
1787
|
+
align-items: flex-start;
|
|
1788
|
+
flex-direction: column;
|
|
1789
|
+
padding: 10px 8px 10px 8px;
|
|
1790
|
+
margin-top: -3px;
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1793
|
+
.sharebondimage-container-discount {
|
|
1794
|
+
display: flex;
|
|
1795
|
+
justify-content: flex-start;
|
|
1796
|
+
align-items: center;
|
|
1797
|
+
width: 100%;
|
|
1798
|
+
background-color: rgba(255, 255, 255, 0.05);
|
|
1799
|
+
border-radius: 7px;
|
|
1800
|
+
padding: 10px;
|
|
1801
|
+
}
|
|
1802
|
+
|
|
1803
|
+
.sharebondimage-container-off {
|
|
1804
|
+
display: flex;
|
|
1805
|
+
margin-left: 30px;
|
|
1806
|
+
width: 125px;
|
|
1807
|
+
height: 27px;
|
|
1808
|
+
border-radius: 5px;
|
|
1809
|
+
border: 1px solid rgba(56, 166, 17, 0.2);
|
|
1810
|
+
justify-content: center;
|
|
1811
|
+
align-items: center;
|
|
1812
|
+
background-color: rgba(56, 166, 17, 0.0509803922);
|
|
1813
|
+
}
|
|
1814
|
+
|
|
1815
|
+
.sharebondimage-container-off span {
|
|
1816
|
+
color: #38A611;
|
|
1817
|
+
font-size: 16px;
|
|
1818
|
+
font-weight: 700;
|
|
1819
|
+
}
|
|
1820
|
+
|
|
1821
|
+
.sharebondimage-container-discount-price {
|
|
1822
|
+
flex-direction: column;
|
|
1823
|
+
margin-left: 13px;
|
|
1824
|
+
}
|
|
1825
|
+
|
|
1826
|
+
.sharebondimage-container-discount-token {
|
|
1827
|
+
display: flex;
|
|
1828
|
+
gap: 4px;
|
|
1829
|
+
color: rgba(255, 255, 255, 0.5);
|
|
1830
|
+
}
|
|
1831
|
+
|
|
1832
|
+
.sharebondimage-container-discount-token span {
|
|
1833
|
+
font-size: 14px;
|
|
1834
|
+
font-weight: 400;
|
|
1835
|
+
}
|
|
1836
|
+
|
|
1837
|
+
.sharebondimage-container-discount-price-discount {
|
|
1838
|
+
color: #49B423;
|
|
1839
|
+
font-size: 22px;
|
|
1840
|
+
font-weight: 700;
|
|
1841
|
+
}
|
|
1842
|
+
|
|
1843
|
+
.sharebondimage-container-tokens {
|
|
1844
|
+
display: flex;
|
|
1845
|
+
width: 100%;
|
|
1846
|
+
padding-top: 6px;
|
|
1847
|
+
gap: 5px;
|
|
1848
|
+
justify-content: center;
|
|
1849
|
+
align-items: center;
|
|
1850
|
+
}
|
|
1851
|
+
|
|
1852
|
+
.sharebondimage-container-token {
|
|
1853
|
+
display: flex;
|
|
1854
|
+
gap: 5px;
|
|
1855
|
+
justify-content: center;
|
|
1856
|
+
align-items: center;
|
|
1857
|
+
width: 100%;
|
|
1858
|
+
background-color: rgba(255, 255, 255, 0.05);
|
|
1859
|
+
border-radius: 7px;
|
|
1860
|
+
padding: 10px;
|
|
1861
|
+
}
|
|
1862
|
+
|
|
1863
|
+
.sharebondimage-container-token img {
|
|
1864
|
+
width: 26px;
|
|
1865
|
+
height: 26px;
|
|
1866
|
+
}
|
|
1867
|
+
|
|
1868
|
+
.sharebondimage-amount-deposit {
|
|
1869
|
+
color: #FAFAFA;
|
|
1870
|
+
font-size: 14px;
|
|
1871
|
+
font-weight: 700;
|
|
1872
|
+
}
|
|
1873
|
+
|
|
1874
|
+
.sharebondimage-dollarvalue {
|
|
1875
|
+
color: rgba(255, 255, 255, 0.5);
|
|
1876
|
+
font-size: 12px;
|
|
1877
|
+
font-weight: 400;
|
|
1878
|
+
}
|
|
1879
|
+
|
|
1880
|
+
.sharebondimage-container-earntoken {
|
|
1881
|
+
display: flex;
|
|
1882
|
+
flex-direction: column;
|
|
1883
|
+
}
|
|
1884
|
+
|
|
1885
|
+
.sharebondimage-amount-earntoken {
|
|
1886
|
+
display: flex;
|
|
1887
|
+
gap: 5px;
|
|
1888
|
+
justify-content: center;
|
|
1889
|
+
align-items: center;
|
|
1890
|
+
}
|
|
1891
|
+
|
|
1892
|
+
.sharebondimage-profit {
|
|
1893
|
+
justify-content: center;
|
|
1894
|
+
align-items: center;
|
|
1895
|
+
}
|
|
1896
|
+
|
|
1897
|
+
.sharebondimage-profit span {
|
|
1898
|
+
color: #38A611;
|
|
1899
|
+
font-size: 10px;
|
|
1900
|
+
font-weight: 400;
|
|
1901
|
+
line-height: 4px;
|
|
1902
|
+
}
|
|
1903
|
+
|
|
1904
|
+
.sharebondimage-amount-payout {
|
|
1905
|
+
color: #38A611;
|
|
1906
|
+
font-size: 14px;
|
|
1907
|
+
font-weight: 700;
|
|
1908
|
+
}
|
|
1909
|
+
|
|
1910
|
+
.sharebondimage-amount-dollarvalue {
|
|
1911
|
+
color: #38A611;
|
|
1912
|
+
font-size: 12px;
|
|
1913
|
+
font-weight: 400;
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1916
|
+
.banner-container {
|
|
1917
|
+
width: 100%;
|
|
1918
|
+
min-height: 160px;
|
|
1919
|
+
border-radius: 8px;
|
|
1920
|
+
display: flex;
|
|
1921
|
+
flex-direction: column;
|
|
1922
|
+
align-items: center;
|
|
1923
|
+
justify-content: center;
|
|
1924
|
+
margin-bottom: 10px;
|
|
1925
|
+
gap: 5px;
|
|
1926
|
+
background-size: cover;
|
|
1927
|
+
background-repeat: no-repeat;
|
|
1928
|
+
padding: 20px;
|
|
1929
|
+
}
|
|
1930
|
+
.banner-container .banner-logos {
|
|
1931
|
+
display: flex;
|
|
1932
|
+
align-items: center;
|
|
1933
|
+
justify-content: center;
|
|
1934
|
+
gap: 10px;
|
|
1935
|
+
}
|
|
1936
|
+
.banner-container .banner-title {
|
|
1937
|
+
font-weight: 700;
|
|
1938
|
+
font-size: 25.26px;
|
|
1939
|
+
line-height: 30.26px;
|
|
1940
|
+
letter-spacing: 0%;
|
|
1941
|
+
text-align: center;
|
|
1942
|
+
vertical-align: middle;
|
|
1943
|
+
background: linear-gradient(180deg, #FFFFFF 50%, #666666 100%);
|
|
1944
|
+
background-clip: text;
|
|
1945
|
+
-webkit-background-clip: text;
|
|
1946
|
+
-webkit-text-fill-color: transparent;
|
|
1947
|
+
}
|
|
1948
|
+
.banner-container .banner-subtitle {
|
|
1949
|
+
font-weight: 400;
|
|
1950
|
+
font-size: 14.26px;
|
|
1951
|
+
line-height: 30.26px;
|
|
1952
|
+
letter-spacing: 0%;
|
|
1953
|
+
text-align: center;
|
|
1954
|
+
vertical-align: middle;
|
|
1955
|
+
background: linear-gradient(180deg, #FFFFFF 50%, #666666 100%);
|
|
1956
|
+
background-clip: text;
|
|
1957
|
+
-webkit-background-clip: text;
|
|
1958
|
+
-webkit-text-fill-color: transparent;
|
|
1959
|
+
}
|
|
1960
|
+
.banner-container .banner-actions {
|
|
1961
|
+
display: flex;
|
|
1962
|
+
align-items: center;
|
|
1963
|
+
justify-content: center;
|
|
1964
|
+
gap: 10px;
|
|
1965
|
+
}
|
|
1966
|
+
.banner-container .banner-actions .action-button {
|
|
1967
|
+
height: 35px;
|
|
1968
|
+
font-size: 12px;
|
|
1969
|
+
font-weight: 700;
|
|
1970
|
+
}
|
|
1971
|
+
|
|
1972
|
+
@media (max-width: 575px) {
|
|
1973
|
+
.banner-container .banner-title {
|
|
1974
|
+
width: 50%;
|
|
1975
|
+
font-size: 18px;
|
|
1976
|
+
line-height: 21px;
|
|
1977
|
+
}
|
|
1978
|
+
.banner-container .banner-subtitle {
|
|
1979
|
+
width: 55%;
|
|
1980
|
+
font-size: 12px;
|
|
1981
|
+
line-height: 14px;
|
|
1982
|
+
margin-bottom: 10px;
|
|
1983
|
+
}
|
|
1984
|
+
}
|
|
1985
|
+
@media (min-width: 800px) and (max-width: 1000px) {
|
|
1986
|
+
.banner-container {
|
|
1987
|
+
background-position: bottom center;
|
|
1988
|
+
}
|
|
1989
|
+
}
|