aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/webapp/app/vid/styles/messageViewer.css
blob: 9514d11b4383564abb4c71d93fae8175729f19bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.message-viewer {
    text-align: center;
}

.message-viewer .primaryMessage {
    font-size: 18px;
    padding-top: 20px;
}

.message-viewer .btn-primary {
    background-color: #009FDB;
    color: #FFFFFF;
    border: 1px solid #009FDB;
    padding: 0px 25px;
    height: 35px;
    margin-top: 45px;
}