Sha256: 65ea6f00d066bec970f7a2a94e055cdb49f2aefa7d04a826c16e868c65f0468f
Contents?: true
Size: 561 Bytes
Versions: 39
Compression:
Stored size: 561 Bytes
Contents
// reduces the radii of the circle to half the size of the smallest side $border-radius: 999px; .Polaris-FooterHelp { display: flex; justify-content: center; margin: spacing(loose); } .Polaris-FooterHelp__Content { display: inline-flex; align-items: center; padding: spacing(tight) spacing(tight) * 3; border: border(); border-radius: $border-radius; } .Polaris-FooterHelp__Icon { margin-left: -1 * spacing(); margin-right: spacing(tight); color: color(ink, lightest); } .Polaris-FooterHelp__Text { @include text-emphasis-subdued; }
Version data entries
39 entries across 39 versions & 1 rubygems