group-detail.less 24 KB

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