group-detail.less 18 KB

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