shortcut.base-rtl.css

Generic RTL base styles for shortcut module.

File

drupal/core/modules/shortcut/shortcut.base-rtl.css
View source
  1. /**
  2. * @file
  3. * Generic RTL base styles for shortcut module.
  4. */
  5. /**
  6. * Add/remove links.
  7. */
  8. .add-or-remove-shortcuts .icon,
  9. .add-or-remove-shortcuts .text {
  10. float: right;
  11. }