You are here

container-inline.css in Drupal 8

Inline items.

File

core/themes/claro/css/components/container-inline.css
View source
  1. /*
  2. * DO NOT EDIT THIS FILE.
  3. * See the following change record for more information,
  4. * https://www.drupal.org/node/2815083
  5. * @preserve
  6. */
  7. /**
  8. * @file
  9. * Inline items.
  10. */
  11. .container-inline .form-radios label:after {
  12. content: "";
  13. }
  14. .container-inline .form-radios .form-type-radio {
  15. margin-right: 1em;
  16. }
  17. [dir="rtl"] .container-inline .form-radios .form-type-radio {
  18. margin-right: 0;
  19. margin-left: 1em;
  20. }