1527e34247329afedf2d693d75a4d51200538b9a
[website] / src / main / webapp / less / base / head.less
1 @import '../variables.less';
2
3 #header
4 {
5   font-family: 'BPreplay', Helvetica, Arial, sans-serif;
6   font-weight: bold;
7 }
8 #logo
9 {
10   font-size: 400%;
11   line-height: 1.2em;
12   padding: 0 0 0 .230769231em; /* 30px */
13   color: @normal;
14   border: none;
15   position: relative;
16   left: -.3em;
17 }
18 #logo:hover
19 {
20   color: @dunkler;
21 }
22 #slogan
23 {
24   color: @normal;
25   white-space: nowrap;
26   padding-top: 1em;
27 }