blob: b917dfefebfe35d0fc0ccc6826ba4a45123f3507 [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;
Avi Zivb8e2faf2017-07-18 19:45:38 +030029 .chevronDown {
AviZi280f8012017-06-09 02:39:56 +030030 width:10px;
31 height:10px;
32 margin-right: 10px;
33 &.right {
34 transform: rotate(270deg);
35 }
36 }
37
38 }
39 .error-code-list-item {
40 .icon-label {
41 @extend .body-1;
42 color: $dark-gray;
43 }
44 .icon-component {
45 align-items: baseline;
46 }
47 }
48 .list-group-item {
49 .error-item-text {
50 margin-top:-2px;
51 //position: fixed;
52 }
53 }
54 .component-name-header {
55 margin-left: 45px;
56 margin-top: 10px;
Avi Zivb8e2faf2017-07-18 19:45:38 +030057 @extend .heading-5-semibold;
AviZi280f8012017-06-09 02:39:56 +030058 }
59 }
Michael Landoefa037d2017-02-19 12:57:33 +020060}