revert last commit

This commit is contained in:
2021-12-22 21:53:25 +01:00
parent e34aecbd69
commit 8474dad8bc
2 changed files with 10 additions and 12 deletions
@@ -975,13 +975,11 @@ a {
display: flex;
flex-direction: column; }
.path-actualites .block-region-content .block-views .node-type-actualite div:first-child :nth-child(1) {
order: 3; }
.path-actualites .block-region-content .block-views .node-type-actualite div:first-child :nth-child(2) {
order: 1; }
.path-actualites .block-region-content .block-views .node-type-actualite div:first-child :nth-child(3) {
order: 2; }
.path-actualites .block-region-content .block-views .node-type-actualite div:first-child :nth-child(4) {
order: 4; }
order: 2; }
.path-actualites .block-region-content .block-views .node-type-actualite div:first-child :nth-child(5) {
order: 3; }
.path-actualites .block-region-content .block-views .node-type-actualite div:first-child a {
color: #09398b; }
.path-actualites .block-region-content .block-views .node-type-actualite div:first-child .field--name-field-images .field__item img {
@@ -34,15 +34,15 @@
display: flex;
flex-direction: column;
// :nth-child(1) { order: 1; }
:nth-child(1) { order: 1; }
// :nth-child(4) { order: 2; }
// :nth-child(5) { order: 3; }
:nth-child(4) { order: 2; }
:nth-child(5) { order: 3; }
:nth-child(1) { order: 3; }
:nth-child(2) { order: 1; }
:nth-child(3) { order: 2; }
:nth-child(4) { order: 4; }
// :nth-child(1) { order: 3; }
// :nth-child(2) { order: 1; }
// :nth-child(3) { order: 2; }
// :nth-child(4) { order: 4; }
a{
color: $blue-dark;
}