Proyectos de Subversion Moodle

Rev

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

Rev Autor Línea Nro. Línea
1441 ariadna 1
@mixin reset-text {
1 efrain 2
  font-family: $font-family-base;
1441 ariadna 3
  // We deliberately do NOT reset font-size or overflow-wrap / word-wrap.
1 efrain 4
  font-style: normal;
5
  font-weight: $font-weight-normal;
6
  line-height: $line-height-base;
7
  text-align: left; // Fallback for where `start` is not supported
8
  text-align: start;
9
  text-decoration: none;
10
  text-shadow: none;
11
  text-transform: none;
12
  letter-spacing: normal;
13
  word-break: normal;
14
  white-space: normal;
15
  word-spacing: normal;
16
  line-break: auto;
17
}