aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_pages/add-model/add-model.component.css
blob: 4bf569cc8ae417fbfeca4dd9b6e681ecc56d8630 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#header {
    background-color: #003459;
    padding-top: 30px;
    padding-bottom: 20px;
}
#header h1 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    color: white;
}

#container {
    border-radius: 8px;
}

#wrapper {
    color: #003459;
}