anyproxy
Version:
A fully configurable HTTP/HTTPS proxy in Node.js
31 lines (28 loc) • 561 B
text/less
@import '../style/constant.less';
.tableWrapper {
clear: both;
margin-top: 30px;
:global {
th {
padding-top: 5px ;
padding-bottom: 5px ;
background: @background-color ;
border-top: 1px solid @hint-color;
border-bottom: 1px solid @hint-color;
}
}
}
.row {
cursor: pointer;
font-size: @font-size-sm;
td {
padding-top: 5px ;
padding-bottom: 5px ;
}
}
.lightBackgroundColor {
background: @light-background-color;
}
.okStatus {
color: @ok-color;
}