.message-timeline {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    margin-top: 0.5rem;
    margin-left: 1rem;

    &__date {
        text-transform: uppercase;
        color: @knight;
        font-size: 1rem;
    }

    &__line {
        flex: 1;
        height: 0.1rem;
        margin-left: 1rem;

        background-color: @apprentice;
    }
}
