@import '@project-one/components/lib/variables.scss';

.DigimapTimelineError {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    align-items: center;
    text-align: center;
    background-color: $darkGrey;

    .digimap-App & {
        height: 13rem;
    }

    .digimap-MobileApp & {
        height: 13.25rem;
    }

    &-Title {
        color: $white;
    }

    &-Text {
        margin-top: 0.25rem;
        color: $white70;
    }

    &-Footer {
        margin-top: 1rem;
        color: $white70;
        max-width: 23.5rem;
    }

    &-Button {
        color: $white;
    }
}
