system-status-report.css

Same filename in this branch
  1. 9 core/themes/seven/css/components/system-status-report.css
Same filename in other branches
  1. 8.9.x core/themes/seven/css/components/system-status-report.css
  2. 8.9.x core/themes/claro/css/components/system-status-report.css
  3. 10 core/themes/claro/css/components/system-status-report.css
  4. 11.x core/themes/claro/css/components/system-status-report.css

Claro styles for the System Status Report.

File

core/themes/claro/css/components/system-status-report.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. * Claro styles for the System Status Report.
  10. */
  11. .system-status-report__requirements-group {
  12. padding-top: 1.25rem;
  13. }
  14. .system-status-report__entry {
  15. overflow: auto;
  16. width: 100%;
  17. margin: 0;
  18. border: 0;
  19. border-radius: 0;
  20. background-color: transparent;
  21. }
  22. .system-status-report__entry--error {
  23. background-color: transparent;
  24. }
  25. .system-status-report__entry--warning {
  26. background-color: transparent;
  27. }
  28. .system-status-report__entry__value h3 {
  29. margin-top: 0.625rem;
  30. margin-bottom: 0.625rem;
  31. font-size: 1.231em;
  32. }
  33. .system-status-report .claro-details {
  34. border: none;
  35. border-bottom: 1px solid #dedfe4;
  36. box-shadow: none;
  37. }
  38. /* Account for native and poly-filled details element */
  39. .system-status-report__status-title {
  40. position: relative;
  41. box-sizing: border-box;
  42. width: 100%;
  43. padding: 1em 1em 1em 3em; /* LTR */
  44. font-weight: bold;
  45. }
  46. .system-status-report__status-title .details-title {
  47. text-transform: none;
  48. color: inherit;
  49. }
  50. .system-status-report__status-title .details-title {
  51. padding-left: 3em; /* LTR */
  52. }
  53. [dir="rtl"] .system-status-report__status-title .details-title {
  54. padding-right: 3em;
  55. padding-left: 0;
  56. }
  57. [dir="rtl"].details .system-status-report__status-title {
  58. padding: 1em 3em 1em 1em;
  59. }
  60. .system-status-report__status-title .details-title:before,
  61. .details .system-status-report__status-icon:before {
  62. position: absolute;
  63. top: 1em;
  64. left: 0.625rem; /* LTR */
  65. display: inline-block;
  66. width: 1.5rem;
  67. height: 1.5rem;
  68. margin-right: 0.625rem; /* LTR */
  69. content: "";
  70. vertical-align: top;
  71. background-repeat: no-repeat;
  72. background-position: top center;
  73. background-size: contain;
  74. }
  75. [dir="rtl"] .system-status-report__status-title .details-title:before,
  76. [dir="rtl"].details .system-status-report__status-title:before {
  77. right: 0.625rem;
  78. left: auto;
  79. margin-right: 0;
  80. }
  81. .system-status-report__status-icon--error .details-title:before,
  82. .details .system-status-report__status-icon--error:before {
  83. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23dc2323'%3e%3cpath d='M8.002 1c-3.868 0-7.002 3.134-7.002 7s3.134 7 7.002 7c3.865 0 7-3.134 7-7s-3.135-7-7-7zm4.025 9.284c.062.063.1.149.1.239 0 .091-.037.177-.1.24l-1.262 1.262c-.064.062-.15.1-.24.1s-.176-.036-.24-.1l-2.283-2.283-2.286 2.283c-.064.062-.15.1-.24.1s-.176-.036-.24-.1l-1.261-1.262c-.063-.062-.1-.148-.1-.24 0-.088.036-.176.1-.238l2.283-2.285-2.283-2.284c-.063-.064-.1-.15-.1-.24s.036-.176.1-.24l1.262-1.262c.063-.063.149-.1.24-.1.089 0 .176.036.24.1l2.285 2.284 2.283-2.284c.064-.063.15-.1.24-.1s.176.036.24.1l1.262 1.262c.062.063.1.149.1.24 0 .089-.037.176-.1.24l-2.283 2.284 2.283 2.284z'/%3e%3c/svg%3e");
  84. }
  85. .system-status-report__status-icon--warning .details-title:before,
  86. .details .system-status-report__status-icon--warning:before {
  87. background-image: url("data:image/svg+xml,%3csvg fill='%23e29700' height='16' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m14.66 12.316-5.316-10.633c-.738-1.476-1.946-1.476-2.685 0l-5.317 10.633c-.738 1.477.008 2.684 1.658 2.684h10.002c1.65 0 2.396-1.207 1.658-2.684zm-7.66-8.316h2.002v5h-2.002zm2.252 8.615c0 .344-.281.625-.625.625h-1.25c-.345 0-.626-.281-.626-.625v-1.239c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625z'/%3e%3c/svg%3e");
  88. }
  89. @media (forced-colors: active) {
  90. .system-status-report__status-title .details-title:before,
  91. .details .system-status-report__status-icon:before {
  92. background-color: canvastext;
  93. background-image: none;
  94. -webkit-mask-repeat: no-repeat;
  95. mask-repeat: no-repeat;
  96. -webkit-mask-position: top center;
  97. mask-position: top center;
  98. -webkit-mask-size: contain;
  99. mask-size: contain;
  100. }
  101. .system-status-report__status-icon--error .details-title:before,
  102. .details .system-status-report__status-icon--error:before {
  103. -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23dc2323'%3e%3cpath d='M8.002 1c-3.868 0-7.002 3.134-7.002 7s3.134 7 7.002 7c3.865 0 7-3.134 7-7s-3.135-7-7-7zm4.025 9.284c.062.063.1.149.1.239 0 .091-.037.177-.1.24l-1.262 1.262c-.064.062-.15.1-.24.1s-.176-.036-.24-.1l-2.283-2.283-2.286 2.283c-.064.062-.15.1-.24.1s-.176-.036-.24-.1l-1.261-1.262c-.063-.062-.1-.148-.1-.24 0-.088.036-.176.1-.238l2.283-2.285-2.283-2.284c-.063-.064-.1-.15-.1-.24s.036-.176.1-.24l1.262-1.262c.063-.063.149-.1.24-.1.089 0 .176.036.24.1l2.285 2.284 2.283-2.284c.064-.063.15-.1.24-.1s.176.036.24.1l1.262 1.262c.062.063.1.149.1.24 0 .089-.037.176-.1.24l-2.283 2.284 2.283 2.284z'/%3e%3c/svg%3e");
  104. mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23dc2323'%3e%3cpath d='M8.002 1c-3.868 0-7.002 3.134-7.002 7s3.134 7 7.002 7c3.865 0 7-3.134 7-7s-3.135-7-7-7zm4.025 9.284c.062.063.1.149.1.239 0 .091-.037.177-.1.24l-1.262 1.262c-.064.062-.15.1-.24.1s-.176-.036-.24-.1l-2.283-2.283-2.286 2.283c-.064.062-.15.1-.24.1s-.176-.036-.24-.1l-1.261-1.262c-.063-.062-.1-.148-.1-.24 0-.088.036-.176.1-.238l2.283-2.285-2.283-2.284c-.063-.064-.1-.15-.1-.24s.036-.176.1-.24l1.262-1.262c.063-.063.149-.1.24-.1.089 0 .176.036.24.1l2.285 2.284 2.283-2.284c.064-.063.15-.1.24-.1s.176.036.24.1l1.262 1.262c.062.063.1.149.1.24 0 .089-.037.176-.1.24l-2.283 2.284 2.283 2.284z'/%3e%3c/svg%3e");
  105. }
  106. .system-status-report__status-icon--warning .details-title:before,
  107. .details .system-status-report__status-icon--warning:before {
  108. -webkit-mask-image: url("data:image/svg+xml,%3csvg fill='%23e29700' height='16' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m14.66 12.316-5.316-10.633c-.738-1.476-1.946-1.476-2.685 0l-5.317 10.633c-.738 1.477.008 2.684 1.658 2.684h10.002c1.65 0 2.396-1.207 1.658-2.684zm-7.66-8.316h2.002v5h-2.002zm2.252 8.615c0 .344-.281.625-.625.625h-1.25c-.345 0-.626-.281-.626-.625v-1.239c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625z'/%3e%3c/svg%3e");
  109. mask-image: url("data:image/svg+xml,%3csvg fill='%23e29700' height='16' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m14.66 12.316-5.316-10.633c-.738-1.476-1.946-1.476-2.685 0l-5.317 10.633c-.738 1.477.008 2.684 1.658 2.684h10.002c1.65 0 2.396-1.207 1.658-2.684zm-7.66-8.316h2.002v5h-2.002zm2.252 8.615c0 .344-.281.625-.625.625h-1.25c-.345 0-.626-.281-.626-.625v-1.239c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625z'/%3e%3c/svg%3e");
  110. }
  111. }
  112. .system-status-report__entry__value {
  113. box-sizing: border-box;
  114. padding: 0 1em 1em 3em; /* LTR */
  115. font-size: 0.875rem;
  116. }
  117. [dir="rtl"] .system-status-report__entry__value {
  118. padding-right: 3em;
  119. padding-left: 1em;
  120. }
  121. .claro-details__summary--system-status-report {
  122. background: #f3f4f9;
  123. }
  124. @media screen and (max-width: 48em) {
  125. .system-status-report {
  126. word-wrap: break-word;
  127. }
  128. }
  129. @media screen and (min-width: 48em) {
  130. .system-status-report__entry::after {
  131. display: table;
  132. clear: both;
  133. content: "";
  134. }
  135. .system-status-report__status-title {
  136. width: 18rem;
  137. cursor: default;
  138. }
  139. .system-status-report__status-title:hover,
  140. .system-status-report__status-title:focus {
  141. text-decoration: none;
  142. }
  143. html.js .system-status-report__status-title::-webkit-details-marker {
  144. display: none;
  145. }
  146. .collapse-processed > .system-status-report__status-title:before {
  147. position: relative;
  148. top: 0.1875rem;
  149. }
  150. .system-status-report__entry__value {
  151. display: block;
  152. width: calc(100% - 23em);
  153. padding-top: 1em;
  154. padding-left: 0; /* LTR */
  155. }
  156. [dir="rtl"] .system-status-report__entry__value {
  157. padding-right: 3em;
  158. padding-left: 0;
  159. }
  160. }

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