/
githubmirror
/
gitness
ОбзорДокументацияВойти
/
githubmirror
/
gitness
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
gitness/
.../RepositoryContent/FolderContent/
..
RepositorySummary

feat: [AH-309]: Artifact Registry integration (#2318)

2 года назад
FolderContent.module.scss

feat: [CODE-3838]: Show Create PR Banner on Recently Pushed Branch (#3919)

год назад
FolderContent.module.scss.d.ts

feat: [CODE-3838]: Show Create PR Banner on Recently Pushed Branch (#3919)

год назад
FolderContent.tsx

feat: [CODE-4031]: Feedback around PR banner, repo listing and folder content page (#3970)

год назад
Readme.module.scss

[OPEN-SOURCE] Prepare Repository (#605)

3 года назад
Readme.module.scss.d.ts

[OPEN-SOURCE] Prepare Repository (#605)

3 года назад
Readme.tsx

fix: [CODE-3995] broken comment UI due to conflicting hook call (#3900)

год назад
Readme.module.scss
/*
* 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.
*/
 
.readmeContainer {
&:not(.contentOnly) {
margin-top: var(--spacing-xlarge) !important;
box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
border-radius: 4px;
 
.heading {
border-bottom: 1px solid var(--grey-100);
align-items: center;
padding-left: var(--spacing-large) !important;
}
}
 
&.contentOnly {
.readmeContent {
padding: var(--spacing-large) !important;
}
}
 
.readmeContent {
max-width: 100%;
padding: var(--spacing-xxlarge) !important;
}
}