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/vebon.komma.pro/resources/assets/sass/vebon/dashboard.sass
.dashboard-container
  margin-top: 100px
  display: flex
  justify-content: center
  align-items: center
  flex-direction: column

.document-group
  table
    border-spacing: 0
    width: 100%
    text-align: left
    th
      padding: 5px 10px
      text-align: left
    td
      padding: 5px 10px
      margin: 0

      &.action
        float: right
        text-align: left
        .button-container
          width: 100%
          padding: 0

        a
          display: block
          width: 190px
          background: $orange
          font-weight: 400
          padding: 10px 35px
          color: white
          transition: background 0.4s
          &:hover
            background: lighten($orange, 10%)
          &.admin
            background: $green
            &:hover
              background: lighten($green, 10%)

    tr
      height: 50px
      border-bottom: 2px solid black

.full-width
  padding: 40px 45px

/** Table styling **/

.table-organisation
  width: 25%
.table-city
  width: 20%
.table-filed
  width: 20%
.table-updated
  width: 20%
.table-closingdate
  min-width: 20%
.table-contact
  width: 20%
.table-action
  min-width: 210px

/** Archive Members **/

.table-year
  width: 10%
.table-auditor
  min-width: 40%
.table-action-archive-member
  max-width: 210px
  float: right