Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 61... Línea 61...
61
    @include border-right-radius($btn-border-radius);
61
    @include border-right-radius($btn-border-radius);
62
  }
62
  }
Línea 63... Línea 63...
63
 
63
 
64
  .btn {
64
  .btn {
65
    &.active {
65
    &.active {
66
      background-color: $primary-color-100;
66
      background-color: var(--primary-color-100);
Línea 67... Línea 67...
67
      color: $primary-color-600;
67
      color: var(--main-theme-color);
68
  
68
  
69
      .theme-dark & {
69
      .theme-dark & {
70
          background-color: $dm-gray-300;
70
          background-color: $dm-gray-300;
71
          color: $dm-gray-800;
71
          color: $dm-gray-800;
Línea 72... Línea 72...
72
      }
72
      }
73
    }
73
    }
74
  
74
  
Línea 75... Línea 75...
75
    &:hover {
75
    &:hover {
76
        background-color: $gray-100;
76
        background-color: $gray-100;
77
        color: $primary-color-600;
77
        color: var(--main-theme-color);
78
  
78
  
79
        .theme-dark & {
79
        .theme-dark & {
80
            background-color: $dm-gray-100;
80
            background-color: $dm-gray-100;
Línea 81... Línea 81...
81
            color: $primary-color-100;
81
            color: var(--primary-color-100);