Skip to content

Commit

Permalink
Design: update list all addons
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Feb 26, 2016
1 parent 09bbc24 commit d0176c6
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion www/assets/front/css/theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ a[href*="://"]:after {
}

.addons {

h2.category {
span {
font-size: 23px;
Expand Down Expand Up @@ -334,6 +333,25 @@ a[href*="://"]:after {
margin-left: 10px;
}
}

.addons-all {
.b-addon {
.b-addon__body {
width: 93%;
padding-left: 0;

h3 {
margin: 0;
}
}
.b-addon__image {
padding: 0.8em 0.5em 0.8em 0.8em;
img {
max-width: 30px;
}
}
}
}
}

.footer {
Expand Down

0 comments on commit d0176c6

Please sign in to comment.