/
githubmirror
/
gitness
Обзор
Документация
Войти
/
githubmirror
/
gitness
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
web/src/components/CloneButtonTooltip/CloneButtonTooltip.module.scss
61 строка
2 KB
Tan Nhu
Fix broken sticky header in PR page due to library upgrade (#1236)
20 апр 2024, 02:17
20 апр 2024, 02:17
e45dcf3
Код
Авторство
О чём код?
/* * Copyright 2023 Harness, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ .container { .label { font-size: 13px !important; color: var(--black) !important; } .layout { height: 24px; display: inline-flex; justify-content: center; align-items: center; border: 1px solid var(--grey-200); background-color: var(--grey-50) !important; border-radius: 4px; padding-left: var(--spacing-small) !important; max-width: 300px; .url { width: 250px; white-space: nowrap !important; overflow: hidden; text-overflow: ellipsis; font-size: 13px !important; } button#cloneCopyButton { --button-height: 24px !important; border-radius: 0 !important; border-left: 1px solid var(--grey-200) !important; margin-left: var(--spacing-small) !important; } } :global([class*='StyledProps--font-variation-h4']) { margin-top: unset !important; } } .codeText { font-size: 11px !important; } .closeIcon { cursor: pointer !important; float: right !important; }