api-nexus
Version:
Generation of API documentation for the GraphQl and Rest API
18 lines (16 loc) • 332 B
CSS
.rest-main-container {
text-align: left;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
margin-bottom: 3px;
}
.rest-heading {
color: red
}
.rest-main-content-error {
text-align: center;
margin-top: 15px;
color: red;
border: 2px black;
padding: 44px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}