Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/* Give editor access to all of bootstrap. */
2
@import "bootstrap/bootstrap";
1441 ariadna 3
 
4
/**
5
 * Reset the Bootstrap _reboot.scss styles for tables.
6
 * That reboot is breaking non-BS tables in the editor.
7
 */
8
table:not(.table) {
9
    thead,
10
    tbody,
11
    tfoot,
12
    tr,
13
    td,
14
    th {
15
        border-color: $table-border-color;
16
        border-style: solid;
17
        border-width: $table-border-width;
18
    }
19
}