Packages

Live error monitoring to watch your Phoenix app going up in flames in real time! Open source version of error aggregation services. Hooks into Elixir's Logger to provide accurate error reporting all throughout your application.

Current section

Files

Jump to
flames lib web static css flames-frontend.scss
Raw

lib/web/static/css/flames-frontend.scss

@import "_bootswatch";
#errors {
.error-row {
cursor: pointer;
}
.message {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.level {
text-transform: uppercase;
}
}
.info-row {
margin-top: 10px;
}