styles.scss 554 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;
    td-loading {
        width: 56px;
        height: 56px;
        float: left;
        margin-right: 20px;
        .td-loading-wrapper {
            margin-top: -10px;
        }
    }
}