filter.theme.css

Same filename in this branch
  1. 9 core/themes/claro/css/theme/filter.theme.css
Same filename in other branches
  1. 8.9.x core/themes/claro/css/theme/filter.theme.css
  2. 10 core/themes/olivero/css/theme/filter.theme.css
  3. 10 core/themes/claro/css/theme/filter.theme.css
  4. 11.x core/themes/olivero/css/theme/filter.theme.css
  5. 11.x core/themes/claro/css/theme/filter.theme.css

Styling for the Filter module.

File

core/themes/olivero/css/theme/filter.theme.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/3084859
  5. * @preserve
  6. */
  7. /**
  8. * @file
  9. * Styling for the Filter module.
  10. */
  11. /**
  12. * Filter information under field.
  13. */
  14. .text-full > .form-item {
  15. margin-bottom: 0;
  16. }
  17. .form-element--editor-format {
  18. vertical-align: top;
  19. }
  20. .filter-wrapper {
  21. margin-top: 1.125rem;
  22. margin-bottom: 0.5625rem;
  23. }
  24. .filter-wrapper .form-item {
  25. margin: 0;
  26. }
  27. [dir="ltr"] .filter-help {
  28. float: right;
  29. }
  30. [dir="rtl"] .filter-help {
  31. float: left;
  32. }
  33. .filter-help {
  34. padding-top: 0.5625rem;
  35. padding-bottom: 0.5625rem;
  36. font-size: 0.75rem;
  37. }
  38. /**
  39. * Compose tips.
  40. *
  41. * Wraps filter tips on page '/filter/tips[/name]'.
  42. */
  43. .compose-tips__item {
  44. margin-top: 1.6875rem;
  45. margin-bottom: 1.6875rem;
  46. }
  47. /**
  48. * Filter guidelines.
  49. */
  50. .filter-guidelines__item {
  51. margin-top: 1.125rem;
  52. font-size: 0.875rem;
  53. line-height: 1.125rem;
  54. }
  55. .filter-guidelines p {
  56. margin-top: 0.28125rem;
  57. margin-bottom: 0;
  58. }
  59. /**
  60. * Filter tips.
  61. *
  62. * Long is used on '/filter/tips[/name]', short is used for the filter tips
  63. * below a text format input.
  64. */
  65. .filter-tips--long {
  66. margin-bottom: 1.6875rem;
  67. }
  68. .filter-tips__item,
  69. .filter-tips--long p {
  70. margin-top: 0.84375rem;
  71. margin-bottom: 0.84375rem;
  72. }
  73. .filter-tips__item--short {
  74. margin-top: 0.28125rem;
  75. margin-bottom: 0;
  76. }

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