Blame view

css/style.css 537 Bytes
bf26706c   Geoffrey PREUD'HOMME   Écran principal
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
  body {
      display: flex;
      min-height: 100vh;
      flex-direction: column;
  }
  
  #main {
      flex: 1 0 auto;
  }
  
  nav i.material-icons {
      display: inline;
      font-size: 1rem;
  }
  
  nav .tabs .tab a {
      color: white;
  }
  
  nav .tabs .indicator {
      background-color: #fff59d;
  }
  
  #toast-container {
      top: inherit;
      bottom: 10%;
  
  }
  
  #toast a {
      text-transform: uppercase;
  }
  
  #grilleBieres a {
      width: 90%;
      padding: 25px;
      height: 100px;
      font-size: 3em;
  }
  
  footer.page-footer {
      margin-top: 0;
      padding-top: 0;
  
  }