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/SBogers47/leden.ehbocranendonck.nl/resources/assets/sass/kms/attributes/_view.sass
.entity-attribute-view
  padding: 0
  +box-sizing(border-box)

  &.error + .error
    box-shadow: inset 0 1px 1px rgba($brand-danger, .075), inset 0 0 1px rgba(lighten(desaturate($brand-danger, 25%), 10%),.75)
    border: 1px solid $brand-danger
    border-top: 0

  .content
    padding: grid-row(1)

    label
      margin-left: 0


    table.competences
      margin-left: 170px
      width: calc( 100% - 170px)
      text-align: left
      border-spacing: 0
      border-collapse: collapse
      font-size: 0.7rem

      th
        border-bottom: 1px solid $lightest-gray
        margin-bottom: 5px

      tr
        padding: 5px 0

        &.missing
          td:first-child:before
            background-color: #373c41

        &.expired
          td:first-child:before
            background-color: #FE3333

        &.almost-expired
          td:first-child:before
            background-color: #FFAC34

        &.valid
          td:first-child:before
            background-color: #04D682

        td
          padding: 0
          margin: 0

          &:first-letter
            text-transform: capitalize

          &:first-child
            +flex(flex-start, center)

            &:before
              display: block
              content: ''
              width: 10px
              height: 10px
              border-radius: 999px
              margin-right: 10px
              background-color: $lightGray