Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

config_translation.admin.css

Same filename in this branch
  1. 11.1.x core/themes/stable9/css/config_translation/config_translation.admin.css

Styles for Configuration Translation.

File

core/modules/config_translation/css/config_translation.admin.css

View source
  1. /**
  2. * @file
  3. * Styles for Configuration Translation.
  4. */
  5. /**
  6. * Hide the label, in an accessible way, for responsive screens which show the
  7. * form in one column.
  8. */
  9. .translation-set__translated label {
  10. position: absolute;
  11. overflow: hidden;
  12. clip: rect(1px, 1px, 1px, 1px);
  13. width: 1px;
  14. height: 1px;
  15. }
  16. @media screen and (min-width: 38em) {
  17. .translation-set__translated label {
  18. position: inherit;
  19. width: auto;
  20. height: auto;
  21. }
  22. }

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal