group-detail.less 24 KB

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