Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 1... Línea 1...
1
/* Give editor access to all of bootstrap. */
1
/* Give editor access to all of bootstrap. */
2
@import "bootstrap/bootstrap";
2
@import "bootstrap/bootstrap";
-
 
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
}