/
githubmirror
/
gitness
Обзор
Документация
Войти
/
githubmirror
/
gitness
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
web/src/components/UserManagementFlows/UserManagementFlows.module.scss
65 строк
2 KB
Tan Nhu
Fix CSS targeting old UICore version (#1238)
22 апр 2024, 23:29
22 апр 2024, 23:29
491e964
Код
Авторство
О чём код?
/* * 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. */ .dialogCtn { overflow: unset !important; :global { .bp3-form-group, [class*='TextInput--main'] { width: 364px; } } .passwordCtn { padding: var(--spacing-small) var(--spacing-medium) var(--spacing-xlarge) var(--spacing-medium); border-radius: 4px; margin-left: calc(var(--spacing-medium) * -1); .layout { width: 364px; height: 33px; align-items: center; border: 1px solid var(--grey-200); background-color: var(--grey-50) !important; border-radius: 4px; padding-left: var(--spacing-small) !important; .text { font-size: 13px !important; } } } .formikForm { height: 100%; & > div { height: 100%; display: flex; flex-direction: column; justify-content: space-between; } } } .inputWrapper { button#copyBtn { border-radius: 0 !important; border-left: 1px solid var(--grey-200) !important; margin-left: var(--spacing-small) !important; } }