system-status-report-general-info.css

Same filename in this branch
  1. main core/themes/stable9/css/system/components/system-status-report-general-info.css
  2. main core/themes/claro/css/components/system-status-report-general-info.css
  3. main core/modules/system/css/components/system-status-report-general-info.css
  4. main core/themes/admin/css/components/system-status-report-general-info.css
Same filename and directory in other branches
  1. 10 core/themes/stable9/css/system/components/system-status-report-general-info.css
  2. 10 core/themes/claro/css/components/system-status-report-general-info.css
  3. 11.x core/themes/stable9/css/system/components/system-status-report-general-info.css
  4. 11.x core/themes/claro/css/components/system-status-report-general-info.css
  5. 11.x core/modules/system/css/components/system-status-report-general-info.css
  6. 10 core/modules/system/css/components/system-status-report-general-info.css
  7. 9 core/themes/stable9/css/system/components/system-status-report-general-info.css
  8. 9 core/themes/seven/css/components/system-status-report-general-info.css
  9. 9 core/themes/claro/css/components/system-status-report-general-info.css
  10. 9 core/themes/stable/css/system/components/system-status-report-general-info.css
  11. 9 core/modules/system/css/components/system-status-report-general-info.css
  12. 8.9.x core/themes/seven/css/components/system-status-report-general-info.css
  13. 8.9.x core/themes/claro/css/components/system-status-report-general-info.css
  14. 8.9.x core/themes/stable/css/system/components/system-status-report-general-info.css
  15. 8.9.x core/modules/system/css/components/system-status-report-general-info.css
  16. 11.x core/themes/admin/css/components/system-status-report-general-info.css
  17. 11.x core/themes/default_admin/css/components/system-status-report-general-info.css

Claro styles for the System Status general info.

File

core/themes/default_admin/css/components/system-status-report-general-info.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 general info.
  10. */
  11. .system-status-general-info {
  12. padding: var(--gin-spacing-m);
  13. h3 + .divider,
  14. .divider:last-child {
  15. display: none;
  16. }
  17. @media screen and (max-width: 48em) {
  18. margin-block-start: 1.5625rem;
  19. border-block-start: 0;
  20. }
  21. }
  22. .system-status-general-info__header {
  23. padding: var(--gin-spacing-m) var(--gin-spacing-l);
  24. text-transform: none;
  25. color: var(--gin-color-primary-active);
  26. border: 0 none;
  27. border-radius: var(--gin-border-m);
  28. background: var(--gin-bg-header);
  29. font-size: var(--gin-font-size-l);
  30. font-weight: var(--gin-font-weight-bold);
  31. margin-block: 0 var(--gin-spacing-xs);
  32. margin-inline: 0;
  33. @media screen and (max-width: 48em) {
  34. display: none;
  35. }
  36. }
  37. .system-status-general-info__item {
  38. display: block;
  39. overflow-x: auto;
  40. box-sizing: border-box;
  41. margin-block-end: var(--space-l);
  42. padding: var(--gin-spacing-m);
  43. border: 0 none;
  44. background: transparent;
  45. box-shadow: none;
  46. @media screen and (min-width: 48em) {
  47. width: 32%;
  48. &:last-of-type {
  49. margin-inline-start: 2%;
  50. }
  51. }
  52. }
  53. .system-status-general-info__item-icon {
  54. display: inline-block;
  55. width: 2.625rem;
  56. height: 2.625rem;
  57. vertical-align: top;
  58. &::before {
  59. display: block;
  60. width: 100%;
  61. height: 100%;
  62. content: "";
  63. border-radius: 2.625rem;
  64. background-color: var(--gin-color-primary);
  65. mask-repeat: no-repeat;
  66. mask-position: center center;
  67. mask-size: 2rem 2rem;
  68. }
  69. }
  70. .system-status-general-info__item-icon--drupal::before {
  71. mask-image: var(--admin-icon-drupal);
  72. }
  73. .system-status-general-info__item-icon--clock::before {
  74. mask-image: var(--admin-icon-clock);
  75. }
  76. .system-status-general-info__item-icon--server::before {
  77. mask-image: var(--admin-icon-server);
  78. }
  79. .system-status-general-info__item-icon--php::before {
  80. mask-image: var(--admin-icon-php);
  81. }
  82. .system-status-general-info__item-icon--database::before {
  83. mask-image: var(--admin-icon-database);
  84. }
  85. .system-status-general-info__item-details {
  86. position: relative;
  87. display: inline-block;
  88. box-sizing: border-box;
  89. width: calc(100% - 3.75rem);
  90. padding-inline-start: 0.625rem;
  91. font-size: var(--font-size-s);
  92. }
  93. .system-status-general-info__item-title {
  94. margin: 0 0 0.5rem;
  95. color: var(--gin-color-title);
  96. font-size: var(--gin-font-size);
  97. font-weight: var(--gin-font-weight-semibold);
  98. }
  99. .system-status-general-info__sub-item-title {
  100. margin: 0.875rem 0 0;
  101. font-size: 0.875rem;
  102. font-weight: var(--gin-font-weight-bold);
  103. &::after {
  104. content: ":\00a0";
  105. }
  106. }
  107. .system-status-general-info__sub-item__title {
  108. font-weight: bold;
  109. }
  110. .system-status-general-info__sub-item__value {
  111. display: block;
  112. }
  113. .system-status-general-info__run-cron {
  114. margin: 1em 0 0;
  115. &.button {
  116. margin: 0;
  117. }
  118. }
  119. .system-status-general-info__items {
  120. margin-block: var(--gin-spacing-m) 0;
  121. margin-inline: 0;
  122. border-block-end: 0 none;
  123. @media screen and (min-width: 48em) {
  124. display: flex;
  125. flex-wrap: wrap;
  126. justify-content: space-between;
  127. &::after {
  128. flex: auto;
  129. content: "";
  130. }
  131. }
  132. }

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