Add new code new version
[sdc.git] / openecomp-ui / resources / scss / components / _submitErrorResponse.scss
1
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   }
23 }