group-detail.less 24 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411
  1. /**
  2. * Group Detail
  3. * ============================================================================
  4. */
  5. .group-detail {
  6. position: relative;
  7. clear: both;
  8. h3 {
  9. font-size: 22px;
  10. margin: 0 0 8px;
  11. text-overflow: ellipsis;
  12. white-space: nowrap;
  13. overflow: hidden;
  14. em {
  15. font-style: normal;
  16. font-weight: 400;
  17. color: @70;
  18. font-size: 90%;
  19. }
  20. }
  21. .count {
  22. &.short-id-box {
  23. min-width: 0;
  24. span:not(.help-link) {
  25. font-size: 18px;
  26. line-height: 1.45;
  27. display: block;
  28. overflow: hidden;
  29. text-overflow: ellipsis;
  30. white-space: nowrap;
  31. direction: rtl;
  32. }
  33. }
  34. span:not(.help-link) {
  35. font-size: 22px;
  36. display: inline-block;
  37. line-height: 1.2;
  38. }
  39. }
  40. .assigned-to {
  41. text-align: right;
  42. position: relative;
  43. }
  44. .meta {
  45. margin: 0 0 15px;
  46. color: #949ea4;
  47. }
  48. .id-label {
  49. background: #fff;
  50. max-width: 200px;
  51. white-space: nowrap;
  52. overflow: hidden;
  53. text-overflow: ellipsis;
  54. }
  55. .severity {
  56. display: inline-block;
  57. position: relative;
  58. top: -7px;
  59. padding: 0 10px;
  60. }
  61. .nav-tabs {
  62. margin-top: 20px;
  63. margin-bottom: 0;
  64. }
  65. &:before {
  66. position: absolute;
  67. display: block;
  68. content: '';
  69. bottom: -1px;
  70. left: -40px;
  71. right: -40px;
  72. height: 1px;
  73. background: @trim;
  74. }
  75. }
  76. /**
  77. * Event Details
  78. * ============================================================================
  79. */
  80. .event-details-container {
  81. display: flex;
  82. margin: -20px -40px;
  83. background: #fff;
  84. flex-direction: column;
  85. flex: 1;
  86. @media (min-width: 1200px) {
  87. flex-direction: row;
  88. }
  89. .primary {
  90. flex: 1;
  91. .user-report {
  92. border-radius: 0;
  93. box-shadow: none;
  94. padding: 20px 30px 0 40px;
  95. border: 0;
  96. border-top: 1px solid lighten(@trim, 4);
  97. margin: 0;
  98. padding-bottom: 0;
  99. }
  100. @media (min-width: 1200px) {
  101. // TODO(dcramer): whatever flex is doing here is causing this to extend to
  102. // whatever it pleases (e.g. 4k pixels on my 1280 screen)
  103. max-width: ~'calc(100% - 365px)';
  104. }
  105. }
  106. .secondary {
  107. width: 100%;
  108. padding: 30px 40px 30px 30px;
  109. border-left: 1px solid @trim;
  110. @media (min-width: 1200px) {
  111. width: 365px;
  112. }
  113. }
  114. }
  115. /*
  116. * Context callout
  117. * ============================================================================
  118. */
  119. .context-summary {
  120. .context-item {
  121. .context-item-icon {
  122. position: absolute;
  123. left: 0;
  124. width: 36px;
  125. height: 36px;
  126. background-repeat: no-repeat;
  127. background-position: center 2px;
  128. background-image: url(~sentry-logos/logo-unknown.svg);
  129. background-size: 30px 32px; // magic number here because some logos are slightly cut off when at 32 x 32
  130. }
  131. &:first-child {
  132. border: 0;
  133. }
  134. h3 {
  135. .truncate;
  136. font-size: 16px;
  137. line-height: 1.2;
  138. margin-bottom: 0;
  139. }
  140. p {
  141. font-size: 13px;
  142. line-height: 1.4;
  143. &:last-child {
  144. margin: 0;
  145. }
  146. }
  147. &.arm .context-item-icon {
  148. background-image: url(~sentry-logos/logo-arm.svg);
  149. background-size: contain;
  150. }
  151. &.amd .context-item-icon,
  152. &[class*='amd-'] .context-item-icon {
  153. background-image: url(~sentry-logos/logo-amd.svg);
  154. background-size: contain;
  155. }
  156. &.nvidia .context-item-icon,
  157. &[class*='nvidia-'] .context-item-icon {
  158. background-image: url(~sentry-logos/logo-nvidia.svg);
  159. background-size: contain;
  160. }
  161. &.electron .context-item-icon {
  162. background-image: url(~sentry-logos/logo-electron.svg);
  163. }
  164. &.crystal .context-item-icon {
  165. background-image: url(~sentry-logos/logo-crystal.svg);
  166. }
  167. &.net-framework .context-item-icon {
  168. background-image: url(~sentry-logos/logo-netframework.svg);
  169. }
  170. &.net-core .context-item-icon {
  171. background-image: url(~sentry-logos/logo-netcore.svg);
  172. }
  173. &.net .context-item-icon {
  174. background-image: url(~sentry-logos/logo-dotnet.svg);
  175. }
  176. &.mono .context-item-icon {
  177. background-image: url(~sentry-logos/logo-monogorilla.svg);
  178. }
  179. &.php .context-item-icon {
  180. background-image: url(~sentry-logos/logo-php.svg);
  181. }
  182. &.ipad .context-item-icon {
  183. background-image: url(~sentry-logos/logo-apple-tablet.svg);
  184. }
  185. &.ipod,
  186. &.iphone {
  187. .context-item-icon {
  188. background-image: url(~sentry-logos/logo-apple-phone.svg);
  189. }
  190. }
  191. &.appletv .context-item-icon {
  192. background-image: url(~sentry-logos/logo-apple-tv.svg);
  193. }
  194. &.watch .context-item-icon {
  195. background-image: url(~sentry-logos/logo-apple-watch.svg);
  196. }
  197. &.android-phone {
  198. .context-item-icon {
  199. background-image: url(~sentry-logos/logo-android-phone.svg);
  200. }
  201. }
  202. &.android-tablet {
  203. .context-item-icon {
  204. background-image: url(~sentry-logos/logo-android-tablet.svg);
  205. }
  206. }
  207. &.darwin,
  208. &.ios,
  209. &.macos,
  210. &.tvos,
  211. &.mac-os-x,
  212. &.mac,
  213. &.apple,
  214. &.watchos {
  215. .context-item-icon {
  216. background-image: url(~sentry-logos/logo-apple.svg);
  217. background-position: center 0;
  218. }
  219. }
  220. &.android .context-item-icon {
  221. background-image: url(~sentry-logos/logo-android.svg);
  222. }
  223. &.il .context-item-icon {
  224. background-image: url(~sentry-logos/logo-unity.svg);
  225. }
  226. &.windows .context-item-icon {
  227. background-image: url(~sentry-logos/logo-windows.svg);
  228. }
  229. &.linux .context-item-icon {
  230. background-image: url(~sentry-logos/logo-linux.svg);
  231. }
  232. &.ubuntu .context-item-icon {
  233. background-image: url(~sentry-logos/logo-ubuntu.svg);
  234. }
  235. &.amazon .context-item-icon {
  236. background-image: url(~sentry-logos/logo-amazon.svg);
  237. }
  238. &.firefox .context-item-icon {
  239. background-image: url(~sentry-logos/logo-firefox.svg);
  240. }
  241. &.chrome,
  242. &.chrome-mobile,
  243. &.chrome-mobile-ios {
  244. .context-item-icon {
  245. background-image: url(~sentry-logos/logo-chrome.svg);
  246. }
  247. }
  248. &.chromium .context-item-icon {
  249. background-image: url(~sentry-logos/logo-chromium.svg);
  250. }
  251. &.edge .context-item-icon {
  252. background-image: url(~sentry-logos/logo-edge-new.svg);
  253. }
  254. &.legacy-edge .context-item-icon {
  255. background-image: url(~sentry-logos/logo-edge-old.svg);
  256. }
  257. &.internet-explorer .context-item-icon {
  258. background-image: url(~sentry-logos/logo-ie.svg);
  259. }
  260. &.opera .context-item-icon {
  261. background-image: url(~sentry-logos/logo-opera.svg);
  262. }
  263. &.playstation .context-item-icon {
  264. background-image: url(~sentry-logos/logo-playstation.svg);
  265. }
  266. &.qq-browser .context-item-icon {
  267. background-image: url(~sentry-logos/logo-qq.svg);
  268. }
  269. &.safari,
  270. &.mobile-safari {
  271. .context-item-icon {
  272. background-image: url(~sentry-logos/logo-safari.svg);
  273. }
  274. }
  275. &.samsung .context-item-icon {
  276. background-image: url(~sentry-logos/logo-samsung.svg);
  277. }
  278. &.motorola .context-item-icon {
  279. background-image: url(~sentry-logos/logo-motorola.svg);
  280. }
  281. &.google .context-item-icon {
  282. background-image: url(~sentry-logos/logo-google.svg);
  283. }
  284. &.ruby .context-item-icon {
  285. background-image: url(~sentry-logos/logo-ruby.svg);
  286. }
  287. &.python,
  288. &.cpython {
  289. .context-item-icon {
  290. background-image: url(~sentry-logos/logo-python.svg);
  291. }
  292. }
  293. }
  294. }
  295. .module-user .avatar {
  296. width: 64px;
  297. height: 64px;
  298. img {
  299. height: 100%;
  300. width: 100%;
  301. }
  302. }
  303. .event-stats {
  304. padding-top: 84px;
  305. margin-top: -84px;
  306. }
  307. .event-stats {
  308. h6 {
  309. font-size: 14px;
  310. margin-bottom: 15px;
  311. position: relative;
  312. > span {
  313. background: @white-dark;
  314. padding-right: 7px;
  315. }
  316. &:before {
  317. display: block;
  318. position: absolute;
  319. content: '';
  320. border-top: 1px solid lighten(@trim, 9);
  321. left: 0;
  322. right: 0;
  323. top: 50%;
  324. z-index: -1;
  325. }
  326. }
  327. }
  328. .user-widget {
  329. position: relative;
  330. margin-bottom: 20px;
  331. .avatar {
  332. width: 48px;
  333. height: 48px;
  334. position: absolute;
  335. top: 0;
  336. right: 0;
  337. box-shadow: 0 0 0 5px #fff;
  338. background: #fff;
  339. border-radius: 50% 0 50% 50%;
  340. }
  341. .table {
  342. margin-bottom: 0;
  343. }
  344. }
  345. /**
  346. * Traceback
  347. * ============================================================================
  348. */
  349. .traceback {
  350. list-style-type: none;
  351. padding-left: 0;
  352. border: 1px solid @trim-dark;
  353. border-radius: 0 3px 3px 3px;
  354. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  355. margin-bottom: 20px;
  356. }
  357. // TODO(dcramer): we probably shouldn't overload these
  358. pre.traceback {
  359. margin: 0 0 20px;
  360. }
  361. div.traceback > ul {
  362. padding: 0;
  363. margin-bottom: 0;
  364. li {
  365. &:first-child {
  366. border-top: none;
  367. .title {
  368. border-top: none;
  369. border-top-right-radius: 3px;
  370. border-top-left-radius: 3px;
  371. }
  372. }
  373. &:last-child .title {
  374. border-bottom-right-radius: 3px;
  375. border-bottom-left-radius: 3px;
  376. }
  377. }
  378. }
  379. .raw-toggle {
  380. input {
  381. margin-right: 6px;
  382. position: relative;
  383. top: -1px;
  384. }
  385. }
  386. /**
  387. * Frame
  388. * ============================================================================
  389. */
  390. .exc-message {
  391. margin: 15px 0 0;
  392. word-wrap: break-word;
  393. white-space: pre-wrap;
  394. color: @gray-darker;
  395. padding: 0;
  396. background: none;
  397. }
  398. .frames-omitted,
  399. .exc-omitted {
  400. color: @gray-dark;
  401. font-size: 14px;
  402. font-weight: 600;
  403. border-left: 3px solid @red;
  404. border-right: 1px solid lighten(@red, 30%);
  405. background: lighten(@red, 35%);
  406. padding: 10px 20px;
  407. margin-bottom: 10px !important;
  408. margin-left: -21px;
  409. margin-right: -21px;
  410. }
  411. .exception {
  412. margin: 0 0 20px;
  413. &:last-child {
  414. border-bottom: 0;
  415. margin-bottom: 0;
  416. }
  417. h5 {
  418. line-height: 1.2;
  419. }
  420. .traceback {
  421. margin-top: 15px;
  422. }
  423. }
  424. .traceback {
  425. &.no-exception .frame:first-child {
  426. border-top: 0;
  427. }
  428. .frame {
  429. list-style-type: none;
  430. position: relative;
  431. margin: 0;
  432. border-top: 1px solid @trim;
  433. h3 {
  434. font-size: 22px;
  435. }
  436. &.is-expandable .title {
  437. cursor: pointer;
  438. &:hover {
  439. background: lighten(@blue-light, 36);
  440. }
  441. }
  442. &.system-frame.is-expandable .title:hover {
  443. background: darken(@white-dark, 5);
  444. }
  445. .title {
  446. padding: 8px 20px;
  447. font-size: 13px;
  448. margin: 0;
  449. line-height: 16px;
  450. background: lighten(@blue-light, 35);
  451. word-break: break-all;
  452. /* for firefox */
  453. word-break: break-word;
  454. /* for chrome */
  455. code {
  456. font-family: inherit;
  457. }
  458. .informal {
  459. font-style: italic;
  460. }
  461. }
  462. &.system-frame .title {
  463. background: @white-dark;
  464. }
  465. .title.as-table {
  466. width: 100%;
  467. padding-left: 15px;
  468. .package {
  469. font-size: 13px;
  470. font-weight: bold;
  471. .truncate;
  472. flex-basis: 120px;
  473. flex-grow: 0;
  474. flex-shrink: 0;
  475. }
  476. .address {
  477. font-family: @font-family-code;
  478. font-size: 11px;
  479. color: @gray-dark;
  480. letter-spacing: -0.25px;
  481. width: 100px;
  482. flex-grow: 0;
  483. flex-shrink: 0;
  484. }
  485. .symbol {
  486. word-break: break-word;
  487. flex: 1;
  488. code {
  489. background: transparent;
  490. color: @blue-dark;
  491. padding-right: 5px;
  492. a {
  493. color: inherit;
  494. &:hover {
  495. text-decoration: underline;
  496. }
  497. }
  498. }
  499. span.offset {
  500. font-weight: bold;
  501. padding-right: 10px;
  502. }
  503. span.filename {
  504. color: @purple;
  505. margin-right: 3px;
  506. &:before {
  507. content: '(';
  508. }
  509. &:after {
  510. content: ')';
  511. }
  512. }
  513. }
  514. }
  515. .original-src {
  516. font-size: 12px;
  517. padding-left: 3px;
  518. position: relative;
  519. top: 1px;
  520. }
  521. .icon-open {
  522. font-size: 12px;
  523. margin-right: 3px;
  524. margin-left: 3px;
  525. position: relative;
  526. top: 1px;
  527. }
  528. .in-at {
  529. opacity: 0.6;
  530. margin: 0 2px;
  531. }
  532. .blame {
  533. color: lighten(@gray, 5);
  534. a {
  535. color: @gray;
  536. }
  537. .icon-mark-github {
  538. position: relative;
  539. top: 1px;
  540. }
  541. }
  542. .tooltip-inner {
  543. word-wrap: break-word;
  544. text-align: left;
  545. max-width: 300px;
  546. }
  547. .divider {
  548. border-left: 1px solid @trim;
  549. display: inline-block;
  550. width: 1px;
  551. height: 10px;
  552. margin: 0 6px;
  553. position: relative;
  554. top: 1px;
  555. }
  556. code {
  557. padding: 0;
  558. background: inherit;
  559. font-size: inherit;
  560. color: inherit;
  561. }
  562. .empty-context {
  563. padding: 20px;
  564. color: @gray;
  565. p {
  566. display: inline-block;
  567. margin-bottom: 0;
  568. }
  569. .icon {
  570. opacity: 0.45;
  571. margin-right: 10px;
  572. font-size: 0.85em;
  573. }
  574. }
  575. .context {
  576. display: none;
  577. background: #fff;
  578. margin: 0;
  579. padding: 8px 0;
  580. > li {
  581. background: inherit;
  582. }
  583. table.key-value {
  584. border-top: 1px solid @trim;
  585. padding: 0;
  586. margin: 0 0 -8px;
  587. td {
  588. border-bottom: 1px solid @trim !important;
  589. &.key {
  590. width: 125px;
  591. max-width: 125px;
  592. }
  593. &.value pre {
  594. background: inherit;
  595. }
  596. }
  597. tr:last-child {
  598. td {
  599. border-bottom: 0 !important;
  600. }
  601. }
  602. }
  603. &.expanded {
  604. display: block;
  605. }
  606. }
  607. .tag-app {
  608. color: #aaa;
  609. font-size: 0.9em;
  610. margin-left: 10px;
  611. }
  612. > div > table.key-value {
  613. margin-bottom: 5px;
  614. > tbody > tr > th {
  615. color: @gray-dark;
  616. text-align: right;
  617. padding-right: 12px !important;
  618. }
  619. }
  620. .btn-toggle {
  621. display: block;
  622. float: right;
  623. width: 16px;
  624. height: 16px;
  625. padding: 0;
  626. line-height: 16px;
  627. font-size: 9px;
  628. text-align: center;
  629. flex-shrink: 0;
  630. }
  631. .expand-button:hover {
  632. cursor: pointer;
  633. }
  634. &.expanded {
  635. .expandable {
  636. height: auto;
  637. }
  638. }
  639. &:last-child {
  640. .context {
  641. margin-bottom: 0;
  642. }
  643. .toggle-expand .btn {
  644. margin-bottom: -13px;
  645. }
  646. }
  647. }
  648. &.in-app-traceback .frame.leads-to-app {
  649. .leads-to-app-hint {
  650. display: none;
  651. }
  652. &.collapsed {
  653. .title {
  654. opacity: 0.7;
  655. font-size: 12px;
  656. padding: 4px 20px 4px 20px;
  657. background: lighten(@blue-light, 33);
  658. &.is-expandable:hover {
  659. opacity: 1;
  660. }
  661. .package {
  662. width: auto;
  663. }
  664. }
  665. .title.as-table {
  666. padding-left: 15px;
  667. }
  668. .in-at-line,
  669. .lineno,
  670. .btn-toggle,
  671. .address {
  672. display: none;
  673. }
  674. .leads-to-app-hint {
  675. display: inline;
  676. }
  677. }
  678. }
  679. &.full-traceback {
  680. .leads-to-app-hint {
  681. display: none !important;
  682. }
  683. }
  684. .expandable {
  685. height: 0;
  686. position: relative;
  687. .icon-plus {
  688. position: absolute;
  689. left: 8px;
  690. top: 6px;
  691. opacity: 0.25;
  692. transition: 0.1s opacity linear;
  693. }
  694. &.key-value {
  695. display: none;
  696. }
  697. .ws {
  698. display: none;
  699. overflow: hidden;
  700. }
  701. &:hover {
  702. .icon-plus {
  703. opacity: 0.5;
  704. }
  705. }
  706. }
  707. .expanded {
  708. .expandable {
  709. height: auto;
  710. }
  711. .ws {
  712. display: inline;
  713. overflow: none;
  714. }
  715. }
  716. ol.context {
  717. margin: 0;
  718. list-style-position: inside;
  719. list-style-type: decimal-leading-zero;
  720. border-radius: 3px;
  721. padding-left: 0;
  722. .key-value {
  723. display: none;
  724. pre {
  725. overflow: auto;
  726. }
  727. }
  728. > li {
  729. font-family: @font-family-code;
  730. color: #222;
  731. background-color: #f6f7f8;
  732. line-height: 24px;
  733. font-size: 12px;
  734. white-space: pre;
  735. white-space: pre-wrap;
  736. word-wrap: break-word;
  737. min-height: 24px;
  738. }
  739. > li.active {
  740. background-color: #f6f7f8;
  741. list-style-type: none;
  742. border-radius: 2px;
  743. &:first-child:last-child {
  744. background-color: inherit;
  745. color: inherit;
  746. border-radius: 0;
  747. }
  748. pre {
  749. color: @gray-dark;
  750. }
  751. }
  752. > li:first-child {
  753. border-radius: 2px 2px 0 0;
  754. }
  755. > li:last-of-type {
  756. border-radius: 0 0 2px 2px;
  757. }
  758. li.closed {
  759. border-radius: 2px;
  760. }
  761. &.expanded {
  762. .key-value {
  763. display: table;
  764. }
  765. > li.active {
  766. background-color: @purple;
  767. color: #fff;
  768. list-style-type: inherit;
  769. border-radius: 0;
  770. }
  771. }
  772. }
  773. ol.context-line {
  774. > li {
  775. > span {
  776. float: right;
  777. }
  778. }
  779. }
  780. }
  781. #full-message {
  782. line-height: 1.5em;
  783. &#full-message {
  784. background: none;
  785. padding: 0;
  786. }
  787. }
  788. &.expanded div.commands,
  789. div.commands:hover {
  790. opacity: 1;
  791. a {
  792. color: @state-info-text;
  793. }
  794. }
  795. div.commands {
  796. position: absolute;
  797. right: 10px;
  798. top: 6px;
  799. font-size: 0.9em;
  800. opacity: 0.3;
  801. a {
  802. color: #666;
  803. text-decoration: none;
  804. span {
  805. font-size: 9px;
  806. margin-right: 5px;
  807. }
  808. }
  809. }
  810. // Request
  811. .request {
  812. .path {
  813. font-weight: normal;
  814. float: left;
  815. strong {
  816. margin-right: 4px;
  817. }
  818. }
  819. }
  820. /* message details */
  821. .server-list,
  822. .url-list,
  823. .logger-list,
  824. .level-list {
  825. list-style: none;
  826. margin-left: 0;
  827. margin-bottom: 0;
  828. }
  829. .server-list li,
  830. .url-list li {
  831. padding-bottom: 10px;
  832. }
  833. .url-list li a {
  834. line-height: 18px;
  835. }
  836. pre.val,
  837. span.val {
  838. span {
  839. display: inline;
  840. }
  841. }
  842. .val-string {
  843. border-radius: 3px;
  844. padding: 2px 4px;
  845. }
  846. .val-string-multiline {
  847. display: block;
  848. overflow: auto;
  849. }
  850. .val-stripped {
  851. color: darken(@red, 10);
  852. background: transparent;
  853. }
  854. .val-bool,
  855. .val-null {
  856. color: darken(@blue, 10);
  857. font-weight: bold;
  858. }
  859. .val-dict {
  860. display: inline;
  861. .val-dict-items {
  862. display: block;
  863. padding: 0 0 0 15px;
  864. .val-dict-pair {
  865. display: block;
  866. }
  867. }
  868. .val-dict-key,
  869. .val-dict-key .val-string {
  870. color: darken(@red, 5);
  871. background: transparent;
  872. border-radius: none;
  873. }
  874. }
  875. .val-array {
  876. .val-array-items {
  877. display: block;
  878. padding: 0 0 0 15px;
  879. .val-array-item {
  880. display: block;
  881. }
  882. }
  883. }
  884. /**
  885. * Exceptions and Threads
  886. * ============================================================================
  887. */
  888. .box .thread {
  889. .exception {
  890. margin-top: 10px;
  891. }
  892. .traceback.no-exception {
  893. margin-top: 0;
  894. }
  895. }
  896. /**
  897. * Shared Group Detail
  898. * ============================================================================
  899. */
  900. .shared-group {
  901. padding: 40px 0;
  902. background: none;
  903. .app > .container {
  904. max-width: 960px;
  905. > .box {
  906. > .box-header {
  907. padding: 15px 30px 13px;
  908. display: flex;
  909. align-items: center;
  910. a {
  911. &.logo {
  912. font-size: 20px;
  913. flex: 1;
  914. }
  915. &:hover {
  916. color: @gray-dark;
  917. }
  918. }
  919. .back-to,
  920. .pull-right a {
  921. font-size: 16px;
  922. }
  923. .back-to {
  924. border-left: 1px solid @trim;
  925. padding: 2px 10px;
  926. display: inline-block;
  927. margin-left: 7px;
  928. position: relative;
  929. top: -3px;
  930. }
  931. }
  932. }
  933. }
  934. .container {
  935. padding-left: 0;
  936. padding-right: 0;
  937. }
  938. .group-detail {
  939. padding: 0 30px;
  940. border-bottom: 1px solid darken(@trim, 5);
  941. box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  942. &:before {
  943. display: none;
  944. }
  945. .details {
  946. max-width: 960px;
  947. margin: 0 auto;
  948. padding: 20px 0 0;
  949. }
  950. }
  951. .event-details-container {
  952. display: block;
  953. margin: 0;
  954. .primary {
  955. max-width: 100%;
  956. .box {
  957. padding: 0 30px;
  958. &:first-child {
  959. border-top: 0;
  960. }
  961. }
  962. .box-header,
  963. .box-content {
  964. max-width: 960px;
  965. margin: 0 auto;
  966. }
  967. .box-header {
  968. margin-top: 15px;
  969. }
  970. .exception {
  971. padding: 20px 0;
  972. margin: 0;
  973. &:first-child {
  974. padding-top: 0;
  975. }
  976. }
  977. .traceback.no-exception {
  978. margin-bottom: 25px;
  979. margin-top: -5px;
  980. }
  981. }
  982. }
  983. }
  984. /**
  985. * Breadcrumbs / Timeline
  986. * ============================================================================
  987. */
  988. ul.crumbs {
  989. li {
  990. .table.key-value {
  991. margin-bottom: 0;
  992. background: none;
  993. thead td:first-child {
  994. font-weight: bold;
  995. }
  996. td {
  997. padding: 2px 0 !important;
  998. font-weight: normal;
  999. }
  1000. .key {
  1001. width: 122px;
  1002. max-width: 122px;
  1003. color: @gray-dark;
  1004. line-height: 1.6 !important;
  1005. }
  1006. pre {
  1007. display: inline-block;
  1008. padding: 0;
  1009. margin-top: 1px;
  1010. background: none;
  1011. word-break: break-all;
  1012. }
  1013. }
  1014. div.summary {
  1015. overflow: hidden;
  1016. &.can-expand {
  1017. cursor: pointer;
  1018. position: relative;
  1019. &:after {
  1020. position: absolute;
  1021. bottom: 0;
  1022. left: 0;
  1023. right: 0;
  1024. content: ' ';
  1025. display: block;
  1026. width: 100%;
  1027. height: 15px;
  1028. background-image: linear-gradient(
  1029. to bottom,
  1030. rgba(255, 255, 255, 0) 0%,
  1031. rgba(255, 255, 255, 1) 100%
  1032. );
  1033. background-repeat: repeat-x;
  1034. z-index: 1;
  1035. }
  1036. &:hover {
  1037. &:before {
  1038. position: absolute;
  1039. bottom: 4px;
  1040. right: 0;
  1041. font-family: 'sentry-simple';
  1042. content: '\e617';
  1043. background: @white-dark;
  1044. border: 1px solid darken(@trim, 5);
  1045. border-radius: 3px;
  1046. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  1047. z-index: 2;
  1048. padding: 0 5px;
  1049. margin-left: -14px;
  1050. }
  1051. }
  1052. }
  1053. &.expanded {
  1054. max-height: none;
  1055. &:after,
  1056. &:before {
  1057. display: none;
  1058. }
  1059. }
  1060. pre {
  1061. display: inline-block;
  1062. }
  1063. }
  1064. }
  1065. }
  1066. /**
  1067. * Responsive medium screen
  1068. * ============================================================================
  1069. */
  1070. @media (max-width: 991px) {
  1071. .group-stats-column {
  1072. float: none;
  1073. }
  1074. }
  1075. /**
  1076. * Responsive small screen
  1077. * ============================================================================
  1078. */
  1079. @media (max-width: 767px) {
  1080. .group-detail {
  1081. h3 {
  1082. white-space: normal;
  1083. font-size: 20px;
  1084. line-height: 1.2;
  1085. }
  1086. .meta {
  1087. font-size: 13px;
  1088. }
  1089. .short-id-box {
  1090. text-align: left;
  1091. }
  1092. .is-assigned {
  1093. padding-top: 0;
  1094. }
  1095. .seen-by {
  1096. display: none;
  1097. }
  1098. }
  1099. // Event detail columns
  1100. .event-details-container {
  1101. flex-direction: column;
  1102. margin: 0;
  1103. .primary {
  1104. max-width: 100%;
  1105. .box {
  1106. padding: 15px 0;
  1107. .box-header {
  1108. h3 {
  1109. margin: 0 0 10px;
  1110. small {
  1111. margin-left: 0 !important;
  1112. display: block;
  1113. }
  1114. }
  1115. .permalink {
  1116. display: none;
  1117. }
  1118. }
  1119. }
  1120. .user-report {
  1121. padding: 15px 0;
  1122. }
  1123. .exception {
  1124. margin: 0;
  1125. padding: 15px 0;
  1126. }
  1127. .traceback {
  1128. &.no-exception {
  1129. margin: 0;
  1130. }
  1131. .btn-toggle {
  1132. width: 17px;
  1133. }
  1134. }
  1135. }
  1136. .secondary {
  1137. width: auto;
  1138. padding: 0;
  1139. border: 0;
  1140. margin-bottom: 20px;
  1141. }
  1142. .detailed-error {
  1143. border-top: 1px solid @trim;
  1144. }
  1145. }
  1146. // Context callout
  1147. .context-summary {
  1148. flex-direction: column;
  1149. margin-top: 0;
  1150. padding: 0;
  1151. margin-bottom: 20px;
  1152. }
  1153. .context {
  1154. overflow: auto;
  1155. li {
  1156. width: 800px;
  1157. }
  1158. }
  1159. }