Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
#page-admin-tool-behat-index .steps-definitions {
2
    margin: 1rem auto;
3
}
4
 
5
#page-admin-tool-behat-index .steps-definitions .step {
6
    margin: 1rem 0 0 0;
7
    border: 1px solid #eee;
8
    padding: 1rem;
9
}
10
 
11
#page-admin-tool-behat-index .steps-definitions .stepdescription {
12
    font-style: italic;
13
}
14
 
15
#page-admin-tool-behat-index .steps-definitions .stepcontent {
16
    margin: 1rem 0;
17
}
18
 
19
#page-admin-tool-behat-index .steps-definitions .steptype {
20
    color: #1467a6;
21
    margin-right: 1ex;
22
}
23
 
24
#page-admin-tool-behat-index .steps-definitions .stepapipath {
25
    font-family: monospace;
26
    font-size: smaller;
27
}
28
 
29
#page-admin-tool-behat-index .steps-definitions .stepregex {
30
    color: #060;
31
}
32
 
33
#page-admin-tool-behat-index .steprequiredfields {
34
    font-weight: bold;
35
    font-size: 1em;
36
    margin-top: 1em;
37
}