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/Eurotools/euro-tools.nl/resources/assets/sass/kms/sections/_transfer.sass
// Transfer Section

#entity.transfer-section
  position: static
  top: 0
  height: 100%
  background-color: white
  form
    .tab-content
      padding: 30px 0
      border-bottom: 1px solid #e0e6ec
      &.first
        padding: 0

        h4
          padding: 0

        > button
          margin-top: 0
          margin-bottom: 30px

      h4
        color: $blue
        padding-left: 30px
        margin: 0

      p
        padding-left: 30px
        font-size: 0.7rem
        color: #70778c
        opacity: 0.5
        margin: 0
        font-weight: 100

      textarea
        height: 200px
        width: 30%
        &:first-of-type
          margin-top: 30px
          margin-left: 30px

      .entity-attribute
        h3
          font-size: 1.2rem
          line-height: 1.2
          color: #2D323C
          font-weight: 700
          text-transform: none
          padding: 21px 0 13px 30px

          p
            font-size: 0.7rem
            line-height: 1.4rem
            color: #70778c
            opacity: 0.5
            margin: 0
            font-weight: 100

        h4
          color: $blue

      .entity-attribute-file
        width: auto
        display: block
        padding: 10px 10px 10px 30px
        border-bottom: none
        cursor: copy

        input
          vertical-align: middle
          border: dashed 1px grey
          padding: 20px
          border-radius: 5px
          width: auto

          &:focus
            outline: none

        textarea
          margin-top: 30px
          padding: 5px
          color: #479c38
          font-size: 0.7rem
          width: 100%
          height: 30vh

          &:focus
            outline: none

      button
        vertical-align: middle
        display: inline-block
        height: 40px
        border-radius: 4px
        +appearance(none)
        border: none
        cursor: pointer
        transition: background-color 0.3s
        width: auto
        background-color: $blue
        color: white
        font-size: 0.7rem
        margin-left: 30px
        margin-top: 20px

        &:focus
          outline: none