Commit 4f7bd583076076f6c5dcd4e6ec35a014ce5285eb

Authored by randx
1 parent f963d374

Bigger fonts for groups box

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