blob: f04503819311f68e8a8191f0ad7e04e79a170d5c [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001
2.submit-error-response-view {
3 max-height: 500px;
4 overflow: auto;
5 .list-group-item {
6 border-top: none;
7 }
8 .panel-title {
9 a {
10 &:after {
11
12 content: "(details)";
13 color: $link-blue;
14 float: right;
15
16 }
17 &:hover {
18 color: $blue;
19 text-decoration: underline;
20 }
21 }
22 }
AviZi280f8012017-06-09 02:39:56 +030023 .error-block {
24 margin: 10px 0;
25 .error-block-header {
26 background-color: $tlv-gray;
27 padding: 5px;
28 cursor: pointer;
az2497644017c2017-08-10 17:49:40 +030029 .svg-icon {
30 &.__chevronDown {
31 margin-right: 10px;
AviZi280f8012017-06-09 02:39:56 +030032 }
33 }
az2497644017c2017-08-10 17:49:40 +030034 .collapse-right {
35 .svg-icon {
36 &.__chevronDown {
37 transform: rotate(270deg);
38 }
39 }
40
41 }
AviZi280f8012017-06-09 02:39:56 +030042
43 }
44 .error-code-list-item {
45 .icon-label {
46 @extend .body-1;
47 color: $dark-gray;
48 }
49 .icon-component {
50 align-items: baseline;
51 }
52 }
53 .list-group-item {
54 .error-item-text {
55 margin-top:-2px;
56 //position: fixed;
57 }
58 }
59 .component-name-header {
60 margin-left: 45px;
61 margin-top: 10px;
Avi Zivb8e2faf2017-07-18 19:45:38 +030062 @extend .heading-5-semibold;
AviZi280f8012017-06-09 02:39:56 +030063 }
64 }
Michael Landoefa037d2017-02-19 12:57:33 +020065}