@import "./_variables.scss";

.publication-date-limiter {
    .to, .from {
        width: 80px;
    }
    .boundaries {
        @include display-flex;
        align-items: center;
        justify-content: center;
        align-content: stretch;
        .to {
            text-align: center;
        }
        .title {
            text-align: center;
        }
    }
}
