Custom CSS & JavaScript

Quick Start Overview
Configuration
Click Edit JS and Edit CSS buttons to add/manage custom scripts.
Example CSS Configuration
Applying the following CSS will change the Sprocket App Launcher icons to be squares instead of circles.
.SproketModernContainer_181b8020 .sproket-app-icon-link .sproket-coin img {
    width: 47px;
    height: 47px;
}
.SproketModernContainer_181b8020 .sproket-coin {
    border-radius: 0;
}