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; } } } }