Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 6a250c18

Přidáno uživatelem Lukáš Vlček před asi 2 roky(ů)

Layout and minor color changes

Zobrazit rozdíly:

webapp/styles/MainLayout.module.scss
4 4

  
5 5
    grid:
6 6
        [header-start] 'header' 50px [header-end]
7
        [main-start] 'content' [main-end]
8
        [footer-start] 'footer' 30px [footer-end];
7
        [main-start] 'content' [main-end];
9 8

  
10 9
    place-items: stretch;
11 10
    place-content: stretch;
......
13 12
    width: 100vw;
14 13
    height: 100vh;
15 14

  
16
    gap: 3px;
15
    gap: 0;
16
    background-color: dimgray;
17 17
}
18 18

  
19 19
.header {
20 20
    grid-area: header;
21

  
22 21
}
23 22

  
24 23
.content {
25 24
    grid-area: content;
26 25
    overflow-y: hidden;
26
    padding: 20px;
27
    background-color: white;
28
    margin: 8px;
29
    border-radius: 6px;
30

  
31
    -webkit-box-shadow: 5px 5px 5px 5px rgba(138,138,138,0.75);
32
    box-shadow: 5px 5px 5px 5px rgba(138,138,138,0.75);
33
}
34

  
35
.contentAnnotator {
36
    grid-area: content;
37
    //@extend .content;
38
    margin: 8px;
39

  
40
    padding: 0;
41
    overflow-y: hidden;
27 42
}
28 43

  
29 44
.footer {

Také k dispozici: Unified diff