Skip to content

Instantly share code, notes, and snippets.

@josephmisiti
Created November 7, 2023 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josephmisiti/4103633f64750af428249e70b287ea84 to your computer and use it in GitHub Desktop.
Save josephmisiti/4103633f64750af428249e70b287ea84 to your computer and use it in GitHub Desktop.
#root{max-width:1280px;margin:0 auto;padding:2rem}#scrubbing-container{position:relative}.label-item{display:flex;align-items:center;border:1px dotted #888;justify-content:space-between;margin-top:5px}.label-item.selected{background:rgb(178,255,178)}.label-item button{margin:3px}.export{border:1px solid rgb(0,0,52);background:rgb(114,114,233)}.export:hover{background:rgb(30,30,236);color:#fff}.blue-hover{color:#7272e9;fill:#7272e9}.blue-hover:hover{color:#1e1eec;fill:#1e1eec;cursor:pointer}.missing{box-shadow:0 0 10px 5px #ff5959}.validation-error-modal{width:100%;height:100%;position:absolute;z-index:999;top:0;left:0;display:flex;justify-content:center;align-items:center;background-color:#f0f0f0e6;border:2px solid rgba(100,100,100,.5);pointer-events:all;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxsaW5lIHgxPSIwIiB5MT0iMCIgeDI9IjEwMCIgeTI9IjEwMCIgc3Ryb2tlPSJyZ2JhKDEwMCwxMDAsMTAwLDAuNSkiIHN0cm9rZS13aWR0aD0iMiIvPgogICAgPGxpbmUgeDE9IjEwMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMTAwIiBzdHJva2U9InJnYmEoMTAwLDEwMCwxMDAsMC41KSIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPg);background-size:100% 100%}.validation-error-modal>div{color:#000;font-weight:700;text-align:center;max-width:80%;padding:10px;background-color:#fff;border-radius:5px}::placeholder{color:#fff;font-size:1em;opacity:1}::-ms-input-placeholder{color:#fff;font-size:1em}.add-additional-button{padding-top:5px}.copySpan{cursor:pointer;transition:font-weight .3s ease,text-decoration .3s ease}.copySpan:hover{text-decoration:underline;background:#f0f0f0}.head{background-color:#cecece;font-weight:700;text-align:center}.notes>td{border-bottom:2px solid black;text-align:center}.notes p{margin:0 0 3px;display:inline-flex;align-items:center;padding:5px 20px;border:1px dotted black;border-radius:5px}.format-examples th{border:1px solid white}.format-examples th.head.small{word-wrap:break-word;max-width:150px}.format-examples td{padding:2px 10px}.format-examples{border-collapse:collapse}.format-examples tr:nth-child(2n of:not(.notes)){background:rgb(240,240,240)}.format-examples tr:nth-child(2n of.notes){background:rgb(240,240,240)}.notes{font-size:.75em}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment