rx/presenters

View on GitHub
views/mdc/assets/scss/components/typography.scss

Summary

Maintainability
Test Coverage
@import "@material/typography/mdc-typography";

.v-typography-position-left {
  position: absolute;
  left: 0;
  bottom: 0;
}

.v-typography-position-top {
  position: absolute;
  top: 0;
}

.v-typography-position-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

.v-typography-position-bottom {
  position: absolute;
  bottom: 0;

}

.v-typography-position-center {
  text-align: center;
}

.v-typography {
  > .v-icon-size-default {
    font-size: inherit;
    line-height: inherit;
  }
}