styles.css 327 B

123456789101112131415
  1. /*
  2. This CSS file will be included with your plugin, and
  3. available in the app when your plugin is enabled.
  4. If your plugin does not need CSS, delete this file.
  5. */
  6. .attach_management_sub_setting {
  7. padding-left: 2em;
  8. }
  9. .attach_management_sub_setting + .attach_management_sub_setting {
  10. padding-left: 0;
  11. margin-left: 2em;
  12. }