Commit 4f7bd583076076f6c5dcd4e6ec35a014ce5285eb

Authored by randx
1 parent f963d374

Bigger fonts for groups box

app/assets/stylesheets/sections/projects.scss
... ... @@ -7,6 +7,7 @@
7 7 @extend .span4;
8 8 @extend .right;
9 9  
  10 + .groups_box,
10 11 .projects_box {
11 12 h5 {
12 13 color:$style_color;
... ... @@ -21,6 +22,10 @@
21 22 padding:0;
22 23 a {
23 24 display:block;
  25 + .group_name {
  26 + font-size:14px;
  27 + line-height:18px;
  28 + }
24 29 .project_name {
25 30 color:#4fa2bd;
26 31 font-size:14px;
... ...
app/views/dashboard/_groups.html.haml
1   -.projects_box
  1 +.groups_box
2 2 %h5
3 3 Groups
4 4 %small
... ...