HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/sportivo.komma.pro/wwwroot/css/mixins/_button.sass
=button($padding:5px 10%, $top: 0px)
  border: 2px solid
  border-radius: 40px
  padding: $padding
  +flex(space-between, center)
  +audiBold
  +transition(background-color 0.2s)

  .text
    +audiBold
    font-size: 16px
    line-height: 16px
    text-transform: uppercase

  .icon
    float: right
    position: relative
    top: $top

  &.blue
    border-color: $blue
    &:hover
      background-color: $blue
      .icon
        +arrowRightWhite
    .icon
      +arrowRightBlue
      +transition(all 0.5s)

  &.white
    border-color: white
    &:hover
      background-color: white
      color: $blue
      p
        color: $blue
      .icon
        +arrowRightBlue

    .icon
      +arrowRightWhite
      +transition(all 0.5s)

  &.orange
    border-color: $orange
    &:hover
      background-color: $orange

      .icon
        +arrowRightWhite

    .icon
      +arrowRightOrange
      +transition(all 0.5s)