Skip to content
Snippets Groups Projects
Commit 3cdb0877 authored by Mateus Rambo Strey's avatar Mateus Rambo Strey
Browse files

fix header css

parent aa665e93
No related branches found
No related tags found
No related merge requests found
...@@ -52,9 +52,6 @@ a, a:focus, a:hover { ...@@ -52,9 +52,6 @@ a, a:focus, a:hover {
//// HEADER //// HEADER
header { header {
border: 0; border: 0;
border-bottom: 1px;
border-style: solid;
border-color: $header-blue;
margin-bottom: 16px; margin-bottom: 16px;
a, a:focus, a:hover { a, a:focus, a:hover {
...@@ -195,9 +192,14 @@ header { ...@@ -195,9 +192,14 @@ header {
padding-left: 15px; padding-left: 15px;
padding-right: 10px; padding-right: 10px;
// font-size: 20px; // font-size: 20px;
color: #343D3E;
font-weight: 500 !important; font-weight: 500 !important;
a { color: #000; } a {
@extend h3;
padding: 0;
color: #343D3E;
}
} }
.nav-button-first { .nav-button-first {
......
...@@ -75,9 +75,7 @@ ...@@ -75,9 +75,7 @@
<li class="nav-button nav-button-first"><h3><%= link_to 'Assuntos' %></h3></li> <li class="nav-button nav-button-first"><h3><%= link_to 'Assuntos' %></h3></li>
<li role="separator" class="divider"></li> <li role="separator" class="divider"></li>
<li class="dropdown nav-button"> <li class="dropdown nav-button">
<h3> <a class="dropdown-toggle" data-toggle="dropdown" href="javascript:void(0);">Níveis de Ensino&nbsp;<span class="caret" /></a>
<a class="dropdown-toggle" data-toggle="dropdown" href="javascript:void(0);">Níveis de Ensino&nbsp;<span class="caret" /></a>
</h3>
<ul class="dropdown-menu"> <ul class="dropdown-menu">
<li> <li>
<div class="row" style="width: 400px;"> <div class="row" style="width: 400px;">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment