Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sisage
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Marcos Albano
sisage
Commits
0bc5b38d
Commit
0bc5b38d
authored
Jan 22, 2021
by
Marcos Vinicius Felix De Sousa da Silva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
alteração na logo do Idace, correção de localização de text e tamanha.
parent
532893ba
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
35 additions
and
26 deletions
+35
-26
app.css
public/css/app.css
+6
-1
form.blade.php
resources/views/admin/users/form.blade.php
+20
-16
login.blade.php
resources/views/auth/login.blade.php
+5
-8
page.blade.php
resources/views/components/page.blade.php
+4
-1
No files found.
public/css/app.css
View file @
0bc5b38d
...
...
@@ -9908,5 +9908,10 @@ a.text-dark:hover {
}
.imaLogos
{
margin
:
5rem
auto
0
;
margin
:
3rem
auto
0
;
}
.imaLogosCadastro
{
margin
:
1rem
auto
0
;
text-align
:
center
;
}
\ No newline at end of file
resources/views/admin/users/form.blade.php
View file @
0bc5b38d
<!-- <div class="imaLogosCadastro">
<img src="{!! asset('img/Logo governo_150.png') !!}">
</div> -->
<div
class=
"row"
>
<div
class=
"form-group col-6"
>
<
label
for=
"nome"
>
{{ __('agendamento.name') }}
</label
>
<input
type=
"text"
class=
"form-control{{ $errors->has('nome') ? ' is-invalid' : '' }}"
name=
"nome"
value=
"{{ old('nome') ?? ($register->nome ?? '')}}"
>
<
!-- <label for="nome">{{ __('agendamento.name') }}</label> --
>
<input
type=
"text"
class=
"form-control{{ $errors->has('nome') ? ' is-invalid' : '' }}"
name=
"nome"
placeholder=
"{{ __('agendamento.name') }}"
value=
"{{ old('nome') ?? ($register->nome ?? '')}}"
>
@if ($errors->has('nome'))
<span
class=
"invalid-feedback"
role=
"alert"
>
<strong>
{{ $errors->first('nome') }}
</strong>
...
...
@@ -9,8 +13,8 @@
@endif
</div>
<div
class=
"form-group col-6"
>
<
label
for=
"sobrenome"
>
{{ __('agendamento.sobrenome') }}
</label
>
<input
type=
"text"
class=
"form-control{{ $errors->has('sobrenome') ? ' is-invalid' : '' }}"
name=
"sobrenome"
value=
"{{ old('sobrenome') ?? ($register->sobrenome ?? '')}}"
>
<
!-- <label for="sobrenome">{{ __('agendamento.sobrenome') }}</label> --
>
<input
type=
"text"
class=
"form-control{{ $errors->has('sobrenome') ? ' is-invalid' : '' }}"
name=
"sobrenome"
placeholder=
"{{ __('agendamento.sobrename') }}"
value=
"{{ old('sobrenome') ?? ($register->sobrenome ?? '')}}"
>
@if ($errors->has('sobrenome'))
<span
class=
"invalid-feedback"
role=
"alert"
>
<strong>
{{ $errors->first('sobrenome') }}
</strong>
...
...
@@ -18,8 +22,8 @@
@endif
</div>
<div
class=
"form-group col-6"
>
<
label
for=
"email"
>
{{ __('agendamento.email') }}
</label
>
<input
type=
"email"
class=
"form-control{{ $errors->has('email') ? ' is-invalid' : '' }}"
name=
"email"
value=
"{{ old('email') ?? ($register->email ?? '')}}"
>
<
!-- <label for="email">{{ __('agendamento.email') }}</label> --
>
<input
type=
"email"
class=
"form-control{{ $errors->has('email') ? ' is-invalid' : '' }}"
name=
"email"
placeholder=
"{{ __('agendamento.email') }}"
value=
"{{ old('email') ?? ($register->email ?? '')}}"
>
@if ($errors->has('email'))
<span
class=
"invalid-feedback"
role=
"alert"
>
<strong>
{{ $errors->first('email') }}
</strong>
...
...
@@ -27,8 +31,8 @@
@endif
</div>
<div
class=
"form-group col-6"
>
<
label
for=
"cpf"
>
{{ __('agendamento.cpf') }}
</label
>
<input
type=
"text"
class=
"form-control{{ $errors->has('cpf') ? ' is-invalid' : '' }}"
name=
"cpf"
value=
"{{ old('cpf') ?? ($register->cpf ?? '')}}"
>
<
!-- <label for="cpf">{{ __('agendamento.cpf') }}</label> --
>
<input
type=
"text"
class=
"form-control{{ $errors->has('cpf') ? ' is-invalid' : '' }}"
name=
"cpf"
placeholder=
"{{ __('agendamento.cpf') }}"
value=
"{{ old('cpf') ?? ($register->cpf ?? '')}}"
>
@if ($errors->has('cpf'))
<span
class=
"invalid-feedback"
role=
"alert"
>
<strong>
{{ $errors->first('cpf') }}
</strong>
...
...
@@ -37,8 +41,8 @@
</div>
<div
class=
"form-group col-6"
>
<
label
for=
"telefone"
>
{{ __('agendamento.telefone') }}
</label
>
<input
type=
"text"
class=
"form-control{{ $errors->has('telefone') ? ' is-invalid' : '' }}"
name=
"telefone"
value=
"{{ old('telefone') ?? ($register->telefone ?? '')}}"
>
<
!-- <label for="telefone">{{ __('agendamento.telefone') }}</label> --
>
<input
type=
"text"
class=
"form-control{{ $errors->has('telefone') ? ' is-invalid' : '' }}"
name=
"telefone"
placeholder=
"{{ __('agendamento.telefone') }}"
value=
"{{ old('telefone') ?? ($register->telefone ?? '')}}"
>
@if ($errors->has('telefone'))
<span
class=
"invalid-feedback"
role=
"alert"
>
<strong>
{{ $errors->first('telefone') }}
</strong>
...
...
@@ -46,8 +50,8 @@
@endif
</div>
<div
class=
"form-group col-6"
>
<
label
for=
"data_nascimento"
>
{{ __('agendamento.data_nascimento') }}
</label
>
<input
type=
"text"
class=
"form-control{{ $errors->has('data_nascimento') ? ' is-invalid' : '' }}"
name=
"data_nascimento"
value=
"{{ old('data_nascimento') ?? ($register->data_nascimento ?? '')}}"
>
<
!-- <label for="data_nascimento">{{ __('agendamento.data_nascimento') }}</label> --
>
<input
type=
"text"
class=
"form-control{{ $errors->has('data_nascimento') ? ' is-invalid' : '' }}"
name=
"data_nascimento"
placeholder=
"{{ __('agendamento.data_nascimento') }}"
value=
"{{ old('data_nascimento') ?? ($register->data_nascimento ?? '')}}"
>
@if ($errors->has('data_nascimento'))
<span
class=
"invalid-feedback"
role=
"alert"
>
<strong>
{{ $errors->first('data_nascimento') }}
</strong>
...
...
@@ -55,8 +59,8 @@
@endif
</div>
<div
class=
"form-group col-6"
>
<
label
for=
"password"
>
{{ __('agendamento.password') }}
</label
>
<input
type=
"password"
class=
"form-control{{ $errors->has('password') ? ' is-invalid' : '' }}"
name=
"password"
value=
""
>
<
!-- <label for="password">{{ __('agendamento.password') }}</label> --
>
<input
type=
"password"
class=
"form-control{{ $errors->has('password') ? ' is-invalid' : '' }}"
name=
"password"
placeholder=
"{{ __('agendamento.password') }}"
value=
""
>
@if ($errors->has('password'))
<span
class=
"invalid-feedback"
role=
"alert"
>
<strong>
{{ $errors->first('password') }}
</strong>
...
...
@@ -64,7 +68,7 @@
@endif
</div>
<div
class=
"form-group col-6"
>
<
label
for=
"password_confirmation"
>
{{ __('agendamento.confirm_password') }}
</label
>
<input
type=
"password"
class=
"form-control"
name=
"password_confirmation"
value=
""
>
<
!-- <label for="password_confirmation">{{ __('agendamento.confirm_password') }}</label> --
>
<input
type=
"password"
class=
"form-control"
name=
"password_confirmation"
placeholder=
"{{ __('agendamento.confirm_password') }}"
value=
""
>
</div>
</div>
\ No newline at end of file
resources/views/auth/login.blade.php
View file @
0bc5b38d
...
...
@@ -63,20 +63,12 @@
<
button
type
=
"submit"
class
=
"btn btn-enter"
>
{{
__
(
'agendamento.login'
)
}}
</
button
>
<!--
<
a
class
=
"btn btn-btn btn-primary"
href
=
"{{ route('users.create') }}"
>
Cadastro
</
a
>
<
a
class
=
"btn btn-link_esqSenha"
href
=
"{{ route('password.request') }}"
>
{{
__
(
'agendamento.forgot_your_password'
)
}}
</
a
>
-->
</
div
>
</
div
>
<
div
class
=
"form-group row mb-0"
>
<
div
class
=
"col-md-8_enter offset-md-4_login"
>
<!--
<
button
type
=
"submit"
class
=
"btn btn-enter"
>
{{
__
(
'agendamento.login'
)
}}
</
button
>
-->
<
a
class
=
"btn btn-btn btn-cadastro"
href
=
"{{ route('users.create') }}"
>
Cadastro
</
a
>
...
...
@@ -88,6 +80,11 @@
</
form
>
</
div
>
<
div
class
=
"imaLogosCadastro"
>
<
img
src
=
"{!! asset('img/logo-idace.png') !!}"
>
</
div
>
</
div
>
</
div
>
</
div
>
...
...
resources/views/components/page.blade.php
View file @
0bc5b38d
...
...
@@ -2,7 +2,10 @@
<div
class=
"row justify-content-center"
>
<div
class=
"col-md-{{$col}}"
>
<div
class=
"card"
>
<div
class=
"card-header"
>
{{ $page }}
</div>
<div
class=
"imaLogos"
>
<img
src=
"{!! asset('img/Logo governo_150.png') !!}"
>
</div>
<!-- <div class="card-header">{{ $page }}</div> -->
<div
class=
"card-body"
>
{{ $slot }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment