﻿
/* !DO NOT REMOVE! THIS HIDES PASSWORDS IN THE UI! */
div.curl-command > div:nth-child(3) > pre {
    display: none !important;
}
/* !DO NOT REMOVE! THIS HIDES PASSWORDS IN THE UI! */


/* This just cleans up the UI to look slightly nicer */
div.curl-command > h4 {
    background: #333 !important;
    border-radius: 4px;
    color: #fff !important;
    font-family: monospace;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    padding: 8px;
    width: 165px;
}


div.curl-command > h4::before {
    content: "Copy ";
}

div.curl-command > h4::after {
    content: " Command";
}

.swagger-ui .curl-command .copy-to-clipboard {
    left: 135px;
}
