Commit c41e7b31 authored by Gabriel-31415's avatar Gabriel-31415
Browse files

font size para 1.2rem para a tela de areas

parent d0884ea0
...@@ -87,6 +87,10 @@ ...@@ -87,6 +87,10 @@
color: white; color: white;
margin: 0.5rem; margin: 0.5rem;
} }
.font-size-naturezas {
font-size: 1.2rem;
}
</style> </style>
</head> </head>
......
<div id="accordion2"> <div id="accordion2">
@foreach ($grandeArea->areas as $area) @foreach ($grandeArea->areas as $area)
<h5 class="mb-0 ml-2"> <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 }} <i class="fas fa-sort-down fa-1x"></i>{{ $area->nome }}
</button> </button>
</h5> </h5>
......
...@@ -18,15 +18,15 @@ ...@@ -18,15 +18,15 @@
<h5 class="mb-0"> <h5 class="mb-0">
<div class="row"> <div class="row">
<div class="col-11"> <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 }} <i class="fas fa-sort-down fa-1x"></i> {{ $grandeArea->nome }}
</button> </button>
</div> </div>
<div class="col-1 text-center"> <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"> <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-cogs"></i> --}}
<i class="fas fa-cog"></i> <i class="fas fa-cog fa-1x"></i>
</a> </a>
<div class="dropdown-menu"> <div class="dropdown-menu">
<a href="{{ route('grandearea.show', ['id' => $grandeArea->id ]) }}" class="dropdown-item text-center"> <a href="{{ route('grandearea.show', ['id' => $grandeArea->id ]) }}" class="dropdown-item text-center">
......
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
</div> </div>
<hr> <hr>
<div class="row"> <div class="row" >
<div class="col"> <div class="col" >
@include('naturezas.grandeArea.collapse-grande-area') @include('naturezas.grandeArea.collapse-grande-area')
</div> </div>
</div> </div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment