/
githubmirror
/
gitness
Обзор
Документация
Войти
/
githubmirror
/
gitness
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
web/src/components/NewRepoModalButton/NewRepoModalButton.module.scss
50 строк
1 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. */ .divider { margin: var(--spacing-medium) 0 var(--spacing-large) 0 !important; } .dividerContainer { opacity: 0.2; height: 1px; color: var(--grey-100); margin: 20px 0; } .popover { transform: translateY(5px) !important; .menuItem { min-width: 186px; &:hover p { color: var(--white) !important; } } } .hideContainer { :global { --bp3-intent-color: unset !important; .bp3-form-helper-text { margin-top: unset !important; } [class*='FormError--errorDiv'] { display: none !important; } } }