Compare commits
No commits in common. "9687e961b7f6bcb427fdac8603518759d327ed2d" and "f461811283a736b678d073479b1b3d6ad2415b47" have entirely different histories.
9687e961b7
...
f461811283
|
@ -1094,13 +1094,8 @@
|
|||
height: 222px;
|
||||
}
|
||||
|
||||
.activities-list .activities-item:nth-of-type(4n+3){
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
.activities-list .activities-item:nth-of-type(2n){
|
||||
flex-direction: row;
|
||||
}
|
||||
.activities-list .activities-item:nth-of-type(4n+4){
|
||||
.activities-list .activities-item:nth-of-type(3n),
|
||||
.activities-list .activities-item:nth-of-type(4n) {
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
|
||||
|
@ -3578,12 +3573,12 @@
|
|||
height: 2.3rem;
|
||||
}
|
||||
|
||||
.activities-list .activities-item:nth-of-type(even) {
|
||||
flex-direction: row-reverse !important;
|
||||
.activities-list .activities-item:nth-of-type(2n) {
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
|
||||
.activities-list .activities-item:nth-of-type(odd) {
|
||||
flex-direction: row !important;
|
||||
|
||||
.activities-list .activities-item:nth-of-type(3n) {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.activities-list .activities-item>.txt {
|
||||
|
|
Loading…
Reference in New Issue