Sha256: 5073d0c16bed285dea0f577de9f23be6b0b88e99c805cb13baf93e9598df0180

Contents?: true

Size: 1.75 KB

Versions: 1

Compression:

Stored size: 1.75 KB

Contents

.table_mobile {
  border-left: #A2ADC3 1px solid;
  border-right: #E5E7EE 1px solid;
  overflow: hidden;
  display: table;

  .row {
    display: table-row;

    sup {
      vertical-align: top;
      font-size: 14px;
      margin-right: 3px;
    }

    &:first-child {

      > div {
        border-top: #E5E7EE 1px solid;

        &:first-child {
          border-top: #A2ADC3 1px solid;
        }
      }
    }

    > div {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      border-right: #E5E7EE 1px solid;
      border-bottom: #E5E7EE 1px solid;
      display: table-cell;
      vertical-align: middle;
      color: #667292;
      font-size: 14px;
      padding: 10px 2%;
      width: 33.3333%;

      &:first-child {
        background-color: #CCCFDB;
        border-right: #A2ADC3 1px solid;
        border-bottom: #A2ADC3 1px solid;
        color: #455f76;
        font-weight: 600;
        font-size: 14px;
        width: 26%;
      }

      &:last-child {
        border-right: none;
      }

      a {
        
        &:not(.button) {
          color: #3DAEF3;
          display: block;
          text-decoration: none;
        }
      }
    }
  }
}


.cabinet {

  .table_filters {

    .table_filters_content {
      width: 100%;
    }

    .table_search {

      input:not([type="submit"]) {
        float: right;
        width: 70%;
      }
    }

    .table_filters_dates {

      .table_date_item {
        width: 100%;
        margin-bottom: 10px;
      }

      input:not([type="submit"]) {
        float: right;
        width: 70%;
      }
    }

    .table_filters_level {
      width: 50%;

      .table_level_item {
        padding-left: 0;
      }
    }

    .table_search_buttons {
      width: 50%;
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
translation_cms-0.1.5 app/assets/stylesheets/cabinet/mobile/ui/_table.scss