hanze/lollipop

views/css/theme.css in master
Repositories | Summary | Log | Files

theme.css (407B) download


 1*{
 2    box-sizing: border-box;
 3    font-family: Verdana,sans-serif;
 4    font-size: 15px;
 5    line-height: 1.5;
 6}
 7
 8body{
 9    padding: 0;
10    margin: 0;
11    background: #52dff2;
12}
13
14.header{
15    display: flex;
16    padding: 40px;
17    background: #33b3b6;
18    color: white;
19}
20
21.box_title a{
22    font-size: 50px;
23    margin-left: 10px;
24}
25.header_middle{
26    flex-grow:1000;
27}
28.box_logout a{
29    font-size: 25px;
30}