﻿.separator-v {
    width: 1px;
    align-self: stretch;
    background-color: #e5e7eb;
    flex-shrink: 0;
}

.separator-h {
    height: 1px;
    width: 100%;
    align-self: stretch;
    background-color: #e5e7eb;
    flex-shrink: 0;
}

    .separator-h.centered {
        align-self: center;
    }

    .separator-h.percentage-80 {
        width: 80%;
    }

    .separator-h.short {
        width: 64px;
    }

    .separator-h.shorter {
        width: 48px;
    }

    .separator-h.tiny {
        width: 32px;
    }
