mockingjay.js
Version:
"Provides Mockdata or downloads it from predefined REST services"
19 lines (18 loc) • 468 B
CSS
body {
background-color: rgb(184, 184, 177);
color: rgb(156, 25, 9);
}
mjay-url-input input[type="text"] {
width: 60em;
}
.mjay-url-input__output {
height: 80%;
border-style: solid;
border-width: 0.2em;
border-bottom-color: rgb(204, 204, 197);
border-right-color: rgb(204, 204, 197);
border-top-color: rgb(164, 164, 157);
border-left-color: rgb(164, 164, 157);
margin-right: 1em;
margin-botton: 1em;
}