Sha256: 8073f1bcaca43cfc25a7ffffcf636d8f1b109439b7719a7fa82041da6313091a

Contents?: true

Size: 1.25 KB

Versions: 7

Compression:

Stored size: 1.25 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 {
    @extend %font-bold;
    width: 120px;
    clear: left;
    float: left;
    margin-top: 0;
  }
  dd {
    float: left;
    width: 400px;
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
iqvoc-4.12.1 app/assets/stylesheets/iqvoc/components/_notes.scss
iqvoc-4.12.0 app/assets/stylesheets/iqvoc/components/_notes.scss
iqvoc-4.11.1 app/assets/stylesheets/iqvoc/components/_notes.scss
iqvoc-4.11.0 app/assets/stylesheets/iqvoc/components/_notes.scss
iqvoc-4.10.0 app/assets/stylesheets/iqvoc/components/_notes.scss
iqvoc-4.9.0 app/assets/stylesheets/iqvoc/components/_notes.scss
iqvoc-4.8.2 app/assets/stylesheets/iqvoc/components/_notes.scss