essence-templates
Version:
React Essence Templates - based on Essence Material Design Framework
30 lines (28 loc) • 492 B
CSS
// html, body { width: 100% ; }
// Components adjusments
.e-appbar button i {
font-size: 14px ;
}
// Helpers
.round { border-radius: 50%; }
.badge {
width: 30px;
height: 30px;
margin-top: 3px;
line-height: 30px;
}
.stats-border {
border-right: 1px solid #353638;
}
.banner {
height: 300px;
background-size: cover;
}
.text-shadow {
text-shadow: 0 2px 3px rgba(0, 0, 0, 0.9);
}
.text-truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}