Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 244... Línea 244...
244
 
244
 
245
    legend {
245
    legend {
246
        width: auto;
246
        width: auto;
247
        padding: 5px 20px;
247
        padding: 5px 20px;
248
        border-radius: $btn-border-radius;
248
        border-radius: $btn-border-radius;
249
        background-color: $primary-color-600;
249
        background-color: var(--main-theme-color);
Línea 250... Línea 250...
250
        color: $white;
250
        color: $white;
251
 
251
 
252
        font-size: $font-size-sm;
252
        font-size: $font-size-sm;
Línea 577... Línea 577...
577
    border-radius: 16px;
577
    border-radius: 16px;
Línea 578... Línea 578...
578
 
578
 
Línea 579... Línea 579...
579
    background: $gray-200;
579
    background: $gray-200;
580
 
580
 
581
    font-size: 9px;
581
    font-size: 9px;
Línea 582... Línea 582...
582
    color: $gray-600;
582
    color: $gray-800;
583
    text-indent: 2px;
583
    text-indent: 2px;
584
 
584