Sha256: aa6c5bc59c8cc6644d65b912f445a4dd095f1f0693e16424578257ab6c2e5850

Contents?: true

Size: 1.33 KB

Versions: 4

Compression:

Stored size: 1.33 KB

Contents

// label {
//   display: block;
// }

hr {
  border-top: 1px solid red;
}

textarea {
  border: 1px solid red;

  min-width: 400px;
  width: 100%;

  min-height: 300px;
}

/* B */

.blue {
  color: blue;
}

.border-right {
  border-right: 1px solid red !important;
}

.bordered {
  border: 1px solid gray;
  border-radius: 5px;

  padding: 0.5em;
}

table.bordered {
  table-layout:fixed;
  width: 100%;
  word-wrap: break-word;

  border: 1px solid gray;
  border-bottom: 0;
  border-right: 0;

  th {
    background: #ddd;
  }

  td {
    border: 1px solid gray;
    border-top: 0;
    border-left: 0;
  }
  .latest-at {
    width: 100px;
  }
  .froms,
  .leads {
    width: 200px;
  }
}

/* C */

.code,
.mono,
.monospace {
  font-family: monospace;
  font-size: 0.8em;
}
textarea.monospace {
  padding: 0.6em;
}


/* D */

.descr {
  border: 1px solid red;
  padding: 0.5em;
}

/* E */

.eg {
  color: gray;
  font-size: 0.8em;
}

/* F */


.flex-row {
  display: flex;
}
.flexwidth {
  max-width: 1000px;
  margin: auto;
}

.field_with_errors {
  flex-grow: 1;
}

/* G */

.gray,
.grey {
  color: grey;
  display: inline-block;
}

.green {
  color: green;
}

/* H */
h5.title {
  display: flex;
}

.h-500px {
  min-height: 500px;
}

/* M */

.maxwidth {
  width: 1000px;
  margin: auto;
}

.mini {
  font-size: 0.8em;
}

/* P */

.padded {
  margin: 0.5em;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wco_models-3.1.0.61 app/assets/stylesheets/wco/utils.scss
wco_models-3.1.0.60 app/assets/stylesheets/wco/utils.scss
wco_models-3.1.0.59 app/assets/stylesheets/wco/utils.scss
wco_models-3.1.0.58 app/assets/stylesheets/wco/utils.scss