Sha256: c6543094fecfdf4b86d90e773b0959bc62ba29c9cde3f07017a3ef24b72c572a
Contents?: true
Size: 326 Bytes
Versions: 6
Compression:
Stored size: 326 Bytes
Contents
/** * MUI Panel module */ .mui-panel { @include clearfix(); padding: $mui-panel-padding; margin-bottom: $mui-base-line-height-computed; border-radius: $mui-panel-border-radius; background-color: $mui-panel-bg-color; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0px 2px 0 rgba(0, 0, 0, 0.12); }
Version data entries
6 entries across 6 versions & 1 rubygems