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
@mixin reset-text() {
1
@mixin reset-text {
2
  font-family: $font-family-base;
2
  font-family: $font-family-base;
3
  // We deliberately do NOT reset font-size or word-wrap.
3
  // We deliberately do NOT reset font-size or overflow-wrap / word-wrap.
4
  font-style: normal;
4
  font-style: normal;
5
  font-weight: $font-weight-normal;
5
  font-weight: $font-weight-normal;
6
  line-height: $line-height-base;
6
  line-height: $line-height-base;
7
  text-align: left; // Fallback for where `start` is not supported
7
  text-align: left; // Fallback for where `start` is not supported
8
  text-align: start;
8
  text-align: start;