nukeop/nuclear

View on GitHub
packages/ui/lib/components/CommandPalette/CommandPaletteEmptyState/styles.scss

Summary

Maintainability
Test Coverage
@import "../../../common.scss";

.command_palette_empty_state {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-top: 1em;

    p {
        margin: 1em 0;
    }

    hr {
        width: 100%;
        border: 1px solid rgba($bglight, 0.4);
        border-bottom: 0;
    }
}