You are here

off-canvas.css in Drupal 10

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. /*
  12. * Media query breakpoints.
  13. * Processed by postcss/postcss-custom-media.
  14. */
  15. /* Navigation related breakpoints */
  16. /* Grid related breakpoints */
  17. /* Grid shifts from 6 to 14 columns. */
  18. /* Width of the entire grid maxes out. */
  19. [dir="ltr"] #drupal-off-canvas .form-type-boolean {
  20. margin-left: 0
  21. }
  22. [dir="rtl"] #drupal-off-canvas .form-type-boolean {
  23. margin-right: 0
  24. }
  25. #drupal-off-canvas .form-type-boolean {
  26. line-height: var(--line-height-s)
  27. }
  28. #drupal-off-canvas .form-type-boolean input[type="checkbox"],
  29. #drupal-off-canvas .form-type-boolean input[type="radio"] {
  30. float: none;
  31. width: var(--sp0-75);
  32. height: var(--sp0-75);
  33. transform: none;
  34. vertical-align: middle;
  35. }
  36. [dir="ltr"] #drupal-off-canvas .form-type-boolean .form-item__description {
  37. margin-left: 0
  38. }
  39. [dir="rtl"] #drupal-off-canvas .form-type-boolean .form-item__description {
  40. margin-right: 0
  41. }
  42. #drupal-off-canvas {
  43. /* Necessary for Safari. */
  44. }
  45. #drupal-off-canvas .olivero-details {
  46. border-top: solid 1px rgba(255, 255, 255, 0.25);
  47. border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  48. box-shadow: none;
  49. }
  50. #drupal-off-canvas .olivero-details__wrapper {
  51. padding: 1.25rem;
  52. }
  53. #drupal-off-canvas {
  54. /* Necessary for Safari. */
  55. }
  56. #drupal-off-canvas .olivero-details__summary {
  57. display: block;
  58. list-style: initial
  59. }
  60. #drupal-off-canvas .olivero-details__summary:focus {
  61. outline: solid 1px rgba(255, 255, 255, 0.25);
  62. }
  63. #drupal-off-canvas .olivero-details__summary:before {
  64. content: none;
  65. }
  66. #drupal-off-canvas .olivero-details__summary::-webkit-details-marker {
  67. display: inline-block;
  68. }
  69. #drupal-off-canvas .olivero-details__summary {
  70. /* Necessary for IE11. */
  71. }
  72. #drupal-off-canvas .olivero-details__summary .details-title:before {
  73. content: none;
  74. }
  75. #drupal-off-canvas .olivero-details__summary {
  76. /* Necessary for Firefox. */
  77. }
  78. @supports (list-style-type: disclosure-closed) {
  79. #drupal-off-canvas .olivero-details__summary {
  80. display: list-item;
  81. list-style-position: inside;
  82. list-style-type: disclosure-closed
  83. }
  84. }
  85. #drupal-off-canvas {
  86. /* Necessary for Firefox. */
  87. }
  88. @supports (list-style-type: disclosure-open) {
  89. #drupal-off-canvas .olivero-details[open] .olivero-details__summary {
  90. list-style-type: disclosure-open
  91. }
  92. }
  93. #drupal-off-canvas {
  94. /* Necessary for Safari. */
  95. }
  96. #drupal-off-canvas div {
  97. display: block;
  98. color: #ddd;
  99. font-size: 0.875rem;
  100. }