aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/layout.scss
blob: cfdbf2b3147364a4c378f3f1ee799dccbe11614d (plain) (blame)
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
/* ==========================================================================
   Layout
   ========================================================================== */

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background: #fafafa;

  &.login main {
    padding: 0;
    min-height: 100vh;
  }
}

.border-bottom {
  border-bottom: 1px solid #ddd;
}

main,
#content,
.valign-wrapper {
  height: 100%;
}

#main {
  flex: 1 0 auto;

  .logo {
    a {
      height: 100pt;
    }

    img {
      height: 100pt;
      width: 100pt;
    }

    &:hover {
      background: transparent;
    }
  }
}