Skip to content

Commit

Permalink
Merge 48d1c79 into 133b5a7
Browse files Browse the repository at this point in the history
  • Loading branch information
bozarevskaandrea committed Oct 17, 2019
2 parents 133b5a7 + 48d1c79 commit 7153038
Show file tree
Hide file tree
Showing 5 changed files with 1,323 additions and 1,490 deletions.
2 changes: 1 addition & 1 deletion ckanext/knowledgehub/fanstatic/css/main.css

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,39 @@
font-size: 14px;
font-weight: 600
}
}
.component-list-rq {

margin-left: -1%;
margin-right: -1%;

.component-item-rq {
ul {
padding-left: @grid-gutter-width - 10;
padding-bottom: @grid-gutter-width - 10;
}
background-color: @white;
margin: 1%;
border: 1px solid @gray-line;
.shadow;
&:hover{
.hover-primary;
}
.component-content-rq {
padding: 0 @grid-gutter-width / 2 @grid-gutter-width / 2 @grid-gutter-width / 2;

.component-heading-rq {
a {
font-size: @font-size-base + 7;
text-decoration: none;
color: initial;

&:hover {
color: @brand-primary;

}
}
}
}
}
}
Loading

0 comments on commit 7153038

Please sign in to comment.