Bigger fonts for groups box
This commit is contained in:
parent
f963d37408
commit
4f7bd58307
2 changed files with 6 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
@extend .span4;
|
||||
@extend .right;
|
||||
|
||||
.groups_box,
|
||||
.projects_box {
|
||||
h5 {
|
||||
color:$style_color;
|
||||
|
@ -21,6 +22,10 @@
|
|||
padding:0;
|
||||
a {
|
||||
display:block;
|
||||
.group_name {
|
||||
font-size:14px;
|
||||
line-height:18px;
|
||||
}
|
||||
.project_name {
|
||||
color:#4fa2bd;
|
||||
font-size:14px;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.projects_box
|
||||
.groups_box
|
||||
%h5
|
||||
Groups
|
||||
%small
|
||||
|
|
Loading…
Reference in a new issue