cms/app-client/app/styles/components/notice-component.scss
author ymh <ymh.work@gmail.com>
Mon, 12 Jun 2017 14:59:37 +0200
changeset 538 0454014a4bb6
parent 536 b64c8c35c67d
permissions -rw-r--r--
new version 0.0.20 and small doc improvement

.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 {
  .bo-doc-ref-url {
    text-decoration: none;
    color: $corpus-black;
  }
  .notice-permalink:after,
  .bo-doc-ref-url:after {
    content: "\f045";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;

    text-decoration: none;
  }

  .notice-permalink:after {
    padding-left: 0.3em;
    padding-right: 0.5em;
  }

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

  .doc-lit-olac-value {
    padding-right: 0.3em;
  }

}


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

.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,
  .doc-link-dcmi {
    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 h3 {
    color: $corpus-blue;
    margin-bottom: 12px;
    font-size: 16px;
    font-style: italic;
}

.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 table tr td p {
    margin: 0 0 6px 0;
}

.notice-component {

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

  // a.doc-link-dcmi {
  //   @extend .fa;
  // }

  .doc-link-dcmi:after {
    content: "\f045";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;

    padding-right: 0.5em;
    padding-left: 0.5em;
  }

  .notice-links h5 {
    display: inline-block;
  }

  .notice-created {
    cursor: pointer;
  }

}