/*
 * 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}connectButton {
  background-color: var(--wallet-primary);
  color: #fff;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  padding: 0.6em 1.2em;
  line-height: 1.1em;
  border: 1px solid transparent;
  height: .pxToPcVw(40) [];
  font-size: .pxToPcVw(16) [];
  border-radius: .pxToPcVw(8) [];
}

@media (max-width: 1024px) {
  .@{selector-prefix}connectButton {
    height: .pxToMobileVw(50) [];
    font-size: .pxToMobileVw(20) [];
    border-radius: .pxToMobileVw(10) [];
  }
}
