.base-button-render {
  .btn {
    padding: 10px 10px;
    min-width: 110px;
    max-width: 160px;
    font-size: 16px;
    text-align: center;
    color: white;
    background-color: var(--theme-primary);
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;   
    white-space: nowrap;
    &:active {
      opacity: .7;
    }

    &.shadow {
      border: 1px solid #eee;
      background: white;
      color: #333;
    }
  }
}
