-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: cria pagina de login issue #240 #301
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Está faltando mobile, e criar a rota para o login (o caminho dos arquivos ira mudar tambem)
align-items: center; | ||
} | ||
|
||
.login-page__img-box img { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
não usar tags no css
const html = ` | ||
<div data-select="container" class="login-page"> | ||
<div class="login-page__img-box"> | ||
<div class="login-page__img-top"> | ||
<img src="${petdexLogo}" class="login-page__img-logopetdex"/> | ||
</div> | ||
<div class="login-page__img-down"> | ||
<img src="${petAndDog}" class="login-page__img-petanddog"/> | ||
</div> | ||
|
||
</div> | ||
<div class=login-page__login-box> | ||
|
||
<div class="login-page__login-form"> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Arrumar a identação
Design figma para a tela de login indisponível. Sendo assim, tenho a liberdade de poder criar a versão mobile ? |
<div class="login-page__img-box"> | ||
<div class="login-page__img-top"> | ||
<img src="${petdexLogo}" class="login-page__img-logopetdex"/> | ||
</div> | ||
<div class="login-page__img-down"> | ||
<img src="${petAndDog}" class="login-page__img-petanddog"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bota o kebab no logo-petdex
ex:
class="login-page__img-logo-petdex
@@ -0,0 +1,34 @@ | |||
import { Component } from 'pet-dex-utilities'; | |||
import LoginForm from '../../../../components/LoginForm'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
</div> | ||
<div class=login-page__login-box> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ta sem eslint configurado? pq acho que ele ja evita esses espacos e ajusta a identacao, qualquer duvida liga nois pra configurar.
atualiza a branch |
Closes #240
Feature
N/A
Bugfix
Description
N/A
Cause
N/A
Solution
N/A
Changelog
Visual evidences 🖼️
Checklist
Additional info
N/A