/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
core/templates/components/copy-url/copy-url.component.css
65 строк
1 KB
Guilherme Coelho
Fix part of #25941: Clean up legacy embedded <style> tags from HTML templates removing inconsistency first 20 files (#26326)
11 июн 2026, 21:55
Не верифицирован
11 июн 2026, 21:55
0245a9e
Код
Авторство
О чём код?
.oppia-uid-copy { align-items: flex-end; display: flex; flex-direction: row; justify-content: space-between; margin-bottom: 30px; padding: 0 20px 0 20px; width: 100%; } .oppia-unique-progress-id { align-items: center; border: 1px solid black; border-radius: 5px; display: flex; flex-direction: row; height: 100%; padding: 5px; width: 350px; word-break: break-word; } .oppia-uid-btn-container { margin-left: 2%; position: relative; width: 24%; } .oppia-copy-tooltip-margin { margin-top: -33px; } .oppia-uid-btn-message-box { background-color: #00645c; border-radius: 4px; color: #fff; cursor: default; font-size: 14px; font-style: Roboto, Arial, sans-serif; padding: 8px 10px; position: relative; top: -5px; } .oppia-uid-btn-message-arrow { background-color: #00645c; color: #fff; cursor: default; height: 10px; position: relative; right: -45px; top: -7px; transform: rotate(45deg); width: 10px; } .oppia-uid-copy-btn { box-shadow: 1px 1px 2px 0 rgba(0, 100, 92, 0.8); color: #00645c; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 700; margin: 0 auto; width: 100px; }