Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 69... Línea 69...
69
 
69
 
70
        &.feedback_is_dependent {
70
        &.feedback_is_dependent {
71
            padding-left: 40px!important;
71
            padding-left: 40px!important;
Línea -... Línea 72...
-
 
72
        }
-
 
73
 
-
 
74
        .theme-dark & {
-
 
75
            border-color: $dm-border-color;
72
        }
76
        }
Línea 73... Línea 77...
73
 
77
 
74
    }
78
    }
75
 
79
 
Línea 200... Línea 204...
200
 
204
 
201
    border-radius: $btn-border-radius;
205
    border-radius: $btn-border-radius;
Línea 202... Línea 206...
202
    background-color: $green-100;
206
    background-color: $green-100;
203
 
207
 
204
    font-size: $font-size-xs;
208
    font-size: $font-size-xs;
Línea 205... Línea 209...
205
    color: $green-600;
209
    color: $green-800;
206
}
210
}
207
 
211