1 2 3 4 5 6 7 8 9 10 11 12 13
// Custom style for loading elements without height .will-load { min-height: 80px; } // Href line height wasn't right for md-icon-button a[md-icon-button] { line-height: 36px; } // Capitalize .text-capital { text-transform: capitalize; }