- Ajout d'une nouvelle entité "Event" - Affichage d'une "timeline" sur le tableau de bord - Création semi-automatique des évènements lors des modifications par les utilisateurs
12 lines
255 B
SCSS
12 lines
255 B
SCSS
.timeline {
|
|
.timeline-item {
|
|
.timeline-marker {
|
|
&.is-icon {
|
|
> svg {
|
|
color: $white;
|
|
font-size: $timeline-icon-size !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |