@keyframes rotatingBorder { 100% { background-position: 12px 0, -12px 100%, 0 -12px, 100% 12px; } } /* this is actually red now */ @keyframes traxero-orange-pulse { 0% { transform: scale(0.9); box-shadow: 0 0 0 0 rgba(200, 0, 0, 0.7); } 70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(200, 0, 0, 0); } 100% { transform: scale(0.9); box-shadow: 0 0 0 0 rgba(200, 0, 0, 0); } } .pulse-orange-dot { animation: traxero-orange-pulse 2s infinite; } .test-red-border { border: 1px solid red; } .webcamCapture { height: 100%; position: absolute; width: 100%; overflow: hidden; } #root { height: 100%; width: 100%; overflow: hidden; position: fixed; min-height: 0; } .ltr { direction: ltr; } .rtl { direction: rtl; } .editor-title { font-family: 'Merriweather', serif; font-weight: 700; font-style: normal; font-size: 1.5em; } .editor-heading { font-family: 'Merriweather', serif; font-weight: 400; font-style: normal; font-size: 1.25em; } .editor-paragraph { font-family: 'Merriweather', serif; font-weight: 400; font-style: normal; font-size: 1em; } .editor-caption { font-family: 'Merriweather', serif; font-weight: 400; font-style: normal; font-size: 0.75em; } .editor-link { font-family: 'Merriweather', serif; font-weight: 400; font-style: normal; color: rgb(0, 0, 255); } .editor-text-bold { font-family: 'Merriweather', serif; font-weight: 700; font-style: normal; } .editor-text-italic { font-family: 'Merriweather', serif; font-weight: 400; font-style: italic; } .editor-text-underline { text-decoration-line: underline; text-decoration-color: #000; text-decoration-thickness: 2px; text-decoration-style: solid; } .editor-nested-list-item { margin-bottom: 0.5em; line-height: 1.5; } .editor-list-ul { list-style-type: disc; margin: 1em 0; padding-left: 1.5em; } .editor-list-ol { list-style-type: decimal; margin: 1em 0; padding-left: 1.5em; } .editor-list-item { margin-bottom: 0.5em; line-height: 1.5; font-family: 'Merriweather', serif; font-weight: 400; font-style: normal; font-size: 1em; }