Commit cb2985e6 by Billy Larru

[FIX sidebar mostrando modulo seleccionado]

parent 4d535629
...@@ -95,9 +95,9 @@ btn-green{ ...@@ -95,9 +95,9 @@ btn-green{
padding: 10px 16px; padding: 10px 16px;
} }
.navigation > li.active > a, .navigation > li.active > a:hover, .navigation > li.active > a:focus{ /*.navigation > li.active > a, .navigation > li.active > a:hover, .navigation > li.active > a:focus{
background-color: var(--primary-color); background-color: var(--primary-color);
} }*/
/* PANELES */ /* PANELES */
.panel-heading{ .panel-heading{
...@@ -190,7 +190,7 @@ btn-green{ ...@@ -190,7 +190,7 @@ btn-green{
font-size: 20px; font-size: 20px;
} }
@media only screen and (min-width: 769px) { /*@media only screen and (min-width: 769px) {
.sidebar{ .sidebar{
width: 200px; width: 200px;
} }
...@@ -219,7 +219,7 @@ btn-green{ ...@@ -219,7 +219,7 @@ btn-green{
width: 200px; width: 200px;
right: -200px; right: -200px;
} }
} }*/
/* /*
@media only screen and (max-width: 768px) { @media only screen and (max-width: 768px) {
.sidebar{ .sidebar{
......
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