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/marisrental/boldt.tech/resources/sass/kms/sections/_actionLog.sass
// Action log Section

#entity.action-log-section
  position: static
  top: 0
  height: 100%
  background-color: darken(white, 2%)
  .entity-attributes
    position: static
    background-color: transparent
    .tab-content
      background-color: white
      border-bottom: 1px solid #e0e6ec
      .entity-attribute-title
        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

      .entity-attribute-date-picker
        width: auto
        display: inline-block
        padding-left: 30px
        border-bottom: none

        label
          width: 100%
          margin-left: 0
          margin-bottom: 10px

      button
        display: inline-block
        height: 40px
        border-radius: 4px
        appearance: none
        border: none
        cursor: pointer
        transition: background-color 0.3s
        width: 150px
        background-color: $blue
        color: white
        font-size: 0.7rem

        &:focus
          outline: none



  textarea
    border: none
    color: #333
    font-size: 0.7rem
    width: 100%
    height: calc(100vh - 216px)
    padding: 30px
    background: transparent

    &:focus
      outline: none