Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 28... Línea 28...
28
 
28
 
29
    Example context (json):
29
    Example context (json):
Línea 30... Línea 30...
30
    {}
30
    {}
31
 
31
 
32
}}
32
}}
33
<div class="custom-control custom-radio">
33
<div class="form-check">
34
    <input class="custom-control-input" type="radio" disabled />
34
    <input class="form-check-input" type="radio" disabled />
35
    <label class="custom-control-label bg-light border p-3 my-3 w-100">
35
    <label class="form-check-label bg-light border p-3 my-3 w-100">
36
        <div class="bg-pulse-grey mb-2" style="height: 31px; width: 18%"></div>
36
        <div class="bg-pulse-grey mb-2" style="height: 31px; width: 18%"></div>
37
        <div class="bg-pulse-grey mb-1" style="height: 20px; width: 95%"></div>
37
        <div class="bg-pulse-grey mb-1" style="height: 20px; width: 95%"></div>
38
        <div class="bg-pulse-grey mb-2" style="height: 20px; width: 25%"></div>
38
        <div class="bg-pulse-grey mb-2" style="height: 20px; width: 25%"></div>