-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.css
78 lines (78 loc) · 1.59 KB
/
main.css
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
#beer-logo-bud{
background: url(img/budlight.jpg);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
#beer-logo-coors{
background: url(img/coors.png);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
#beer-logo-genny{
background: url(img/genny.jpg);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
#beer-logo-miller-high{
background: url(img/millerhigh.jpg);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
#beer-logo-rock{
background: url(img/rollingrock.png);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
#beer-logo-pbr{
background: url(img/pbr.jpg);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
.logo{
height: 10em;
transition:.3s;
}
.logo:hover{
height: 11em !important;
margin-bottom: -1em;
}
a{
cursor:pointer;
}
#zoneName{
font-size:1.5em;
}
#select-label{
margin-top: 0;
}
#beer-label{
margin-top: 40px;
}
.jumbotron {
padding-top: 24px;
padding-bottom: 24px;
}
.ct-chart{
margin-top:3em;
}
.keycolor{
height:1em;
}
.keynum{
text-align: center;
font-weight:bold;
font-size:1.5em;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start{
font-weight: bold;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end{
font-weight: bold;
font-size: 1em;
}