Sha256: d841fe5d649dc2023f7107041e906527de0599032292a321eaafc786592db076

Contents?: true

Size: 753 Bytes

Versions: 1

Compression:

Stored size: 753 Bytes

Contents

.balance {

  table {

    thead {

      tr {

        td {
          padding-top: 10px;
          padding-bottom: 10px;
        }
      }
    }

   tbody {

     tr {

       td {
         padding-top: 21px;
         padding-bottom: 21px;

         &:nth-child(4) {
           color: #389c5e;

           &.reserved,
           &.expenses {
             color: #ea5a2a;
           }
         }
       }
     }
   }

    tr {

      td {

        &:nth-child(1) {
          width: 15%;
        }

        &:nth-child(2) {
          width: 15%;
        }

        &:nth-child(3) {
          width: 12.5%;
        }

        &:nth-child(4) {
          width: 12.5%;
        }

        &:nth-child(5) {
          width: 45%;
        }
      }
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
translation_cms-0.1.5 app/assets/stylesheets/cabinet/desktop/parts/_balance.scss