summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui/src/components/home/JumbotronHeader.module.scss
blob: 567b3e731f67fe5cc31dd9da084db0c7800fc54c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.jumbotronHeader {
    background: #00a6d6;
}

.jumbotron {
    background-color: inherit;
    margin-bottom: 0;
    text-align: center;

    padding-top: 120px;
    padding-bottom: 120px;

    img {
        max-width: 110px;
    }

    h1 {
        color: #fff;
        font-size: 4.5em;

        .dc {
            color: #fff;
            font-weight: bold;
        }
    }

    :global(.lead) {
        color: #fff;
        font-size: 1.4em;
    }
}