/**
 * Slack Community Banner Styles
 * Positioning for decorative SVG logos and content z-index
 * @package govstack
 */

/* Left Slack logo */
.slack-banner-left {
    left: 0;
    top: 30%;
    height: 70%;
}

/* Right Slack logo */
.slack-banner-right {
    right: 0;
    top: 0%;
    height: 70%;
}

/* Content above decorative SVGs */
.slack-banner-content {
    z-index: 2;
}
