color-picker.pcss.css

Same filename in other branches
  1. 10 core/themes/olivero/css/components/color-picker.pcss.css

Color picker styles. These appear within theme settings when selecting a custom color.

File

core/themes/olivero/css/components/color-picker.pcss.css

View source
  1. /**
  2. * @file
  3. * Color picker styles. These appear within theme settings when selecting a custom color.
  4. */
  5. [data-drupal-selector="olivero-color-picker"] {
  6. & input[type="color"] {
  7. margin-left: 13px;
  8. vertical-align: bottom;
  9. }
  10. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.