cms/app-client/app/styles/components/notice-component.scss
author ymh <ymh.work@gmail.com>
Sun, 27 Nov 2016 15:12:30 +0100
changeset 447 38d5789e30d0
parent 424 feb0d3e0fef9
child 449 5b0787f51d76
permissions -rw-r--r--
Improce notice data display, correct m3.23

.corpus-app-container.window {
    background-color: $corpus-white;
}

.notice-component {
    padding: 30px;
    color: $corpus-grey;
}

.notice-permalink {
    color: $corpus-grey;
    text-decoration: underline dotted $corpus-grey;
}

.notice-component {
  .notice-permalink:after,
  .bo-doc-ref-link:after {
      content: "\f045";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;

      padding-right: 0.5em;
      padding-left: 0.3em;
      text-decoration: none;
  }

  .notice-permalink:after {
      color: $corpus-grey;
  }
}


body.videoscreen .notice-component {
    padding-top: 20px;
    padding-bottom: 20px;
}

.notice-component a.fa {
    text-decoration: none;
    color: $corpus-black;
    font-size: 0px;
    margin-left: 2px;
}

.notice-component a.fa:before {
    font-size: 12px;
}

.notice-component .action {
    cursor: pointer;
}

.notice-component {
  .doc-link-bnf,
  .doc-link-lexvo,
  .doc-link-viaf,
  .doc-link-geonames {
    cursor: pointer;
    color: $corpus-black;
    text-decoration: none;
  }
}

.notice-component .language a {
    text-transform: capitalize;
}

.notice-component .fa-close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: $dark-blue;
    cursor: pointer;
}

.notice-component .fa-close::before {
    font-size: 20px;
}

.notice-component h2 {
    color: $corpus-blue;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    line-height: normal;
    padding: 0px;
}

.notice-component.overlay h2,
.notice-component.overlay h3 {
    color: $dark-grey;
}

.notice-component table {
    line-height: 18px;
    border-collapse: collapse;
    width: 100%;
    margin-top: 5px;
}

.notice-component table tr {
    border-bottom: solid 1px $corpus-black;
}

.notice-component table tr td {
    vertical-align: top;
    padding: 10px 0px;
}

.notice-component table tr td.title {
    font-weight: bold;
    color: $dark-blue;
    width: 25%;
}

.notice-component table tr td ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.notice-component .doc-link-lexvo {
    text-transform: capitalize;
}