group-detail.less 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176
  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. .module-user .avatar {
  116. width: 64px;
  117. height: 64px;
  118. img {
  119. height: 100%;
  120. width: 100%;
  121. }
  122. }
  123. .event-stats {
  124. padding-top: 84px;
  125. margin-top: -84px;
  126. }
  127. .event-stats {
  128. h6 {
  129. font-size: 14px;
  130. margin-bottom: 15px;
  131. position: relative;
  132. > span {
  133. background: @white-dark;
  134. padding-right: 7px;
  135. }
  136. &:before {
  137. display: block;
  138. position: absolute;
  139. content: '';
  140. border-top: 1px solid lighten(@trim, 9);
  141. left: 0;
  142. right: 0;
  143. top: 50%;
  144. z-index: -1;
  145. }
  146. }
  147. }
  148. .user-widget {
  149. position: relative;
  150. margin-bottom: 20px;
  151. .avatar {
  152. width: 48px;
  153. height: 48px;
  154. position: absolute;
  155. top: 0;
  156. right: 0;
  157. box-shadow: 0 0 0 5px #fff;
  158. background: #fff;
  159. border-radius: 50% 0 50% 50%;
  160. }
  161. .table {
  162. margin-bottom: 0;
  163. }
  164. }
  165. /**
  166. * Traceback
  167. * ============================================================================
  168. */
  169. .traceback {
  170. list-style-type: none;
  171. padding-left: 0;
  172. border: 1px solid @trim-dark;
  173. border-radius: 0 6px 6px 6px;
  174. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  175. margin-bottom: 20px;
  176. }
  177. // TODO(dcramer): we probably shouldn't overload these
  178. pre.traceback {
  179. margin: 0 0 20px;
  180. }
  181. div.traceback > ul {
  182. padding: 0;
  183. margin-bottom: 0;
  184. li {
  185. &:first-child {
  186. border-top: none;
  187. .title {
  188. border-top: none;
  189. border-top-right-radius: 5px;
  190. border-top-left-radius: 5px;
  191. }
  192. }
  193. &:last-child .title {
  194. border-bottom-right-radius: 5px;
  195. border-bottom-left-radius: 5px;
  196. }
  197. }
  198. }
  199. .raw-toggle {
  200. input {
  201. margin-right: 6px;
  202. position: relative;
  203. top: -1px;
  204. }
  205. }
  206. /**
  207. * Frame
  208. * ============================================================================
  209. */
  210. .exc-message {
  211. margin: 15px 0 0;
  212. word-wrap: break-word;
  213. white-space: pre-wrap;
  214. color: @gray-darker;
  215. padding: 0;
  216. background: none;
  217. }
  218. .frames-omitted,
  219. .exc-omitted {
  220. color: @gray-dark;
  221. font-size: 14px;
  222. font-weight: 600;
  223. border-left: 3px solid @red;
  224. border-right: 1px solid lighten(@red, 30%);
  225. background: lighten(@red, 35%);
  226. padding: 10px 20px;
  227. margin-bottom: 10px !important;
  228. margin-left: -21px;
  229. margin-right: -21px;
  230. }
  231. .exception {
  232. margin: 0 0 20px;
  233. &:last-child {
  234. border-bottom: 0;
  235. margin-bottom: 0;
  236. }
  237. h5 {
  238. line-height: 1.2;
  239. }
  240. .traceback {
  241. margin-top: 15px;
  242. }
  243. }
  244. .traceback {
  245. &.no-exception .frame:first-child {
  246. border-top: 0;
  247. }
  248. .frame {
  249. list-style-type: none;
  250. position: relative;
  251. margin: 0;
  252. border-top: 1px solid @trim;
  253. h3 {
  254. font-size: 22px;
  255. }
  256. &.is-expandable .title {
  257. cursor: pointer;
  258. &:hover {
  259. background: lighten(@blue-light, 36);
  260. }
  261. }
  262. &.system-frame.is-expandable .title:hover {
  263. background: darken(@white-dark, 5);
  264. }
  265. .title {
  266. padding: 8px 20px;
  267. font-size: 13px;
  268. margin: 0;
  269. line-height: 16px;
  270. background: lighten(@blue-light, 35);
  271. word-break: break-all;
  272. /* for firefox */
  273. word-break: break-word;
  274. /* for chrome */
  275. code {
  276. font-family: inherit;
  277. }
  278. .informal {
  279. font-style: italic;
  280. }
  281. }
  282. &.system-frame .title {
  283. background: @white-dark;
  284. }
  285. .title.as-table {
  286. width: 100%;
  287. padding-left: 15px;
  288. .package {
  289. font-size: 13px;
  290. font-weight: bold;
  291. .truncate;
  292. flex-basis: 120px;
  293. flex-grow: 0;
  294. flex-shrink: 0;
  295. }
  296. .address {
  297. font-family: @font-family-code;
  298. font-size: 11px;
  299. color: @gray-dark;
  300. letter-spacing: -0.25px;
  301. width: 100px;
  302. flex-grow: 0;
  303. flex-shrink: 0;
  304. }
  305. .symbol {
  306. word-break: break-word;
  307. flex: 1;
  308. code {
  309. background: transparent;
  310. color: @blue-dark;
  311. padding-right: 5px;
  312. a {
  313. color: inherit;
  314. &:hover {
  315. text-decoration: underline;
  316. }
  317. }
  318. }
  319. span.offset {
  320. font-weight: bold;
  321. padding-right: 10px;
  322. }
  323. span.filename {
  324. color: @purple;
  325. margin-right: 3px;
  326. &:before {
  327. content: '(';
  328. }
  329. &:after {
  330. content: ')';
  331. }
  332. }
  333. }
  334. }
  335. .original-src {
  336. font-size: 12px;
  337. padding-left: 3px;
  338. position: relative;
  339. top: 1px;
  340. }
  341. .icon-open {
  342. font-size: 12px;
  343. margin-right: 3px;
  344. margin-left: 3px;
  345. position: relative;
  346. top: 1px;
  347. }
  348. .in-at {
  349. opacity: 0.6;
  350. margin: 0 2px;
  351. }
  352. .blame {
  353. color: lighten(@gray, 5);
  354. a {
  355. color: @gray;
  356. }
  357. .icon-mark-github {
  358. position: relative;
  359. top: 1px;
  360. }
  361. }
  362. .tooltip-inner {
  363. word-wrap: break-word;
  364. text-align: left;
  365. max-width: 300px;
  366. }
  367. .divider {
  368. border-left: 1px solid @trim;
  369. display: inline-block;
  370. width: 1px;
  371. height: 10px;
  372. margin: 0 6px;
  373. position: relative;
  374. top: 1px;
  375. }
  376. code {
  377. padding: 0;
  378. background: inherit;
  379. font-size: inherit;
  380. color: inherit;
  381. }
  382. .empty-context {
  383. padding: 20px;
  384. color: @gray;
  385. p {
  386. display: inline-block;
  387. margin-bottom: 0;
  388. }
  389. .icon {
  390. opacity: 0.45;
  391. margin-right: 10px;
  392. font-size: 0.85em;
  393. }
  394. }
  395. .context {
  396. display: none;
  397. background: #fff;
  398. margin: 0;
  399. table.key-value {
  400. border-top: 1px solid @trim;
  401. padding: 0;
  402. margin: 0 0 -8px;
  403. td {
  404. border-bottom: 1px solid @trim !important;
  405. &.key {
  406. width: 145px;
  407. max-width: 145px;
  408. padding-left: 20px !important;
  409. }
  410. &.value pre {
  411. background: inherit;
  412. }
  413. }
  414. tr:last-child {
  415. td {
  416. border-bottom: 0 !important;
  417. }
  418. }
  419. }
  420. &.expanded {
  421. display: block;
  422. }
  423. }
  424. .tag-app {
  425. color: #aaa;
  426. font-size: 0.9em;
  427. margin-left: 10px;
  428. }
  429. > div > table.key-value {
  430. margin-bottom: 5px;
  431. > tbody > tr > th {
  432. color: @gray-dark;
  433. text-align: right;
  434. padding-right: 12px !important;
  435. }
  436. }
  437. .btn-toggle {
  438. display: block;
  439. float: right;
  440. width: 16px;
  441. height: 16px;
  442. padding: 0;
  443. line-height: 16px;
  444. font-size: 9px;
  445. text-align: center;
  446. flex-shrink: 0;
  447. }
  448. .expand-button:hover {
  449. cursor: pointer;
  450. }
  451. &.expanded {
  452. .expandable {
  453. height: auto;
  454. }
  455. }
  456. &:last-child {
  457. .context {
  458. margin-bottom: 0;
  459. }
  460. .toggle-expand .btn {
  461. margin-bottom: -13px;
  462. }
  463. }
  464. }
  465. &.in-app-traceback .frame.leads-to-app {
  466. .leads-to-app-hint {
  467. display: none;
  468. }
  469. &.collapsed {
  470. .title {
  471. opacity: 0.7;
  472. font-size: 12px;
  473. padding: 4px 20px 4px 20px;
  474. background: lighten(@blue-light, 33);
  475. &.is-expandable:hover {
  476. opacity: 1;
  477. }
  478. .package {
  479. width: auto;
  480. }
  481. }
  482. .title.as-table {
  483. padding-left: 15px;
  484. }
  485. .in-at-line,
  486. .lineno,
  487. .btn-toggle,
  488. .address {
  489. display: none;
  490. }
  491. .leads-to-app-hint {
  492. display: inline;
  493. }
  494. }
  495. }
  496. &.full-traceback {
  497. .leads-to-app-hint {
  498. display: none !important;
  499. }
  500. }
  501. .expandable {
  502. height: 0;
  503. position: relative;
  504. .icon-plus {
  505. position: absolute;
  506. left: 8px;
  507. top: 6px;
  508. opacity: 0.25;
  509. transition: 0.1s opacity linear;
  510. }
  511. &.key-value {
  512. display: none;
  513. }
  514. .ws {
  515. display: none;
  516. overflow: hidden;
  517. }
  518. &:hover {
  519. .icon-plus {
  520. opacity: 0.5;
  521. }
  522. }
  523. }
  524. .expanded {
  525. .expandable {
  526. height: auto;
  527. }
  528. .ws {
  529. display: inline;
  530. overflow: none;
  531. }
  532. }
  533. ol.context {
  534. margin: 0;
  535. list-style-position: inside;
  536. list-style-type: decimal-leading-zero;
  537. border-radius: 5px;
  538. padding-left: 0;
  539. .key-value {
  540. display: none;
  541. pre {
  542. overflow: auto;
  543. }
  544. }
  545. > li {
  546. font-family: @font-family-code;
  547. line-height: 24px;
  548. font-size: 12px;
  549. white-space: pre;
  550. white-space: pre-wrap;
  551. word-wrap: break-word;
  552. min-height: 24px;
  553. }
  554. > li.active {
  555. list-style-type: none;
  556. border-radius: 2px;
  557. &:first-child:last-child {
  558. background-color: inherit;
  559. color: inherit;
  560. border-radius: 0;
  561. }
  562. pre {
  563. color: @gray-dark;
  564. }
  565. }
  566. > li:first-child {
  567. border-radius: 2px 2px 0 0;
  568. }
  569. > li:last-of-type {
  570. border-radius: 0 0 2px 2px;
  571. }
  572. li.closed {
  573. border-radius: 2px;
  574. }
  575. &.expanded {
  576. .key-value {
  577. display: table;
  578. }
  579. > li.active {
  580. position: relative;
  581. z-index: 0;
  582. list-style-type: inherit;
  583. border-radius: 0;
  584. }
  585. }
  586. }
  587. ol.context-line {
  588. > li {
  589. > span {
  590. float: right;
  591. }
  592. }
  593. }
  594. }
  595. #full-message {
  596. line-height: 1.5em;
  597. &#full-message {
  598. background: none;
  599. padding: 0;
  600. }
  601. }
  602. &.expanded div.commands,
  603. div.commands:hover {
  604. opacity: 1;
  605. a {
  606. color: @state-info-text;
  607. }
  608. }
  609. div.commands {
  610. position: absolute;
  611. right: 10px;
  612. top: 6px;
  613. font-size: 0.9em;
  614. opacity: 0.3;
  615. a {
  616. color: #666;
  617. text-decoration: none;
  618. span {
  619. font-size: 9px;
  620. margin-right: 5px;
  621. }
  622. }
  623. }
  624. // Request
  625. .request {
  626. .path {
  627. font-weight: normal;
  628. float: left;
  629. strong {
  630. margin-right: 4px;
  631. }
  632. }
  633. }
  634. /* message details */
  635. .server-list,
  636. .url-list,
  637. .logger-list,
  638. .level-list {
  639. list-style: none;
  640. margin-left: 0;
  641. margin-bottom: 0;
  642. }
  643. .server-list li,
  644. .url-list li {
  645. padding-bottom: 10px;
  646. }
  647. .url-list li a {
  648. line-height: 18px;
  649. }
  650. pre.val,
  651. span.val {
  652. span {
  653. display: inline;
  654. }
  655. }
  656. .val-string {
  657. border-radius: 4px;
  658. padding: 2px 4px;
  659. }
  660. .val-string-multiline {
  661. display: block;
  662. overflow: auto;
  663. }
  664. .val-stripped {
  665. color: darken(@red, 10);
  666. background: transparent;
  667. }
  668. .val-bool,
  669. .val-null {
  670. color: darken(@blue, 10);
  671. font-weight: bold;
  672. }
  673. .val-dict {
  674. display: inline;
  675. .val-dict-items {
  676. display: block;
  677. padding: 0 0 0 15px;
  678. .val-dict-pair {
  679. display: block;
  680. }
  681. }
  682. .val-dict-key,
  683. .val-dict-key .val-string {
  684. color: darken(@red, 5);
  685. background: transparent;
  686. border-radius: none;
  687. }
  688. }
  689. .val-array {
  690. .val-array-items {
  691. display: block;
  692. padding: 0 0 0 15px;
  693. .val-array-item {
  694. display: block;
  695. }
  696. }
  697. }
  698. /**
  699. * Exceptions and Threads
  700. * ============================================================================
  701. */
  702. .box .thread {
  703. .exception {
  704. margin-top: 10px;
  705. }
  706. .traceback.no-exception {
  707. margin-top: 0;
  708. }
  709. }
  710. /**
  711. * Shared Group Detail
  712. * ============================================================================
  713. */
  714. .shared-group {
  715. padding: 40px 0;
  716. background: none;
  717. .app > .container {
  718. max-width: 960px;
  719. > .box {
  720. > .box-header {
  721. padding: 15px 30px 13px;
  722. display: flex;
  723. align-items: center;
  724. a {
  725. &.logo {
  726. font-size: 20px;
  727. flex: 1;
  728. }
  729. &:hover {
  730. color: @gray-dark;
  731. }
  732. }
  733. .back-to,
  734. .pull-right a {
  735. font-size: 16px;
  736. }
  737. .back-to {
  738. border-left: 1px solid @trim;
  739. padding: 2px 10px;
  740. display: inline-block;
  741. margin-left: 7px;
  742. position: relative;
  743. top: -3px;
  744. }
  745. }
  746. }
  747. }
  748. .container {
  749. padding-left: 0;
  750. padding-right: 0;
  751. }
  752. .group-detail {
  753. padding: 0 30px;
  754. border-bottom: 1px solid darken(@trim, 5);
  755. box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  756. &:before {
  757. display: none;
  758. }
  759. .details {
  760. max-width: 960px;
  761. margin: 0 auto;
  762. padding: 20px 0 0;
  763. }
  764. }
  765. .event-details-container {
  766. display: block;
  767. margin: 0;
  768. .primary {
  769. max-width: 100%;
  770. .box {
  771. padding: 0 30px;
  772. &:first-child {
  773. border-top: 0;
  774. }
  775. }
  776. .box-header,
  777. .box-content {
  778. max-width: 960px;
  779. margin: 0 auto;
  780. }
  781. .box-header {
  782. margin-top: 15px;
  783. }
  784. .exception {
  785. padding: 20px 0;
  786. margin: 0;
  787. &:first-child {
  788. padding-top: 0;
  789. }
  790. }
  791. .traceback.no-exception {
  792. margin-bottom: 25px;
  793. margin-top: -5px;
  794. }
  795. }
  796. }
  797. }
  798. /**
  799. * Breadcrumbs / Timeline
  800. * ============================================================================
  801. */
  802. ul.crumbs {
  803. li {
  804. .table.key-value {
  805. margin-bottom: 0;
  806. background: none;
  807. thead td:first-child {
  808. font-weight: bold;
  809. }
  810. td {
  811. padding: 2px 0 !important;
  812. font-weight: normal;
  813. }
  814. .key {
  815. width: 122px;
  816. max-width: 122px;
  817. color: @gray-dark;
  818. line-height: 1.6 !important;
  819. }
  820. pre {
  821. display: inline-block;
  822. padding: 0;
  823. margin-top: 1px;
  824. background: none;
  825. word-break: break-all;
  826. }
  827. }
  828. div.summary {
  829. overflow: hidden;
  830. &.can-expand {
  831. cursor: pointer;
  832. position: relative;
  833. &:after {
  834. position: absolute;
  835. bottom: 0;
  836. left: 0;
  837. right: 0;
  838. content: ' ';
  839. display: block;
  840. width: 100%;
  841. height: 15px;
  842. background-image: linear-gradient(
  843. to bottom,
  844. rgba(255, 255, 255, 0) 0%,
  845. rgba(255, 255, 255, 1) 100%
  846. );
  847. background-repeat: repeat-x;
  848. z-index: 1;
  849. }
  850. &:hover {
  851. &:before {
  852. position: absolute;
  853. bottom: 4px;
  854. right: 0;
  855. font-family: 'sentry-simple';
  856. content: '\e617';
  857. background: @white-dark;
  858. border: 1px solid darken(@trim, 5);
  859. border-radius: 3px;
  860. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  861. z-index: 2;
  862. padding: 0 5px;
  863. margin-left: -14px;
  864. }
  865. }
  866. }
  867. &.expanded {
  868. max-height: none;
  869. &:after,
  870. &:before {
  871. display: none;
  872. }
  873. }
  874. pre {
  875. display: inline-block;
  876. }
  877. }
  878. }
  879. }
  880. /**
  881. * Responsive medium screen
  882. * ============================================================================
  883. */
  884. @media (max-width: 991px) {
  885. .group-stats-column {
  886. float: none;
  887. }
  888. }
  889. /**
  890. * Responsive small screen
  891. * ============================================================================
  892. */
  893. @media (max-width: 767px) {
  894. .group-detail {
  895. h3 {
  896. white-space: normal;
  897. font-size: 20px;
  898. line-height: 1.2;
  899. }
  900. .meta {
  901. font-size: 13px;
  902. }
  903. .short-id-box {
  904. text-align: left;
  905. }
  906. .is-assigned {
  907. padding-top: 0;
  908. }
  909. }
  910. // Event detail columns
  911. .event-details-container {
  912. flex-direction: column;
  913. margin: 0;
  914. .primary {
  915. max-width: 100%;
  916. .box {
  917. padding: 15px 0;
  918. .box-header {
  919. h3 {
  920. margin: 0 0 10px;
  921. small {
  922. margin-left: 0 !important;
  923. display: block;
  924. }
  925. }
  926. .permalink {
  927. display: none;
  928. }
  929. }
  930. }
  931. .user-report {
  932. padding: 15px 0;
  933. }
  934. .exception {
  935. margin: 0;
  936. padding: 15px 0;
  937. }
  938. .traceback {
  939. &.no-exception {
  940. margin: 0;
  941. }
  942. .btn-toggle {
  943. width: 17px;
  944. }
  945. }
  946. }
  947. .secondary {
  948. width: auto;
  949. padding: 0;
  950. border: 0;
  951. margin-bottom: 20px;
  952. }
  953. .detailed-error {
  954. border-top: 1px solid @trim;
  955. }
  956. }
  957. // Context callout
  958. .context-summary {
  959. flex-direction: column;
  960. margin-top: 0;
  961. padding: 0;
  962. margin-bottom: 20px;
  963. }
  964. .context {
  965. overflow: auto;
  966. li {
  967. width: 800px;
  968. }
  969. }
  970. }