UNPKG

335 BCSSView Raw
1body {
2 font: 14px "Helvetica" !important;
3}
4
5a.brand {
6 line-height: 16px;
7}
8
9a.brand span {
10 vertical-align: middle;
11 font-size: 16px !important;
12}
13
14a.brand:hover span.red {
15 color: rgb(197, 112, 112) !important;
16}
17
18a.brand:hover {
19 color: #bbb !important;
20}
21
22a.brand img {
23 height: 16px;
24}
25
26#schedule {
27 margin-top: 20px;
28}