styles.scss
368 Bytes
// 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;
}
.grid_containert {
height: 100%;
}
.control_button {
position: fixed;
bottom: 40px;
right: 40px;
}