corrections graphiques
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
position: relative;
|
||||
width: auto;
|
||||
display: inline-block;
|
||||
line-height: 1.3;
|
||||
@include main_title();
|
||||
}
|
||||
|
||||
@@ -74,6 +75,15 @@
|
||||
padding-left: $x_margin;
|
||||
@include sous_titre();
|
||||
}
|
||||
.faded {
|
||||
opacity: 0;
|
||||
transform: translateY(2rem);
|
||||
transition: all 0.5s ease 0.2s;
|
||||
}
|
||||
.fade-in {
|
||||
opacity: 1;
|
||||
transform: translateY(0);
|
||||
}
|
||||
}
|
||||
|
||||
.views-row {
|
||||
|
||||
Reference in New Issue
Block a user