cms/app-client/app/styles/components/notice-component.scss
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 05 Jul 2016 01:30:27 +0200
changeset 227 5c9250f55f4b
parent 226 2103e6c58266
child 228 a2497a2b6224
permissions -rw-r--r--
Basic notice logic from query parameters Playlist component notice open/close styles

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

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

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