You are here

off-canvas.css in Drupal 9

Settings tray specific styles.

File

core/themes/olivero/css/components/off-canvas.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. * Settings tray specific styles.
  10. */
  11. [dir="ltr"] #drupal-off-canvas .form-type-boolean {
  12. margin-left: 0
  13. }
  14. [dir="rtl"] #drupal-off-canvas .form-type-boolean {
  15. margin-right: 0
  16. }
  17. #drupal-off-canvas .form-type-boolean {
  18. line-height: 1.125rem
  19. }
  20. #drupal-off-canvas .form-type-boolean input[type="checkbox"],
  21. #drupal-off-canvas .form-type-boolean input[type="radio"] {
  22. float: none;
  23. width: 0.84375rem;
  24. height: 0.84375rem;
  25. transform: none;
  26. vertical-align: middle;
  27. }
  28. [dir="ltr"] #drupal-off-canvas .form-type-boolean .form-item__description {
  29. margin-left: 0
  30. }
  31. [dir="rtl"] #drupal-off-canvas .form-type-boolean .form-item__description {
  32. margin-right: 0
  33. }
  34. #drupal-off-canvas {
  35. /* Necessary for Safari. */
  36. }
  37. #drupal-off-canvas .olivero-details {
  38. border-top: solid 1px rgba(255, 255, 255, 0.25);
  39. border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  40. box-shadow: none;
  41. }
  42. #drupal-off-canvas .olivero-details__wrapper {
  43. padding: 1.25rem;
  44. }
  45. #drupal-off-canvas {
  46. /* Necessary for Safari. */
  47. }
  48. #drupal-off-canvas .olivero-details__summary {
  49. display: block;
  50. list-style: disc outside none;
  51. list-style: initial
  52. }
  53. #drupal-off-canvas .olivero-details__summary:focus {
  54. outline: solid 1px rgba(255, 255, 255, 0.25);
  55. }
  56. #drupal-off-canvas .olivero-details__summary:before {
  57. content: none;
  58. }
  59. #drupal-off-canvas .olivero-details__summary::-webkit-details-marker {
  60. display: inline-block;
  61. }
  62. #drupal-off-canvas .olivero-details__summary {
  63. /* Necessary for IE11. */
  64. }
  65. #drupal-off-canvas .olivero-details__summary .details-title:before {
  66. content: none;
  67. }
  68. #drupal-off-canvas .olivero-details__summary {
  69. /* Necessary for Firefox. */
  70. }
  71. @supports (list-style-type: disclosure-closed) {
  72. #drupal-off-canvas .olivero-details__summary {
  73. display: list-item;
  74. list-style-position: inside;
  75. list-style-type: disclosure-closed
  76. }
  77. }
  78. #drupal-off-canvas {
  79. /* Necessary for Firefox. */
  80. }
  81. @supports (list-style-type: disclosure-open) {
  82. #drupal-off-canvas .olivero-details[open] .olivero-details__summary {
  83. list-style-type: disclosure-open
  84. }
  85. }
  86. #drupal-off-canvas {
  87. /* Necessary for Safari. */
  88. }
  89. #drupal-off-canvas div {
  90. display: block;
  91. color: #ddd;
  92. font-size: 0.875rem;
  93. }