/
githubmirror
/
gitness
Обзор
Документация
Войти
/
githubmirror
/
gitness
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
web/src/pages/SpaceAccessControl/SpaceAccessControl.module.scss
34 строки
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. */ .mainCtn { height: var(--page-height); background-color: var(--primary-bg) !important; .roleBadge { padding: var(--spacing-xsmall) 6px; border-radius: 4px; border: 1px solid var(--grey-200); background: var(--grey-50); width: max-content; } } .tableContainer { :global([class*='TableV2--card']) { box-shadow: 0px 0.5px 2px 0px rgba(96, 97, 112, 0.16), 0px 0px 1px 0px rgba(40, 41, 61, 0.08); } }