// Common styles for AdminTheme modules // element containing generated PW content (also may have id=content) .pw-content {} // wrapping element for an an area that may contain .pw-content .pw-container {} // bulleted list .pw-bullets li { display: list-item; list-style: disc; margin: 0 0 0 1.25em; } // decimal numbered list .pw-numbers li { display: list-item; list-style: decimal; margin: 0 0 0 1.25em; } // dropdown menu .pw-dropdown-menu { // rounded dropdown menu &.pw-dropdown-menu-rounded { } } // dropdown menu connected to a