/
githubmirror
/
gitness
Обзор
Документация
Войти
/
githubmirror
/
gitness
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
web/src/pages/SignUp/SignUp.module.scss
129 строк
3 KB
Johannes Batzill
[OPEN-SOURCE] Prepare Repository (#605)
24 сен 2023, 10:33
24 сен 2023, 10:33
a83cd21
Код
Авторство
О чём код?
/* * 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. */ .root { /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px 0 rgba(0, 0, 0, 0.06); */ box-shadow: 0 12px 18px 2px rgb(34 0 51 / 4%), 0 6px 22px 4px rgb(7 48 114 / 12%), 0 6px 10px -4px rgb(14 13 26 / 12%); box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; box-sizing: border-box; background: rgb(255, 255, 255); border-radius: 16px; border-radius: 6px; display: block; padding: 32px 40px; width: 420px; position: relative; h2 { font-weight: 400; font-size: 20px; text-align: center; margin-bottom: 25px; margin-top: 40px; } /* box-sizing: border-box; background: #FFFFFF; border-radius: 8px; border: 1px solid #F1F5F9; display: block; margin: 80px auto; padding: 32px 40px; width: 420px; */ label { display: block; font-weight: 500; margin-bottom: 10px; margin-top: 20px; display: none; } .input { display: block; padding: 12px 12px; width: 100%; box-shadow: none; border-radius: 6px; } .submit { background: #0f172a; box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 20%) 0px 1px 2px 0px; justify-content: center; padding: 12px 12px; width: 100%; border-radius: 6px; font-size: 14px; &:hover { background: #1e293b; } &:active { background: #1e40af; } } } .field { margin: 15px 0px; } .actions { margin-top: 20px; text-align: center; a, a:visited { color: #0060e0; } } .logo { position: absolute; /* top: -50px; left: 161px; */ top: -40px; left: 175px; height: 80px; width: 80px; left: calc(50% - 40px); transform: rotate(45deg); display: flex; align-items: center; justify-content: center; border-color: transparent #e2e8f0 #e2e8f0 transparent; border-style: solid; border-width: 1px; border-radius: 100%; background: #f7fafc; img { width: 100px; height: 100px; width: 60px; height: 60px; transform: rotate(-45deg) translateX(1px); } } .signUpContainer { height: 100%; padding: 4% 0px !important; }