copied the code from the working repo

This commit is contained in:
2024-11-30 16:00:48 +03:00
parent f22b92869b
commit 15ac0cb9b8
148 changed files with 23342 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
.container {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
width:100%;
// background-color: #f0f2f5; /* Легкий серый фон для контраста */
}
.form {
width: 400px; /* Ширина формы */
padding: 24px; /* Внутренние отступы */
background: white; /* Белый фон формы */
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Легкая тень */
border-radius: 8px; /* Скругленные углы */
margin-top:50px;
margin-bottom: 50px;
}
.vacansy_btn{
background-color: #372579;
&:hover{
background: #47309C !important;
}
}