/
githubmirror
/
gitness
Обзор
Документация
Войти
/
githubmirror
/
gitness
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
web/src/components/RepositoryArchivedBanner/RepositoryArchivedBanner.module.scss
22 строки
788 B
Atefeh Mohseni Ejiyeh
feat: [CODE-2819]: Archive Repo functionality (#3097)
14 янв 2025, 02:00
14 янв 2025, 02:00
e9a7fd1
Код
Авторство
О чём код?
/* * 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. */ .infoContainer { background-color: var(--orange-100) !important; padding: var(--spacing-small) var(--spacing-medium) !important; width: 100% !important; margin: 0 auto !important; }