/*
 * Copyright (c) 2022 @automata-network/wallet-sdk authors and contributors.
 * This software may be modified and distributed under the terms of UNLICENSED
 * license. Refer to the LICENSE file for details.
 */
.@{selector-prefix}wallet {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: .pxToPcVw(10) [];

  & * {
    box-sizing: border-box;
  }
}

@media (max-width: @media-query-max-width) {
  .@{selector-prefix}wallet {
    gap: .pxToMobileVw(10) [];
  }
}
