/**
 * Command Component Styles
 * Styles for the cmd (command execution feedback) component
 */

.command ul {
    list-style-type: square;
    padding-left: 0;
    margin-bottom: 0;
    list-style-position: inside;
}

.command .icon-error {
    display: inline-block;
}
