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
002a729d
Commit
002a729d
authored
Jan 22, 2021
by
Marcos Albano
💬
Browse files
Options
Browse Files
Download
Plain Diff
Merge
parents
75c41722
dc786b7e
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3976 additions
and
11 deletions
+3976
-11
app.css
public/css/app.css
+61
-3
logo_governo.png
public/img/logo_governo.png
+0
-0
app.js
public/js/app.js
+3906
-1
login.blade.php
resources/views/auth/login.blade.php
+9
-7
No files found.
public/css/app.css
View file @
002a729d
...
@@ -1032,7 +1032,8 @@ pre code {
...
@@ -1032,7 +1032,8 @@ pre code {
-webkit-box-flex
:
0
;
-webkit-box-flex
:
0
;
-ms-flex
:
0
0
33.33333333%
;
-ms-flex
:
0
0
33.33333333%
;
flex
:
0
0
33.33333333%
;
flex
:
0
0
33.33333333%
;
max-width
:
33.33333333%
/* max-width: 33.33333333% */
max-width
:
25.33333333%
}
}
.col-sm-5
{
.col-sm-5
{
-webkit-box-flex
:
0
;
-webkit-box-flex
:
0
;
...
@@ -1233,7 +1234,8 @@ pre code {
...
@@ -1233,7 +1234,8 @@ pre code {
-webkit-box-flex
:
0
;
-webkit-box-flex
:
0
;
-ms-flex
:
0
0
33.33333333%
;
-ms-flex
:
0
0
33.33333333%
;
flex
:
0
0
33.33333333%
;
flex
:
0
0
33.33333333%
;
max-width
:
33.33333333%
/* max-width: 33.33333333% */
max-width
:
25.33333333%
}
}
.col-md-5
{
.col-md-5
{
-webkit-box-flex
:
0
;
-webkit-box-flex
:
0
;
...
@@ -1259,6 +1261,12 @@ pre code {
...
@@ -1259,6 +1261,12 @@ pre code {
flex
:
0
0
66.66666667%
;
flex
:
0
0
66.66666667%
;
max-width
:
66.66666667%
max-width
:
66.66666667%
}
}
.col-md-8_enter
{
-webkit-box-flex
:
0
;
-ms-flex
:
0
0
66.66666667%
;
flex
:
0
0
66.66666667%
;
max-width
:
66.66666667%
}
.col-md-9
{
.col-md-9
{
-webkit-box-flex
:
0
;
-webkit-box-flex
:
0
;
-ms-flex
:
0
0
75%
;
-ms-flex
:
0
0
75%
;
...
@@ -1370,8 +1378,14 @@ pre code {
...
@@ -1370,8 +1378,14 @@ pre code {
.offset-md-3
{
.offset-md-3
{
margin-left
:
25%
margin-left
:
25%
}
}
/* Modificado marcos.felix */
.offset-md-4
{
.offset-md-4
{
margin-left
:
33.33333333%
/* margin-left: 33.33333333% */
margin-left
:
25.333%
;
}
/* Modificado marcos.sousa */
.offset-md-4_login
{
margin-left
:
27.733%
;
}
}
.offset-md-5
{
.offset-md-5
{
margin-left
:
41.66666667%
margin-left
:
41.66666667%
...
@@ -2252,6 +2266,10 @@ select.form-control-lg:not([size]):not([multiple]) {
...
@@ -2252,6 +2266,10 @@ select.form-control-lg:not([size]):not([multiple]) {
margin-top
:
.25rem
margin-top
:
.25rem
}
}
#password
{
margin
:
.5
ren
auto
0
;
}
.form-row
{
.form-row
{
display
:
-webkit-box
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
-ms-flexbox
;
...
@@ -2686,6 +2704,18 @@ fieldset:disabled a.btn {
...
@@ -2686,6 +2704,18 @@ fieldset:disabled a.btn {
pointer-events
:
none
pointer-events
:
none
}
}
/* Madif marcos.felix */
/* .btn-primary_entar {
color: #fff;
background-color: #3490dc;
border-color: #3490dc
background: linear-gradient(174deg, rgb(206, 128, 93) 0%, rgb(165, 78, 7) 71%);
border-color: white;
} */
.btn-primary
{
.btn-primary
{
color
:
#fff
;
color
:
#fff
;
/* background-color: #3490dc; */
/* background-color: #3490dc; */
...
@@ -2694,6 +2724,13 @@ fieldset:disabled a.btn {
...
@@ -2694,6 +2724,13 @@ fieldset:disabled a.btn {
border-color
:
white
;
border-color
:
white
;
}
}
.btn-primary
:hover
{
font-weight
:
400
;
color
:
white
;
background
:
linear-gradient
(
174deg
,
rgb
(
98
,
191
,
103
)
4%
,
rgb
(
16
,
157
,
23
)
10%
,
rgb
(
4
,
36
,
7
)
100%
);
border-color
:
white
;
}
.btn-primary
:hover
{
.btn-primary
:hover
{
color
:
#fff
;
color
:
#fff
;
background-color
:
#227dc7
;
background-color
:
#227dc7
;
...
@@ -3334,6 +3371,23 @@ fieldset:disabled a.btn {
...
@@ -3334,6 +3371,23 @@ fieldset:disabled a.btn {
background-color
:
transparent
background-color
:
transparent
}
}
/* Modif marcos.felix */
.btn-link_esqSenha
{
font-weight
:
400
;
color
:
white
;
background
:
linear-gradient
(
174deg
,
rgb
(
206
,
128
,
93
)
0%
,
rgb
(
165
,
78
,
7
)
71%
);
border-color
:
white
;
}
.btn-link_esqSenha
:hover
{
font-weight
:
400
;
color
:
white
;
background
:
linear-gradient
(
174deg
,
rgb
(
98
,
191
,
103
)
4%
,
rgb
(
16
,
157
,
23
)
10%
,
rgb
(
4
,
36
,
7
)
100%
);
border-color
:
white
;
}
.btn-link
:hover
{
.btn-link
:hover
{
color
:
#1d68a7
;
color
:
#1d68a7
;
background-color
:
transparent
background-color
:
transparent
...
@@ -9790,3 +9844,7 @@ a.text-dark:hover {
...
@@ -9790,3 +9844,7 @@ a.text-dark:hover {
-webkit-box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
.04
);
-webkit-box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
.04
);
box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
.04
);
box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
.04
);
}
}
.imaLogos
{
margin
:
5rem
auto
0
;
}
\ No newline at end of file
public/img/logo_governo.png
0 → 100644
View file @
002a729d
36.2 KB
public/js/app.js
View file @
002a729d
This diff is collapsed.
Click to expand it.
resources/views/auth/login.blade.php
View file @
002a729d
...
@@ -12,16 +12,18 @@
...
@@ -12,16 +12,18 @@
{{
--
<
div
class
=
"card-header"
>
{{
__
(
'Login'
)
}}
</
div
>
--
}}
{{
--
<
div
class
=
"card-header"
>
{{
__
(
'Login'
)
}}
</
div
>
--
}}
<
div
class
=
"card-body"
>
<
div
class
=
"card-body"
>
<
form
method
=
"POST"
action
=
"{{ route('login') }}"
aria
-
label
=
"{{ __('agendamento.login') }}"
>
<
form
method
=
"POST"
action
=
"{{ route('login') }}"
aria
-
label
=
"{{ __('agendamento.login') }}"
>
@
csrf
@
csrf
<
div
class
=
"form-group row"
>
<
div
class
=
"form-group row"
>
<
label
for
=
"email"
class
=
"col-sm-4 col-form-label text-md-right"
>
{{
__
(
'agendamento.email'
)
}}
</
label
>
<
label
for
=
"email"
class
=
"col-sm-4 col-form-label text-md-right"
></
label
>
<
div
class
=
"col-md-6"
>
<
div
class
=
"col-md-6"
>
<
input
id
=
"email"
type
=
"email"
class
=
"form-control{{
$errors->has
('email') ? ' is-invalid' : '' }}"
name
=
"email"
value
=
"{{ old('email') }}"
required
autofocus
>
<
input
id
=
"email"
type
=
"email"
class
=
"form-control{{
$errors->has
('email') ? ' is-invalid' : '' }}"
name
=
"email"
value
=
"{{ old('email') }}"
required
autofocus
placeholder
=
"{{ __('agendamento.email') }}"
>
@
if
(
$errors
->
has
(
'email'
))
@
if
(
$errors
->
has
(
'email'
))
<
span
class
=
"invalid-feedback"
role
=
"alert"
>
<
span
class
=
"invalid-feedback"
role
=
"alert"
>
...
@@ -31,10 +33,10 @@
...
@@ -31,10 +33,10 @@
</
div
>
</
div
>
</
div
>
</
div
>
<
div
class
=
"form-group row"
>
<
div
class
=
"form-group row"
>
<
label
for
=
"password"
class
=
"col-md-4 col-form-label text-md-right"
>
{{
__
(
'agendamento.password'
)
}}
</
label
>
<
label
for
=
"password"
class
=
"col-md-4 col-form-label text-md-right"
></
label
>
<
div
class
=
"col-md-6"
>
<
div
class
=
"col-md-6"
>
<
input
id
=
"password"
type
=
"password"
class
=
"form-control{{
$errors->has
('password') ? ' is-invalid' : '' }}"
name
=
"password"
required
>
<
input
id
=
"password"
type
=
"password"
class
=
"form-control{{
$errors->has
('password') ? ' is-invalid' : '' }}"
name
=
"password"
required
placeholder
=
"{{ __('agendamento.password') }}"
>
@
if
(
$errors
->
has
(
'password'
))
@
if
(
$errors
->
has
(
'password'
))
<
span
class
=
"invalid-feedback"
role
=
"alert"
>
<
span
class
=
"invalid-feedback"
role
=
"alert"
>
...
@@ -57,14 +59,14 @@
...
@@ -57,14 +59,14 @@
</
div
>
</
div
>
<
div
class
=
"form-group row mb-0"
>
<
div
class
=
"form-group row mb-0"
>
<
div
class
=
"col-md-8
offset-md-4
"
>
<
div
class
=
"col-md-8
_enter offset-md-4_login
"
>
<
button
type
=
"submit"
class
=
"btn btn-primary"
>
<
button
type
=
"submit"
class
=
"btn btn-primary"
>
{{
__
(
'agendamento.login'
)
}}
{{
__
(
'agendamento.login'
)
}}
</
button
>
</
button
>
<
a
class
=
"btn btn-btn btn-primary"
href
=
"{{ route('users.create') }}"
>
Cadastro
</
a
>
<
a
class
=
"btn btn-btn btn-primary"
href
=
"{{ route('users.create') }}"
>
Cadastro
</
a
>
<
a
class
=
"btn btn-link"
href
=
"{{ route('password.request') }}"
>
<
a
class
=
"btn btn-link
_esqSenha
"
href
=
"{{ route('password.request') }}"
>
{{
__
(
'agendamento.forgot_your_password'
)
}}
{{
__
(
'agendamento.forgot_your_password'
)
}}
</
a
>
</
a
>
</
div
>
</
div
>
...
...
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