blob: cd5284059d7db2f64d422a445271cd9e1f1ad88b [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001.submit-error-response-view {
2 max-height: 500px;
3 overflow: auto;
4 .list-group-item {
5 border-top: none;
6 }
7 .panel-title {
8 a {
9 &:after {
Michael Landoefa037d2017-02-19 12:57:33 +020010 content: "(details)";
11 color: $link-blue;
12 float: right;
13
14 }
15 &:hover {
16 color: $blue;
17 text-decoration: underline;
18 }
19 }
20 }
AviZi280f8012017-06-09 02:39:56 +030021 .error-block {
22 margin: 10px 0;
23 .error-block-header {
24 background-color: $tlv-gray;
25 padding: 5px;
26 cursor: pointer;
az2497644017c2017-08-10 17:49:40 +030027 .svg-icon {
28 &.__chevronDown {
29 margin-right: 10px;
AviZi280f8012017-06-09 02:39:56 +030030 }
31 }
az2497644017c2017-08-10 17:49:40 +030032 .collapse-right {
33 .svg-icon {
34 &.__chevronDown {
avigaffa00e935f2017-09-10 08:58:51 +030035 transform: rotate(270deg);
az2497644017c2017-08-10 17:49:40 +030036 }
37 }
az2497644017c2017-08-10 17:49:40 +030038 }
AviZi280f8012017-06-09 02:39:56 +030039
40 }
41 .error-code-list-item {
SVISHNEV3779f902017-08-30 16:09:04 +030042 display: flex;
43 justify-content: flex-start;
AviZi280f8012017-06-09 02:39:56 +030044 .icon-label {
45 @extend .body-1;
46 color: $dark-gray;
SVISHNEV3779f902017-08-30 16:09:04 +030047 margin-left: 10px;
AviZi280f8012017-06-09 02:39:56 +030048 }
49 .icon-component {
50 align-items: baseline;
51 }
52 }
53 .list-group-item {
54 .error-item-text {
55 margin-top:-2px;
SVISHNEV3779f902017-08-30 16:09:04 +030056 max-width: 100px;
AviZi280f8012017-06-09 02:39:56 +030057 }
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}