Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
e5084be3
Commit
e5084be3
authored
May 14, 2021
by
Carlos André
Browse files
ajuste no dropdown login
parent
60487c81
Changes
2
Hide whitespace changes
Inline
Side-by-side
public/css/layout.css
View file @
e5084be3
...
@@ -152,12 +152,17 @@ body{
...
@@ -152,12 +152,17 @@ body{
font-weight
:
bolder
;
font-weight
:
bolder
;
}
}
.b
otao-entrar
{
.b
tn-login
{
background-color
:
rgb
(
0
,
140
,
255
);
background-color
:
rgb
(
0
,
140
,
255
);
text-align
:
center
;
text-align
:
center
;
border-radius
:
3px
;
border-radius
:
3px
;
padding-left
:
42%
;
width
:
100%
;
padding-right
:
42%
;
font-weight
:
700
;
color
:
white
;
}
.btn-login
:hover
{
color
:
black
;
}
}
.position-image
{
.position-image
{
...
@@ -472,4 +477,18 @@ button.close {
...
@@ -472,4 +477,18 @@ button.close {
.background-red
{
.background-red
{
background-color
:
rgb
(
235
,
0
,
0
);
background-color
:
rgb
(
235
,
0
,
0
);
}
.btn-cadastro
{
color
:
white
;
background-color
:
rgb
(
172
,
79
,
235
);
text-align
:
center
;
border-radius
:
3px
;
width
:
100%
;
font-weight
:
700
;
margin-bottom
:
0px
;
}
.btn-cadastro
:hover
{
color
:
black
;
}
}
\ No newline at end of file
resources/views/layouts/app.blade.php
View file @
e5084be3
...
@@ -99,16 +99,16 @@
...
@@ -99,16 +99,16 @@
@guest
@guest
<a
href=
"{{ route('coord.home') }}"
class=
"btn navbar-text negrito"
style=
"color: rgb(0, 140, 255);"
>
Editais
</a>
<a
href=
"{{ route('coord.home') }}"
class=
"btn navbar-text negrito"
style=
"color: rgb(0, 140, 255);"
>
Editais
</a>
<a
href=
"#"
class=
"btn dropdown-toggle negrito"
role=
"button"
id=
"dropdownMenuLink"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
style=
"color: rgb(0, 140, 255);"
>
Login
</a>
<a
href=
"#"
class=
"btn dropdown-toggle negrito"
role=
"button"
id=
"dropdownMenuLink"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
style=
"color: rgb(0, 140, 255);"
>
Login
</a>
<div
id=
"dropdown-login"
class=
"dropdown-menu dropdown-menu-right negrito"
aria-labelledby=
"dropdownMenuLink"
style=
"right: 15%; width: 300px; height:
380px
;"
>
<div
id=
"dropdown-login"
class=
"dropdown-menu dropdown-menu-right negrito"
aria-labelledby=
"dropdownMenuLink"
style=
"right: 15%; width: 300px; height:
auto
;"
>
<div
class=
""
>
<div
class=
""
>
<form
method=
"POST"
action=
"{{ route('login') }}"
>
<form
method=
"POST"
action=
"{{ route('login') }}"
>
@csrf
@csrf
<div
style=
"padding: 20px;"
>
<div
style=
"padding: 20px;"
>
<div
style=
"color: rgb(0, 140, 255);
position: relative; top
: 5px; text-align: center; font-size: 20px;"
>
<div
style=
"color: rgb(0, 140, 255);
margin
: 5px; text-align: center; font-size: 20px;"
>
Entrar
Entrar
</div>
</div>
<div
style=
"
position: relative; top: 30px; left: 1
px;"
>
<div
style=
"
margin-top: 30
px;"
>
<label
for=
"email"
class=
"col-form-label negrito"
style=
"color: rgb(0, 140, 255);"
>
{{ __('Endereço de E-mail') }}
</label>
<label
for=
"email"
class=
"col-form-label negrito"
style=
"color: rgb(0, 140, 255);"
>
{{ __('Endereço de E-mail') }}
</label>
<input
id=
"email"
type=
"email"
class=
"form-control @error('email') is-invalid @enderror"
name=
"email"
value=
"{{ old('email') }}"
required
autocomplete=
"email"
autofocus
>
<input
id=
"email"
type=
"email"
class=
"form-control @error('email') is-invalid @enderror"
name=
"email"
value=
"{{ old('email') }}"
required
autocomplete=
"email"
autofocus
>
...
@@ -128,7 +128,7 @@
...
@@ -128,7 +128,7 @@
</span>
</span>
@enderror
@enderror
</div>
</div>
<div
style=
"position: relative; top: 40px;"
>
<div>
<div
class=
"form-check"
>
<div
class=
"form-check"
>
<input
class=
"form-check-input"
type=
"checkbox"
name=
"remember"
id=
"remember"
{{
old
('
remember
')
?
'
checked
'
:
''
}}
>
<input
class=
"form-check-input"
type=
"checkbox"
name=
"remember"
id=
"remember"
{{
old
('
remember
')
?
'
checked
'
:
''
}}
>
...
@@ -137,12 +137,22 @@
...
@@ -137,12 +137,22 @@
</label>
</label>
</div>
</div>
</div>
</div>
<div
style=
"
position: relative;
to
p
:
5
0px;"
>
<div
style=
"
margin-top: 10px; margin-bot
to
m
:
1
0px;"
>
<button
class=
"btn b
otao-entrar"
style=
"color: white;
"
>
<button
class=
"btn b
tn-login
"
>
{{__('Entrar')}}
{{__('Entrar')}}
</button>
</button>
<br>
<a
href=
"{{ route('password.request') }}"
style=
"font-weight: normal; color: rgb(44, 96, 209);"
>
{{ __('Esqueceu sua senha?')}}
</a>
<a
href=
"{{ route('password.request') }}"
style=
"font-weight: normal; color: rgb(44, 96, 209);"
>
{{ __('Esqueceu sua senha?')}}
</a>
</div>
</div>
<div
style=
"margin-top: 10px; margin-bottom: 10px;"
>
<label
for=
"password"
class=
"col-form-label negrito"
style=
"color: rgb(0, 140, 255);"
>
{{ __('Crie sua conta!') }}
</label>
<br>
<a
href=
"{{ route('register') }}"
>
<button
type=
"button"
class=
"btn btn-cadastro"
>
{{__('Cadastre-se')}}
</button>
</a>
</div>
</div>
</div>
</form>
</form>
</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