Packages
ex_debug_toolbar
0.1.4
A debug web toolbar for Phoenix projects to display all sorts of information about request
Current section
Files
Jump to
Current section
Files
web/static/css/toolbar.scss
.ex-debug-toolbar {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857;
color: #333333;
background-color: #fff;
// namespacing to avoid conflicts
@import "bootstrap";
.navbar-nav.nav > li > span {
@extend a;
padding-left: 5px;
padding-right: 5px;
cursor: pointer;
&> i {
margin-right: 5px;
}
}
.panel {
margin-bottom: 0;
bottom: 50px;
display: none;
.panel-body {
max-height: 300px;
overflow-y: auto;
}
.table {
margin-top: 0;
margin-bottom: 0;
}
}
.nowrap {
white-space:nowrap;
}
table {
.hljs {
background: unset;
padding: unset;
}
}
}