UNPKG

test-crud

Version:

es una prueba acerca de como publicar un package name

66 lines (59 loc) 1.4 kB
@media (prefers-color-scheme: dark) { .editorContainer { border: 1px solid #fff !important; color: #fff !important; background-color: rgba(0, 0, 0, 0.87) !important; } .suggestionsContainer { color: #fff !important; background-color: rgba(0, 0, 0, 0.87) !important; } .editorContainer:focus-within { border: 2px solid rgb(0, 121, 255) !important; } } .editorContainer { font-family: 'DINNextLTPro'; font-weight: 400; font-size: 1rem; line-height: 1.4375em; box-sizing: border-box; cursor: text; align-items: center; border-radius: 8px; padding: 16.5px 14px; display: flex; align-items: center; justify-content: space-between; text-transform: uppercase; border: 1px solid var(--dark); color: var(--dark); background-color: #fff; } .editorContainer:focus-within { border: 2px solid rgb(0, 121, 255); font-family: 'DINNextLTPro'; font-weight: 400; font-size: '1rem'; line-height: '1.4375em'; color: 'rgba(0, 0, 0, 0.87)'; box-sizing: 'border-box'; cursor: 'text'; align-items: 'center'; border-radius: '8px'; padding: '16.5px 14px'; } .suggestionsContainer { position: fixed; max-width: 150px; min-width: 50px; z-index: 1000; color: var(--dark); background-color: #fff; text-transform: uppercase; } .checkSpan { text-decoration: underline; text-decoration-color: red; cursor: pointer; }