Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
.task-indicator {
2
    padding-top: 2rem;
3
 
4
    img.icon {
5
        width: 145px;
6
        height: 145px;
7
        max-height: 145px;
8
        max-width: 145px;
9
        font-size: 145px;
10
        padding-bottom: 2rem;
11
    }
12
 
13
    .progressbar_container {
14
        padding-top: 2rem;
15
    }
16
 
17
    .stored-progress-bar {
18
        opacity: 1;
19
        transition: opacity 0.5s;
20
    }
21
 
22
    .stored-progress-notstarted {
23
        opacity: 0;
24
    }
25
}