aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/components/_submitErrorResponse.scss
blob: fdac5ebe4531114c2169b9d120c6ac6669682c96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.submit-error-response-view {
  max-height: 500px;
  overflow: auto;
  .list-group-item {
    border-top: none;
  }
  .panel-title {
    a {
      &:after {

        content: "(details)";
        color: $link-blue;
        float: right;

      }
      &:hover {
        color: $blue;
        text-decoration: underline;
      }
    }
  }
}