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
c41e7b31
Commit
c41e7b31
authored
Oct 29, 2021
by
Gabriel-31415
Browse files
font size para 1.2rem para a tela de areas
parent
d0884ea0
Changes
4
Show whitespace changes
Inline
Side-by-side
resources/views/layouts/app.blade.php
View file @
c41e7b31
...
...
@@ -87,6 +87,10 @@
color
:
white
;
margin
:
0.5rem
;
}
.font-size-naturezas
{
font-size
:
1.2rem
;
}
</style>
</head>
...
...
resources/views/naturezas/grandeArea/collapse-area.blade.php
View file @
c41e7b31
<div
id=
"accordion2"
>
@foreach ($grandeArea->areas as $area)
<h5
class=
"mb-0 ml-2"
>
<button
class=
"btn btn-link mb-0"
data-toggle=
"collapse"
data-target=
"#collapse{{ $area->id }}"
aria-expanded=
"true"
aria-controls=
"collapseOne"
>
<button
class=
"btn btn-link mb-0
font-size-naturezas
"
data-toggle=
"collapse"
data-target=
"#collapse{{ $area->id }}"
aria-expanded=
"true"
aria-controls=
"collapseOne"
>
<i
class=
"fas fa-sort-down fa-1x"
></i>
{{ $area->nome }}
</button>
</h5>
...
...
resources/views/naturezas/grandeArea/collapse-grande-area.blade.php
View file @
c41e7b31
...
...
@@ -18,15 +18,15 @@
<h5
class=
"mb-0"
>
<div
class=
"row"
>
<div
class=
"col-11"
>
<button
class=
"btn btn-link"
data-toggle=
"collapse"
data-target=
"#collapse{{ $grandeArea->id }}"
aria-expanded=
"true"
aria-controls=
"collapseOne"
>
<button
class=
"btn btn-link
font-size-naturezas
"
data-toggle=
"collapse"
data-target=
"#collapse{{ $grandeArea->id }}"
aria-expanded=
"true"
aria-controls=
"collapseOne"
>
<i
class=
"fas fa-sort-down fa-1x"
></i>
{{ $grandeArea->nome }}
</button>
</div>
<div
class=
"col-1 text-center"
>
<div
class=
" dropright mt-2 "
>
<div
class=
" dropright mt-2
text-center
"
>
<a
id=
"options"
class=
"dropdown-toggle "
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
{{--
<i
class=
"fas fa-cogs"
></i>
--}}
<i
class=
"fas fa-cog"
></i>
<i
class=
"fas fa-cog
fa-1x
"
></i>
</a>
<div
class=
"dropdown-menu"
>
<a
href=
"{{ route('grandearea.show', ['id' => $grandeArea->id ]) }}"
class=
"dropdown-item text-center"
>
...
...
resources/views/naturezas/grandeArea/index.blade.php
View file @
c41e7b31
...
...
@@ -27,8 +27,8 @@
</
div
>
<
hr
>
<
div
class
=
"row"
>
<
div
class
=
"col"
>
<
div
class
=
"row"
>
<
div
class
=
"col"
>
@
include
(
'naturezas.grandeArea.collapse-grande-area'
)
</
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