Skip to content

Commit

Permalink
Merge 31e2a13 into 0a86017
Browse files Browse the repository at this point in the history
  • Loading branch information
agnogueira committed Nov 29, 2018
2 parents 0a86017 + 31e2a13 commit 1b21c70
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Changelog
2.0 (unreleased)
^^^^^^^^^^^^^^^^

- Nothing changed yet.
- Estilos para o tile de coleção.
[agnogueira]


2.0rc1 (2018-11-23)
Expand All @@ -15,7 +16,7 @@ Changelog

- Ajustes diversos no responsivo do tema (tiles e menu).
[agnogueira]

- Ajustes de layout no liveblog.
[agnogueira]

Expand Down
20 changes: 20 additions & 0 deletions webpack/app/scss/_tiles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -959,6 +959,26 @@ header.inverter .search-wrapper {
}
}

/* tile de colecao */
.column.col-md-12 .cover-collection-tile {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.cover-collection-tile .tile-header {
width: 100%;
margin: 20px 0;
font-weight: bold;
font-size: 1.5rem;
}
.column.col-md-12 .collection-item {
width: 10%;
flex-grow: 1;
}
.column.col-md-12 .collection-item ~ .collection-item {
margin: 0 0 0 60px;
}

/* Capa Colorida */
body.cover-layout-capa-fundo-destacado {
background-color: #2969bd;
Expand Down

0 comments on commit 1b21c70

Please sign in to comment.