Diferencia entre revisiones de «Plantilla:Clase»

De musiki
Sin resumen de edición
Sin resumen de edición
Línea 26: Línea 26:
//height: 100%;
//height: 100%;
    
    
&:p {
margin-bottom: 10px;
line-height: 26px;
}
}
// The first item in the menu
  &:first-child {
    border-radius: 3px 0 0 3px;
  }
  // The last item in the menu
  &:last-child {
    border-radius: 0 3px 3px 0;
  }
  // If the menu item is active, give it the same color as the indicator
  &.is-active a {
    color: $indicator-color;
  }
  a {
    color: $background-color;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    &:hover {
      color: $indicator-color;
    }
}
//COLOR INDICATOR
$indicator-color: #e82d00;




Línea 95: Línea 61:
transition: all .25s;
transition: all .25s;
}
}
a:hover#header-toc-wrapper {
a:hover {
background-color: #444;
background-color: #444;
   box-shadow: inset 5px 0px 0px 0px #fff;
   box-shadow: inset 5px 0px 0px 0px #fff;

Revisión del 08:27 25 abr 2020