group-detail.less 24 KB

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