development third page
This commit is contained in:
@ -31,7 +31,7 @@ const Auth = ({ setAuthed }) => {
|
||||
<label htmlFor="password">Пароль:</label>
|
||||
<input id="password" type="password" placeholder="Пароль" />
|
||||
|
||||
<button className={style.form__btn} type="submit">
|
||||
<button className={style.form__btn} type="submit" onClick={() => setAuthed(true)}>
|
||||
Войти
|
||||
</button>
|
||||
</form>
|
||||
|
@ -1,7 +1,3 @@
|
||||
.auth {
|
||||
height: 1600px;
|
||||
}
|
||||
|
||||
.auth__box {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@ -201,16 +197,17 @@
|
||||
.auth__footer__left {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
|
||||
.footer__left__sp {
|
||||
padding: 0 180px 0 34px;
|
||||
padding: 0 100px 0 34px;
|
||||
}
|
||||
|
||||
.auth__footer__left > div > span {
|
||||
color: #18586e;
|
||||
font-family: 'GT Eesti Pro Display';
|
||||
font-size: 16px;
|
||||
font-size: 1.6em;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
letter-spacing: normal;
|
||||
@ -234,10 +231,8 @@
|
||||
|
||||
.phone {
|
||||
color: #003b65;
|
||||
font-family: 'Cera Pro';
|
||||
font-size: 21px;
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-family: 'CeraPro';
|
||||
font-size: 2.1em;
|
||||
letter-spacing: normal;
|
||||
line-height: 25px;
|
||||
text-align: left;
|
||||
@ -245,10 +240,11 @@
|
||||
|
||||
.workingHours {
|
||||
color: #003b65;
|
||||
font-family: 'Cera Pro';
|
||||
font-size: 12px;
|
||||
font-family: 'CeraPro';
|
||||
font-size: 1.2em;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
letter-spacing: normal;
|
||||
line-height: normal;
|
||||
margin-left: 24px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user