aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/css/style.css
blob: 13c65334ee3c23541de00e60b6f396e7791a7f85 (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
html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.content {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

pre {
    margin: auto;
    text-align: left;
    width: 400px;
}

[v-cloak] {
  display: none;
}

.hand {
    cursor: hand;
}

th {
    vertical-align: middle !important;
}