Project

General

Profile

« Previous | Next » 

Revision 59513

[Graph | Trunk]: Add home page and assets

View differences:

home.component.css
1
.portal-color.emphasis {
2
    color: #37C7E9;
3
    font-size: 40px;
4
    font-weight: bold;
1
@media only screen and (min-width: 960px) {
2
    .home > div {
3
        min-height: calc(100vh - 100px);
4
    }
5 5
}
6 6

  
7
/*.numbers-background {*/
8
/*    background: transparent url('explore-assets/numbers_background_pattern.svg') 0% 0% repeat-x padding-box;*/
9
/*    background-position: center bottom;*/
10
/*}*/
7
@media only screen and (min-width: 960px) {
8
    .second {
9
        background-image: url("/assets/graph-assets/backgrounds/1.svg"), url("/assets/graph-assets/backgrounds/2.svg");
10
        background-size: auto;
11
        background-repeat: no-repeat;
12
        background-position: 55% 0, 65% 25%;
13
    }
11 14

  
12
.numbers-background .emphasis {
13
    font-size: 40px;
15
    .third {
16
        background-image: url("/assets/graph-assets/backgrounds/3.svg"), url("/assets/graph-assets/backgrounds/4.svg");
17
        background-size: auto;
18
        background-repeat: no-repeat;
19
        background-position: 40% 0, bottom right;
20
    }
21
}
22

  
23
.numbers .emphasis {
24
    font-size: 41px;
14 25
    font-weight: bold;
15
}
26
}
27

  
28
.numbers-background {
29
    background: transparent url('assets/graph-assets/home/10.svg') repeat-x center bottom;
30
}

Also available in: Unified diff