Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541
  1. /*
  2. * SonarQube
  3. * Copyright (C) 2009-2020 SonarSource SA
  4. * mailto:info AT sonarsource DOT com
  5. *
  6. * This program is free software; you can redistribute it and/or
  7. * modify it under the terms of the GNU Lesser General Public
  8. * License as published by the Free Software Foundation; either
  9. * version 3 of the License, or (at your option) any later version.
  10. *
  11. * This program is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  14. * Lesser General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU Lesser General Public License
  17. * along with this program; if not, write to the Free Software Foundation,
  18. * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  19. */
  20. .nowrap {
  21. white-space: nowrap !important;
  22. }
  23. table.nowrap td,
  24. td.nowrap,
  25. th.nowrap {
  26. white-space: nowrap !important;
  27. }
  28. table.hide-overflow td,
  29. td.hide-overflow,
  30. th.hide-overflow {
  31. text-overflow: ellipsis;
  32. overflow: hidden;
  33. }
  34. .hidden {
  35. display: none !important;
  36. visibility: hidden !important;
  37. }
  38. .note {
  39. color: var(--secondFontColor);
  40. font-size: var(--smallFontSize);
  41. }
  42. .nudged-up {
  43. margin-top: -1px;
  44. }
  45. .nudged-down {
  46. margin-top: 1px;
  47. }
  48. .spacer {
  49. margin: 8px !important;
  50. }
  51. .spacer-left {
  52. margin-left: 8px !important;
  53. }
  54. .spacer-right {
  55. margin-right: 8px !important;
  56. }
  57. .spacer-bottom {
  58. margin-bottom: 8px !important;
  59. }
  60. .spacer-top {
  61. margin-top: 8px !important;
  62. }
  63. .big-spacer {
  64. margin: 16px !important;
  65. }
  66. .big-spacer-left {
  67. margin-left: 16px !important;
  68. }
  69. .big-spacer-right {
  70. margin-right: 16px !important;
  71. }
  72. .big-spacer-bottom {
  73. margin-bottom: 16px !important;
  74. }
  75. .big-spacer-top {
  76. margin-top: 16px !important;
  77. }
  78. .huge-spacer {
  79. margin: 40px !important;
  80. }
  81. .huge-spacer-bottom {
  82. margin-bottom: 40px !important;
  83. }
  84. .huge-spacer-top {
  85. margin-top: 40px !important;
  86. }
  87. .huge-spacer-left {
  88. margin-left: 40px !important;
  89. }
  90. .huge-spacer-right {
  91. margin-right: 40px !important;
  92. }
  93. .little-spacer {
  94. margin: 4px !important;
  95. }
  96. .little-spacer-left {
  97. margin-left: 4px !important;
  98. }
  99. .little-spacer-right {
  100. margin-right: 4px !important;
  101. }
  102. .little-spacer-bottom {
  103. margin-bottom: 4px !important;
  104. }
  105. .little-spacer-top {
  106. margin-top: 4px !important;
  107. }
  108. .padded {
  109. padding: var(--gridSize);
  110. }
  111. .big-padded {
  112. padding: calc(2 * var(--gridSize)) !important;
  113. }
  114. .padded-top {
  115. padding-top: var(--gridSize) !important;
  116. }
  117. .padded-bottom {
  118. padding-bottom: var(--gridSize) !important;
  119. }
  120. .little-padded-top {
  121. padding-top: calc(var(--gridSize) / 2) !important;
  122. }
  123. .big-padded-top {
  124. padding-top: calc(2 * var(--gridSize));
  125. }
  126. .huge-padded-top {
  127. padding-top: 40px;
  128. }
  129. td.little-spacer-left {
  130. padding-left: 4px !important;
  131. }
  132. td.little-spacer-right {
  133. padding-right: 4px !important;
  134. }
  135. td.spacer-left {
  136. padding-left: 8px !important;
  137. }
  138. td.spacer-right {
  139. padding-right: 8px !important;
  140. }
  141. td.spacer-bottom {
  142. padding-bottom: 8px !important;
  143. }
  144. td.spacer-top {
  145. padding-top: 8px !important;
  146. }
  147. td.big-spacer-left,
  148. th.big-spacer-left {
  149. padding-left: 16px !important;
  150. }
  151. td.big-spacer-right {
  152. padding-right: 16px !important;
  153. }
  154. td.big-spacer-bottom {
  155. padding-bottom: 16px !important;
  156. }
  157. td.big-spacer-top {
  158. padding-top: 16px !important;
  159. }
  160. td.huge-spacer-right,
  161. th.huge-spacer-right {
  162. padding-right: 40px !important;
  163. }
  164. .pull-left {
  165. float: left !important;
  166. }
  167. .pull-right {
  168. float: right !important;
  169. }
  170. .borderless {
  171. border: none !important;
  172. }
  173. .bordered {
  174. border: 1px solid var(--barBorderColor);
  175. }
  176. .bordered-left {
  177. border-left: 1px solid var(--barBorderColor);
  178. }
  179. .bordered-right {
  180. border-right: 1px solid var(--barBorderColor);
  181. }
  182. .bordered-bottom {
  183. border-bottom: 1px solid var(--barBorderColor);
  184. }
  185. .bordered-top {
  186. border-top: 1px solid var(--barBorderColor);
  187. }
  188. .overflow-hidden {
  189. overflow: hidden !important;
  190. }
  191. .overflow-y-auto {
  192. overflow-y: auto !important;
  193. }
  194. .max-width-100 {
  195. max-width: 100% !important;
  196. }
  197. .width-100 {
  198. width: 100% !important;
  199. }
  200. .width-80 {
  201. width: 80% !important;
  202. }
  203. .width-60 {
  204. width: 60% !important;
  205. }
  206. .width-55 {
  207. width: 55% !important;
  208. }
  209. .width-50 {
  210. width: 50% !important;
  211. }
  212. .width-40 {
  213. width: 40% !important;
  214. }
  215. .width-30 {
  216. width: 30% !important;
  217. }
  218. .width-25 {
  219. width: 25% !important;
  220. }
  221. .width-20 {
  222. width: 20% !important;
  223. }
  224. .width-15 {
  225. width: 15% !important;
  226. }
  227. .width-10 {
  228. width: 10% !important;
  229. }
  230. .abs-width-150 {
  231. width: 150px !important;
  232. }
  233. .abs-width-240 {
  234. width: 240px !important;
  235. }
  236. .abs-width-300 {
  237. width: 300px !important;
  238. }
  239. .abs-width-400 {
  240. width: 400px !important;
  241. }
  242. .abs-width-600 {
  243. width: 600px !important;
  244. }
  245. .abs-height-100 {
  246. height: 100% !important;
  247. }
  248. .max-height-100 {
  249. max-height: 100% !important;
  250. }
  251. .justify {
  252. margin-bottom: -1em;
  253. text-align: justify;
  254. }
  255. .justify > .ib {
  256. display: inline-block;
  257. }
  258. .justify:after {
  259. display: inline-block;
  260. width: 100%;
  261. content: ' ';
  262. }
  263. .first-letter-uppercase::first-letter {
  264. text-transform: uppercase;
  265. }
  266. .disabled-pointer-events {
  267. pointer-events: none !important;
  268. }
  269. .display-block {
  270. display: block !important;
  271. }
  272. .display-inline-block {
  273. display: inline-block !important;
  274. }
  275. .display-flex-row {
  276. display: flex !important;
  277. flex-direction: row;
  278. }
  279. .display-flex-column {
  280. display: flex !important;
  281. flex-direction: column;
  282. }
  283. .display-flex-center {
  284. display: flex !important;
  285. align-items: center;
  286. }
  287. .display-flex-justify-center {
  288. display: flex !important;
  289. justify-content: center;
  290. }
  291. .display-flex-space-around {
  292. display: flex !important;
  293. justify-content: space-around;
  294. }
  295. .display-flex-space-between {
  296. display: flex !important;
  297. justify-content: space-between;
  298. }
  299. .display-flex-stretch {
  300. display: flex !important;
  301. align-items: stretch;
  302. }
  303. .display-flex-start {
  304. display: flex !important;
  305. align-items: flex-start;
  306. }
  307. .display-flex-wrap {
  308. display: flex !important;
  309. flex-wrap: wrap;
  310. }
  311. .display-inline-flex-baseline {
  312. display: inline-flex !important;
  313. align-items: baseline;
  314. }
  315. .display-inline-flex-center {
  316. display: inline-flex !important;
  317. align-items: center;
  318. }
  319. .display-inline-flex-start {
  320. display: inline-flex !important;
  321. align-items: start;
  322. }
  323. .position-absolute {
  324. position: absolute !important;
  325. }
  326. .position-relative {
  327. position: relative !important;
  328. }
  329. .rounded {
  330. border-radius: 2px;
  331. }
  332. .flex-1 {
  333. flex: 1;
  334. }
  335. .flex-0 {
  336. flex: 0 0 auto;
  337. }
  338. .flex-grow {
  339. flex-grow: 1;
  340. }
  341. .flex-shrink {
  342. flex-shrink: 1;
  343. min-width: 0;
  344. }
  345. .space-between {
  346. justify-content: space-between !important;
  347. }
  348. .new-loading {
  349. opacity: 0.5;
  350. transition: opacity 0.5s ease;
  351. }
  352. .slash-separator {
  353. margin-left: 5px;
  354. margin-right: 5px;
  355. }
  356. .slash-separator:after {
  357. content: '/';
  358. color: rgba(68, 68, 68, 0.3);
  359. }
  360. .horizontal-pipe-separator {
  361. display: flex;
  362. align-items: center;
  363. margin-top: calc(4 * var(--gridSize));
  364. margin-bottom: calc(4 * var(--gridSize));
  365. }
  366. .horizontal-pipe-separator > .horizontal-separator {
  367. margin: 0 4px;
  368. }
  369. .horizontal-separator {
  370. min-width: 16px;
  371. height: 1px;
  372. flex-grow: 1;
  373. background-color: var(--barBorderColor);
  374. }
  375. .vertical-separator {
  376. width: 1px;
  377. min-height: 16px;
  378. flex-grow: 1;
  379. background-color: var(--barBorderColor);
  380. }
  381. .vertical-pipe-separator {
  382. display: flex;
  383. flex-direction: column;
  384. margin-left: 60px;
  385. margin-right: 60px;
  386. }
  387. .vertical-pipe-separator > .vertical-separator {
  388. margin: 4px auto;
  389. }
  390. .capitalize {
  391. text-transform: capitalize !important;
  392. }
  393. .cursor-not-allowed {
  394. cursor: not-allowed !important;
  395. }
  396. .no-outline,
  397. .no-outline:focus {
  398. outline: none !important;
  399. }
  400. .bg-danger {
  401. background-color: var(--red);
  402. color: #fff;
  403. }
  404. .bg-warning {
  405. background-color: var(--orange);
  406. color: #fff;
  407. }
  408. .bg-info {
  409. background-color: var(--blue);
  410. color: #fff;
  411. }
  412. .bg-success {
  413. background-color: var(--green);
  414. color: #fff;
  415. }
  416. .bg-muted {
  417. background-color: var(--barBackgroundColor);
  418. color: inherit;
  419. }
  420. .leak-box {
  421. background-color: var(--leakPrimaryColor);
  422. border: 1px solid var(--leakSecondaryColor);
  423. padding: 4px 6px;
  424. }