Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 64... Línea 64...
64
 
64
 
65
    .theme-dark & {
65
    .theme-dark & {
66
      filter: invert(1);
66
      filter: invert(1);
67
    }
67
    }
68
  }
68
  }
-
 
69
 
-
 
70
}
-
 
71
 
69
  
72
.badge, .badge-xs {
70
  .icon {
73
  .icon {
71
    width: 14px;
74
    font-size: 12px;
-
 
75
    display: flex;
72
    height: 14px;
76
    align-items: center;
-
 
77
    text-align: center;
73
    font-size: $badge-font-size;
78
    justify-content: center;
74
  }
79
  }
Línea 75... Línea 80...
75
}
80
}
76
 
81
 
Línea 176... Línea 181...
176
    background-color: $dm-gray-100;
181
    background-color: $dm-gray-100;
177
    color: $dm-gray-800;
182
    color: $dm-gray-800;
178
  }
183
  }
179
}
184
}
Línea -... Línea 185...
-
 
185
 
-
 
186
.badge.bg-secondary {
-
 
187
  background-color: var(--primary-color-100)!important;
-
 
188
  color: var(--main-theme-color)!important;
-
 
189
}
180
 
190
 
181
.badge-success {
191
.badge-success {
182
  background-color: $green-100;
192
  background-color: $green-100;
Línea 183... Línea 193...
183
  color: $green-600;
193
  color: $green-600;