diff options
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_browser.scss | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/scss/_browser.scss b/scss/_browser.scss index 6a0d78b..4d4a260 100644 --- a/scss/_browser.scss +++ b/scss/_browser.scss @@ -67,6 +67,30 @@ } } + .error-wrap { + flex: 0 0 auto; + padding: 1em 2em; + overflow: hidden; + + background: $gray-fail; + + &.empty { + display: none; + } + + > span { + display: inline-block; + margin-bottom: 0.5em; + + font-weight: bold; + color: #f00; + } + + > pre { + margin: 0; + } + } + .content { flex: 1 1 auto; overflow: auto; |
