group-detail.less 24 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424
  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. line-height: 1.1;
  15. em {
  16. font-style: normal;
  17. font-weight: 400;
  18. color: @70;
  19. font-size: 90%;
  20. }
  21. }
  22. .count {
  23. &.short-id-box {
  24. min-width: 0;
  25. span:not(.help-link) {
  26. font-size: 18px;
  27. line-height: 1.45;
  28. display: block;
  29. overflow: hidden;
  30. text-overflow: ellipsis;
  31. white-space: nowrap;
  32. direction: rtl;
  33. }
  34. }
  35. span:not(.help-link) {
  36. font-size: 22px;
  37. display: inline-block;
  38. line-height: 1.2;
  39. }
  40. }
  41. .assigned-to {
  42. text-align: right;
  43. position: relative;
  44. }
  45. .meta {
  46. margin: 0 0 15px;
  47. color: #949ea4;
  48. }
  49. .id-label {
  50. background: #fff;
  51. max-width: 200px;
  52. white-space: nowrap;
  53. overflow: hidden;
  54. text-overflow: ellipsis;
  55. }
  56. .severity {
  57. display: inline-block;
  58. position: relative;
  59. top: -7px;
  60. padding: 0 10px;
  61. }
  62. .nav-tabs {
  63. margin-top: 20px;
  64. margin-bottom: 0;
  65. }
  66. &:before {
  67. position: absolute;
  68. display: block;
  69. content: '';
  70. bottom: -1px;
  71. left: -40px;
  72. right: -40px;
  73. height: 1px;
  74. background: @trim;
  75. }
  76. }
  77. /**
  78. * Commit Activity
  79. * TODO(billy): Move this to relevant components
  80. * (This used to be nested under `.activity-item` which is now a styled component)
  81. * ============================================================================
  82. */
  83. .inline-commit {
  84. color: @60;
  85. padding-left: 3px;
  86. &:hover {
  87. color: @80;
  88. }
  89. }
  90. /**
  91. * Event Details
  92. * ============================================================================
  93. */
  94. .event-details-container {
  95. display: flex;
  96. margin: -20px -40px;
  97. background: #fff;
  98. flex-direction: column;
  99. flex: 1;
  100. @media (min-width: 1200px) {
  101. flex-direction: row;
  102. }
  103. .primary {
  104. flex: 1;
  105. .user-report {
  106. border-radius: 0;
  107. box-shadow: none;
  108. padding: 20px 30px 0 40px;
  109. border: 0;
  110. border-top: 1px solid lighten(@trim, 4);
  111. margin: 0;
  112. padding-bottom: 0;
  113. }
  114. @media (min-width: 1200px) {
  115. // TODO(dcramer): whatever flex is doing here is causing this to extend to
  116. // whatever it pleases (e.g. 4k pixels on my 1280 screen)
  117. max-width: ~'calc(100% - 365px)';
  118. }
  119. }
  120. .secondary {
  121. width: 100%;
  122. padding: 30px 40px 30px 30px;
  123. border-left: 1px solid @trim;
  124. @media (min-width: 1200px) {
  125. width: 365px;
  126. }
  127. }
  128. }
  129. /*
  130. * Context callout
  131. * ============================================================================
  132. */
  133. .context-summary {
  134. .context-item {
  135. .context-item-icon {
  136. position: absolute;
  137. left: 0;
  138. width: 36px;
  139. height: 36px;
  140. background-repeat: no-repeat;
  141. background-position: center 2px;
  142. background-image: url(~sentry-logos/logo-unknown.svg);
  143. background-size: 30px 32px; // magic number here because some logos are slightly cut off when at 32 x 32
  144. }
  145. &:first-child {
  146. border: 0;
  147. }
  148. h3 {
  149. .truncate;
  150. font-size: 16px;
  151. line-height: 1.2;
  152. margin-bottom: 0;
  153. }
  154. p {
  155. font-size: 13px;
  156. line-height: 1.4;
  157. &:last-child {
  158. margin: 0;
  159. }
  160. }
  161. &.arm .context-item-icon {
  162. background-image: url(~sentry-logos/logo-arm.svg);
  163. background-size: contain;
  164. }
  165. &.amd .context-item-icon,
  166. &[class*='amd-'] .context-item-icon {
  167. background-image: url(~sentry-logos/logo-amd.svg);
  168. background-size: contain;
  169. }
  170. &.nvidia .context-item-icon,
  171. &[class*='nvidia-'] .context-item-icon {
  172. background-image: url(~sentry-logos/logo-nvidia.svg);
  173. background-size: contain;
  174. }
  175. &.electron .context-item-icon {
  176. background-image: url(~sentry-logos/logo-electron.svg);
  177. }
  178. &.crystal .context-item-icon {
  179. background-image: url(~sentry-logos/logo-crystal.svg);
  180. }
  181. &.net-framework .context-item-icon {
  182. background-image: url(~sentry-logos/logo-netframework.svg);
  183. }
  184. &.net-core .context-item-icon {
  185. background-image: url(~sentry-logos/logo-netcore.svg);
  186. }
  187. &.net .context-item-icon {
  188. background-image: url(~sentry-logos/logo-dotnet.svg);
  189. }
  190. &.mono .context-item-icon {
  191. background-image: url(~sentry-logos/logo-monogorilla.svg);
  192. }
  193. &.php .context-item-icon {
  194. background-image: url(~sentry-logos/logo-php.svg);
  195. }
  196. &.ipad .context-item-icon {
  197. background-image: url(~sentry-logos/logo-apple-tablet.svg);
  198. }
  199. &.ipod,
  200. &.iphone {
  201. .context-item-icon {
  202. background-image: url(~sentry-logos/logo-apple-phone.svg);
  203. }
  204. }
  205. &.appletv .context-item-icon {
  206. background-image: url(~sentry-logos/logo-apple-tv.svg);
  207. }
  208. &.watch .context-item-icon {
  209. background-image: url(~sentry-logos/logo-apple-watch.svg);
  210. }
  211. &.android-phone {
  212. .context-item-icon {
  213. background-image: url(~sentry-logos/logo-android-phone.svg);
  214. }
  215. }
  216. &.android-tablet {
  217. .context-item-icon {
  218. background-image: url(~sentry-logos/logo-android-tablet.svg);
  219. }
  220. }
  221. &.darwin,
  222. &.ios,
  223. &.macos,
  224. &.tvos,
  225. &.mac-os-x,
  226. &.mac,
  227. &.apple,
  228. &.watchos {
  229. .context-item-icon {
  230. background-image: url(~sentry-logos/logo-apple.svg);
  231. background-position: center 0;
  232. }
  233. }
  234. &.android .context-item-icon {
  235. background-image: url(~sentry-logos/logo-android.svg);
  236. }
  237. &.windows .context-item-icon {
  238. background-image: url(~sentry-logos/logo-windows.svg);
  239. }
  240. &.linux .context-item-icon {
  241. background-image: url(~sentry-logos/logo-linux.svg);
  242. }
  243. &.ubuntu .context-item-icon {
  244. background-image: url(~sentry-logos/logo-ubuntu.svg);
  245. }
  246. &.amazon .context-item-icon {
  247. background-image: url(~sentry-logos/logo-amazon.svg);
  248. }
  249. &.firefox .context-item-icon {
  250. background-image: url(~sentry-logos/logo-firefox.svg);
  251. }
  252. &.chrome,
  253. &.chrome-mobile,
  254. &.chrome-mobile-ios {
  255. .context-item-icon {
  256. background-image: url(~sentry-logos/logo-chrome.svg);
  257. }
  258. }
  259. &.chromium .context-item-icon {
  260. background-image: url(~sentry-logos/logo-chromium.svg);
  261. }
  262. &.edge .context-item-icon {
  263. background-image: url(~sentry-logos/logo-edge-new.svg);
  264. }
  265. &.legacy-edge .context-item-icon {
  266. background-image: url(~sentry-logos/logo-edge-old.svg);
  267. }
  268. &.internet-explorer .context-item-icon {
  269. background-image: url(~sentry-logos/logo-ie.svg);
  270. }
  271. &.opera .context-item-icon {
  272. background-image: url(~sentry-logos/logo-opera.svg);
  273. }
  274. &.playstation .context-item-icon {
  275. background-image: url(~sentry-logos/logo-playstation.svg);
  276. }
  277. &.qq-browser .context-item-icon {
  278. background-image: url(~sentry-logos/logo-qq.svg);
  279. }
  280. &.safari,
  281. &.mobile-safari {
  282. .context-item-icon {
  283. background-image: url(~sentry-logos/logo-safari.svg);
  284. }
  285. }
  286. &.samsung .context-item-icon {
  287. background-image: url(~sentry-logos/logo-samsung.svg);
  288. }
  289. &.motorola .context-item-icon {
  290. background-image: url(~sentry-logos/logo-motorola.svg);
  291. }
  292. &.google .context-item-icon {
  293. background-image: url(~sentry-logos/logo-google.svg);
  294. }
  295. &.ruby .context-item-icon {
  296. background-image: url(~sentry-logos/logo-ruby.svg);
  297. }
  298. &.python,
  299. &.cpython {
  300. .context-item-icon {
  301. background-image: url(~sentry-logos/logo-python.svg);
  302. }
  303. }
  304. }
  305. }
  306. .module-user .avatar {
  307. width: 64px;
  308. height: 64px;
  309. img {
  310. height: 100%;
  311. width: 100%;
  312. }
  313. }
  314. .event-stats {
  315. padding-top: 84px;
  316. margin-top: -84px;
  317. }
  318. .event-stats {
  319. h6 {
  320. font-size: 14px;
  321. margin-bottom: 15px;
  322. position: relative;
  323. > span {
  324. background: @white-dark;
  325. padding-right: 7px;
  326. }
  327. &:before {
  328. display: block;
  329. position: absolute;
  330. content: '';
  331. border-top: 1px solid lighten(@trim, 9);
  332. left: 0;
  333. right: 0;
  334. top: 50%;
  335. z-index: -1;
  336. }
  337. }
  338. }
  339. .user-widget {
  340. position: relative;
  341. margin-bottom: 20px;
  342. .avatar {
  343. width: 48px;
  344. height: 48px;
  345. position: absolute;
  346. top: 0;
  347. right: 0;
  348. box-shadow: 0 0 0 5px #fff;
  349. background: #fff;
  350. border-radius: 50% 0 50% 50%;
  351. }
  352. .table {
  353. margin-bottom: 0;
  354. }
  355. }
  356. /**
  357. * Traceback
  358. * ============================================================================
  359. */
  360. .traceback {
  361. list-style-type: none;
  362. padding-left: 0;
  363. border: 1px solid @trim-dark;
  364. border-radius: 0 3px 3px 3px;
  365. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  366. margin-bottom: 20px;
  367. }
  368. // TODO(dcramer): we probably shouldn't overload these
  369. pre.traceback {
  370. margin: 0 0 20px;
  371. }
  372. div.traceback > ul {
  373. padding: 0;
  374. margin-bottom: 0;
  375. li {
  376. &:first-child {
  377. border-top: none;
  378. .title {
  379. border-top: none;
  380. border-top-right-radius: 3px;
  381. border-top-left-radius: 3px;
  382. }
  383. }
  384. &:last-child .title {
  385. border-bottom-right-radius: 3px;
  386. border-bottom-left-radius: 3px;
  387. }
  388. }
  389. }
  390. .raw-toggle {
  391. input {
  392. margin-right: 6px;
  393. position: relative;
  394. top: -1px;
  395. }
  396. }
  397. /**
  398. * Frame
  399. * ============================================================================
  400. */
  401. .exc-message {
  402. margin: 15px 0 0;
  403. word-wrap: break-word;
  404. white-space: pre-wrap;
  405. color: @gray-darker;
  406. padding: 0;
  407. background: none;
  408. }
  409. .frames-omitted,
  410. .exc-omitted {
  411. color: @gray-dark;
  412. font-size: 14px;
  413. font-weight: 600;
  414. border-left: 3px solid @red;
  415. border-right: 1px solid lighten(@red, 30%);
  416. background: lighten(@red, 35%);
  417. padding: 10px 20px;
  418. margin-bottom: 10px !important;
  419. margin-left: -21px;
  420. margin-right: -21px;
  421. }
  422. .exception {
  423. border-bottom: 1px solid @trim;
  424. margin: 0 0 20px;
  425. &:last-child {
  426. border-bottom: 0;
  427. margin-bottom: 0;
  428. }
  429. h5 {
  430. line-height: 1.2;
  431. }
  432. .traceback {
  433. margin-top: 15px;
  434. }
  435. }
  436. .traceback {
  437. &.no-exception .frame:first-child {
  438. border-top: 0;
  439. }
  440. .frame {
  441. list-style-type: none;
  442. position: relative;
  443. margin: 0;
  444. border-top: 1px solid @trim;
  445. h3 {
  446. font-size: 22px;
  447. }
  448. &.is-expandable .title {
  449. cursor: pointer;
  450. &:hover {
  451. background: lighten(@blue-light, 36);
  452. }
  453. }
  454. &.system-frame.is-expandable .title:hover {
  455. background: darken(@white-dark, 5);
  456. }
  457. .title {
  458. padding: 8px 20px;
  459. font-size: 13px;
  460. margin: 0;
  461. line-height: 16px;
  462. background: lighten(@blue-light, 35);
  463. word-break: break-all;
  464. /* for firefox */
  465. word-break: break-word;
  466. /* for chrome */
  467. code {
  468. font-family: inherit;
  469. }
  470. .informal {
  471. font-style: italic;
  472. }
  473. }
  474. &.system-frame .title {
  475. background: @white-dark;
  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. margin-bottom: 20px;
  1164. }
  1165. .context {
  1166. overflow: auto;
  1167. li {
  1168. width: 800px;
  1169. }
  1170. }
  1171. }