Browse Source

Correcoes navbar

MOODLE_36_STABLE
thiagourias 6 years ago
parent
commit
e3310bb470
  1. 4
      templates/columns1.mustache
  2. 7
      templates/navbar.mustache

4
templates/columns1.mustache

@ -44,6 +44,8 @@
{{{ output.standard_top_of_body_html }}} {{{ output.standard_top_of_body_html }}}
{{> theme_ilb/navbar }}
<div id="page" class="container-fluid"> <div id="page" class="container-fluid">
<div id="page-content" class="row pb-3"> <div id="page-content" class="row pb-3">
<div id="region-main-box" class="col-12"> <div id="region-main-box" class="col-12">
@ -61,6 +63,8 @@
</div> </div>
{{{ output.standard_end_of_body_html }}} {{{ output.standard_end_of_body_html }}}
{{> theme_ilb/footer }}
</body> </body>
</html> </html>
{{#js}} {{#js}}

7
templates/navbar.mustache

@ -67,5 +67,12 @@
.corTextoNav{ .corTextoNav{
color: white !important; color: white !important;
} }
.navbar-light .navbar-nav .nav-link {
color: white;
}
#dropdown-1{
color:;
}
</style> </style>

Loading…
Cancel
Save