Sha256: 72f9305c787f8105a3b648730149e15d3e9a4baa64f6c8d0bf3632dc4af1ee7b
Contents?: true
Size: 962 Bytes
Versions: 2
Compression:
Stored size: 962 Bytes
Contents
/*------------------------------------*\ #ACCOUNT-DASHBOARD \*------------------------------------*/ $account-dashboard-component-padding: $spacing-unit * 2 !default; $account-dashboard-component-bg-color: $background-color-component !default; .account-dashboard {} .account-dashboard__heading {} .account-dashboard__component { position: relative; margin-bottom: $spacing-unit * 2; padding: $account-dashboard-component-padding; background-color: $account-dashboard-component-bg-color; } .account-dashboard__component-heading { @extend %heading; @extend %heading--4; } .account-dashboard__component-action { position: absolute; top: $account-dashboard-component-padding; right: $account-dashboard-component-padding; } .account-dashboard__component-action--static { position: static; }
Version data entries
2 entries across 2 versions & 1 rubygems