Sha256: 6ca92517596e9fe4e50fe39223a861e2f083fc26a7a69a194f1b7593c6c3a968

Contents?: true

Size: 1.24 KB

Versions: 13

Compression:

Stored size: 1.24 KB

Contents

.language_flap {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #999;
  float: left;
  padding: 5px 10px 5px 10px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 0;
}

.note_content {
  overflow: auto;
  padding: 10px 15px 10px 15px;

  border: {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    color: #eee;
    style: solid;
  }

  background-color: #04C1FF;
  background-image: -o-linear-gradient(-90deg , rgb(255,255,255) 0%, rgb(251,251,251) 100%);
  background-image: -moz-linear-gradient(-90deg , rgb(255,255,255) 0%, rgb(251,251,251) 100%);
  background-image: -webkit-linear-gradient(-90deg , rgb(255,255,255) 0%, rgb(251,251,251) 100%);
  background-image: -ms-linear-gradient(-90deg , rgb(255,255,255) 0%, rgb(251,251,251) 100%);
  background-image: linear-gradient(-90deg , rgb(255,255,255) 0%, rgb(251,251,251) 100%);

  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;

  p {
    margin: 0 0 20px 0;
  }
}

dl.note_annotations {
  float: left;
  margin: 0;
  width: 100%;
  dt {
    width: 120px;
    clear: left;
    float: left;
    font-weight: bold;
    margin-top: 0;
  }
  dd {
    float: left;
    width: 400px;
  }
}

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
iqvoc-4.3.3 app/assets/stylesheets/iqvoc/components/_notes.css.scss
iqvoc-4.8.1 app/assets/stylesheets/iqvoc/components/_notes.scss
iqvoc-4.8.0 app/assets/stylesheets/iqvoc/components/_notes.scss
iqvoc-4.7.0 app/assets/stylesheets/iqvoc/components/_notes.scss
iqvoc-4.6.1 app/assets/stylesheets/iqvoc/components/_notes.css.scss
iqvoc-4.5.2 app/assets/stylesheets/iqvoc/components/_notes.css.scss
iqvoc-4.6.0 app/assets/stylesheets/iqvoc/components/_notes.css.scss
iqvoc-4.5.1 app/assets/stylesheets/iqvoc/components/_notes.css.scss
iqvoc-4.5.0 app/assets/stylesheets/iqvoc/components/_notes.css.scss
iqvoc-4.4.0 app/assets/stylesheets/iqvoc/components/_notes.css.scss
iqvoc-4.3.2 app/assets/stylesheets/iqvoc/components/_notes.css.scss
iqvoc-4.3.1 app/assets/stylesheets/iqvoc/components/_notes.css.scss
iqvoc-4.3.0 app/assets/stylesheets/iqvoc/components/_notes.css.scss