cms/app-client/app/styles/components/notice-component.scss
author Chloe Laisne <chloe.laisne@gmail.com>
Sun, 16 Oct 2016 22:23:31 +0530
changeset 338 4a3899b6a7ed
parent 288 f2b77873a156
child 373 e952c8a31a2b
permissions -rw-r--r--
Fix notice/transcript display when adding filter from notice, switching from playlist, toolbar, and player

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

.notice-component {
    padding: 20px 40px;
    color: $dark-grey;
}

.notice-component a.fa {
    text-decoration: none;
    color: inherit;
    font-size: 0px;
    margin-left: 5px;
}

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

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

.notice-component a.doc-link-bnf, 
.notice-component a.doc-link-lexvo {
    cursor: pointer;
    color: $dark-grey;
    text-decoration: none;
    pointer-events: 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: $light-white;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0px;
}

.notice-component h3 {
    color: $light-white;
    line-height: 18px;
    font-size: 14px;
    padding: 5px 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: 15px;
}

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

.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;
}