Sha256: 3b0542a712746949fe47df878dcb85547ab85cdbe2f9e2bc98b7042faf3f37d0

Contents?: true

Size: 550 Bytes

Versions: 1

Compression:

Stored size: 550 Bytes

Contents

.device-detail {
  .device-header {
    .container();
    h2{
      .column(6);
    }
  }

  .device-commands {
    .column(6);
  }

  .device-events {
    .column(6);

    .input {
      .column(6);

      input {
        .column(7);
        padding: 8px 12px;
        margin: 0 2.08166667% 0 0;
      }

      button {
        .column(5);
      }
    }

    .listeners-div {
      .column(6);
      margin-bottom: 30px;
      table {
        width: 100%;
      }

    }

    .events {
      width: 100%;
    }
  }

  .remove {
    width: 10%;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
robeaux-0.3.0 less/views/devices.less