aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_pages/add-model/add-model.component.css
blob: 5184733d017d8d064e06707f2d7586b7971ec0ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#header {
    background-color: #003459;
    padding-top: 25px;
    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;
}