Sha256: 64af5c0491db1240ccbd6b51f224088c16f31d51385f40583304a417c5deb9b0
Contents?: true
Size: 635 Bytes
Versions: 16
Compression:
Stored size: 635 Bytes
Contents
// Classes that are meant to be used by custom css of theme users // For icons.scss .fas { line-height: 2.25rem !important; } .invert{ filter: invert(100%); } .custom-icon { content: ""; background: url(https://via.placeholder.com/48x48) no-repeat; background-position: center center; display: block; width: 48px; height: 48px; float: left; } .custom-button-icons { content: ""; background: url(https://via.placeholder.com/48x48) no-repeat; background-position: center center; background-size: contain !important; display: block; width: 15px; height: 15px; float: left; }
Version data entries
16 entries across 16 versions & 1 rubygems