cms/app-client/app/styles/components/notice-component.scss
author Chloe Laisne <chloe.laisne@gmail.com>
Mon, 04 Jul 2016 11:15:25 +0200
changeset 217 989b9c36b849
child 218 38e1a1446319
permissions -rw-r--r--
Toolbar and Notice component styles

.notice-component {

}

.notice-component h2 {
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
}

.notice-component h3 {
    color: #ffffff;
    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 #13212d;
}

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

.notice-component table tr td.title {
    font-weight: bold;
    color: #13212d;
}

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