blob: fdac5ebe4531114c2169b9d120c6ac6669682c96 [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 }
23}