@stuntman/server
Version:
Stuntman - HTTP proxy / mock server with API
29 lines (25 loc) • 518 B
CSS
div#container {
resize: vertical;
overflow: auto;
}
body {
font-family: Menlo, Monaco, 'Courier New', monospace;
}
button.rule {
font-family: Menlo, Monaco, 'Courier New', monospace;
background: none ;
border: none;
padding: 0 ;
color: #aaa;
text-decoration: underline;
cursor: pointer;
margin-top: 10px;
font-size: x-small;
text-align: left;
}
ul.no-bullets {
list-style-type: none;
padding: 0;
margin: 0;
text-align: left;
}