From 9588fe9d386caf378c242ee3bf1fdeb908dff3ff Mon Sep 17 00:00:00 2001 From: Fernanda-Farias Date: Thu, 8 Aug 2024 02:09:04 -0300 Subject: [PATCH] new form-control --- .../atualiza-produto.component.css | 54 ++++++++++++++---- .../atualiza-produto.component.html | 49 +++++++++------- .../cadastro-produto.component.css | 57 +++++++++++++++---- .../cadastro-produto.component.html | 37 ++++++------ 4 files changed, 138 insertions(+), 59 deletions(-) diff --git a/src/app/components/restrito/atualiza-produto/atualiza-produto.component.css b/src/app/components/restrito/atualiza-produto/atualiza-produto.component.css index 9f4e231..7b41bf2 100644 --- a/src/app/components/restrito/atualiza-produto/atualiza-produto.component.css +++ b/src/app/components/restrito/atualiza-produto/atualiza-produto.component.css @@ -1,20 +1,54 @@ +/* Estiliza o main */ main { - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; + background-color: #21224e; + font-family: Arial, sans-serif; + padding: 20px; } h1 { + color: white; margin-top: 20px; + text-align: center; } #section-cadastro { - height: 100%; - width: 700px; - border-radius: 10px; - border: 2px solid black; + max-width: 700px; + margin: 50px auto; + padding: 20px; + border-radius: 15px; + border: 2px solid #1e1e1e; + background-color: #2e2e2e; +} + +.form-group { + margin-bottom: 15px; +} + +.form-group label { + color: white; + display: block; + margin-bottom: 5px; +} + +.form-control { + width: 100%; + padding: 10px; + border-radius: 5px; + border: 1px solid #444; + background-color: #ffffff; + color: rgb(0, 0, 0); +} + +.btn-primary { + background-color: #00a000; + color: #fff; padding: 10px 20px; - margin-top: 50px; - margin-bottom: 10px; + border-radius: 5px; + border: none; + display: block; + margin: 20px auto; +} + +.btn-primary:hover { + background-color: #007a00; } \ No newline at end of file diff --git a/src/app/components/restrito/atualiza-produto/atualiza-produto.component.html b/src/app/components/restrito/atualiza-produto/atualiza-produto.component.html index 95b834a..6719778 100644 --- a/src/app/components/restrito/atualiza-produto/atualiza-produto.component.html +++ b/src/app/components/restrito/atualiza-produto/atualiza-produto.component.html @@ -1,33 +1,38 @@
-

Atualiza jogo

+

Atualizar Produto

+
+ + +
- - -
+
+ + +
- - -
+
+ + +
- - -
+
+ + +
- - -
+
+ + +
- - -
- - - -
- - +
+ + +
+ +
\ No newline at end of file diff --git a/src/app/components/restrito/cadastro-produto/cadastro-produto.component.css b/src/app/components/restrito/cadastro-produto/cadastro-produto.component.css index 9294936..120129a 100644 --- a/src/app/components/restrito/cadastro-produto/cadastro-produto.component.css +++ b/src/app/components/restrito/cadastro-produto/cadastro-produto.component.css @@ -1,20 +1,55 @@ +/* Estiliza o main */ main { - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; + background-color: #21224e; + font-family: Arial, sans-serif; + padding: 20px; + } h1 { + color: white; margin-top: 20px; + text-align: center; } #section-cadastro { - height: 100%; - width: 700px; - border-radius: 10px; - border: 2px solid black; - padding: 10px 10px; - margin-top: 50px; - margin-bottom: 10px; + max-width: 700px; + margin: 50px auto; + padding: 20px; + border-radius: 15px; + border: 2px solid #1e1e1e; + background-color: #2e2e2e; +} + +.form-group { + margin-bottom: 15px; +} + +.form-group label { + color: white; + display: block; + margin-bottom: 5px; +} + +.form-control { + width: 100%; + padding: 10px; + border-radius: 5px; + border: 1px solid #444; + background-color: #ffffff; + color: rgb(0, 0, 0); +} + +.btn-primary { + background-color: #00a000; + color: #fff; + padding: 10px 20px; + border-radius: 5px; + border: none; + display: block; + margin: 20px auto; +} + +.btn-primary:hover { + background-color: #007a00; } \ No newline at end of file diff --git a/src/app/components/restrito/cadastro-produto/cadastro-produto.component.html b/src/app/components/restrito/cadastro-produto/cadastro-produto.component.html index 388e8b3..dbee76f 100644 --- a/src/app/components/restrito/cadastro-produto/cadastro-produto.component.html +++ b/src/app/components/restrito/cadastro-produto/cadastro-produto.component.html @@ -1,26 +1,31 @@
-

Cadastrar jogo

+

Cadastrar Produto

- - -
+
+ + +
- - -
+
+ + +
- - -
+
+ + +
- - -
+
+ + +
- - -
+
+ + +