Sha256: bc4a81a57a16303b4ac2c3ed84af9bf7f75ce54216a4dc0bfb8f8bbf7ad5401d

Contents?: true

Size: 1.22 KB

Versions: 3

Compression:

Stored size: 1.22 KB

Contents

.widgets-index {
  
  .elements-table  {
    padding-bottom: 30px;
    clear: both;
  }
}

.widgets-index--actions {
  .elements-table__table thead th:last-child {
    text-align: center;
  }

  .elements-table__row td:last-child {
    text-align: center;
    min-width: 250px;

    .elements-button__element {
      font-size: 0.8em;
    }
  }
}

.widgets-index__head  {
  margin-bottom: 15px;
}

.widgets-index__new-action {
  display: inline-block;
  width: auto;
  float: right;

  .elements-button__element {
    margin: 0;
  }
}

.widgets-index__search {
  display: inline-block;
  width: auto;
  height: 34px;
  overflow: hidden;
  
  .inputs-text {
    display: inline-block;
    margin: 0;
    width: 200px;

    input {
      margin: 0;
    }
  }

  .elements-button {
    position: relative;
    left: -5px;
    button {
      margin: 0;
      padding: 7px 12px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  }
}

.widgets-index__counter {
  height: 31px;
  float: left;
  padding-top: 10px;
  padding-right: 15px;
  border-bottom: solid 1px $color_grey;
  font-size: 0.8em;
}

// Responsive layout:

@media(max-width:767px) {
  .widgets-index__search { 
    .inputs-text {
      width: 120px;
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lato_core-2.2.0 app/assets/stylesheets/lato_core/cells/widgets/_index.scss
lato_core-2.1.4 app/assets/stylesheets/lato_core/cells/widgets/_index.scss
lato_core-2.1.3 app/assets/stylesheets/lato_core/cells/widgets/_index.scss