mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-05-08 21:13:18 +08:00
31 lines
620 B
Plaintext
31 lines
620 B
Plaintext
@import (reference) '../../node_modules/bootstrap/less/variables.less';
|
|
@import (reference) '../../node_modules/bootstrap/less/mixins/grid.less';
|
|
|
|
header {
|
|
padding-top: 0.5em;
|
|
background-color: white;
|
|
@separator-color: lighten(grey, 15%);
|
|
.menu {
|
|
padding: 10px;
|
|
border-bottom: solid @separator-color 1px;
|
|
}
|
|
}
|
|
|
|
@menu-row-gutter-width: 5px;
|
|
.menu-row {
|
|
.make-row(@menu-row-gutter-width);
|
|
}
|
|
|
|
.filter-input {
|
|
.make-md-column(3, @menu-row-gutter-width);
|
|
}
|
|
|
|
.filter-input .popover {
|
|
top: 27px;
|
|
display: block;
|
|
max-width: none;
|
|
.popover-content {
|
|
max-height: 500px;
|
|
overflow-y: auto;
|
|
}
|
|
} |