Proyectos de Subversion LeadersLinked - Backend

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
16825 efrain 1
// Miscellaneous
2
 
3
*:-moz-full-screen,
4
*:-webkit-full-screen,
5
*:fullscreen *:-ms-full-screen {
6
  overflow: auto;
7
}
8
 
9
 
10
pre {
11
  background-color: color(gray-lighter);
12
  padding: 15px;
13
  font-size: 14px;
14
}
15
 
16
code {
17
  padding: 5px;
18
  font-family: $font-family-sans-serif;
19
  font-weight: 400;
20
  font-size: $font-size-base;
21
  border-radius: 4px;
22
}