Created
October 29, 2015 03:33
-
-
Save colinwren/def9dafc2e149dc3baaa to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ---- | |
| // Sass (v3.4.14) | |
| // Compass (v1.0.3) | |
| // ---- | |
| $properties: (long-name: 'margin', short-name: 'm'), (long-name: 'padding', short-name: 'p'); | |
| $unit-base: 4px; | |
| $directions: (long-name: 'Top', short-name: 't'), (long-name: 'Right', short-name: 'r'), (long-name:'Bottom', short-name: 'b'), (long-name:'Left', short-name:'l'); | |
| @each $property in $properties { | |
| @for $num from 0 through 24 { | |
| $property-rule: ($unit-base * $num) !important; | |
| .u-#{map-get($property, long-name)}#{$num}x { | |
| #{map-get($property, long-name)}: $property-rule; | |
| } | |
| .u-#{map-get($property, short-name)}#{$num}x { | |
| #{map-get($property, long-name)}: $property-rule; | |
| } | |
| } | |
| @for $num from 0 through 24 { | |
| $property-rule: ($unit-base * $num) !important; | |
| .u-#{map-get($property, short-name)}Vertical#{$num}x { | |
| #{map-get($property, long-name)}-top: $property-rule; | |
| #{map-get($property, long-name)}-bottom: $property-rule; | |
| } | |
| .u-#{map-get($property, short-name)}Horizontal#{$num}x { | |
| #{map-get($property, long-name)}-right: $property-rule; | |
| #{map-get($property, long-name)}-left: $property-rule; | |
| } | |
| } | |
| @each $direction in $directions { | |
| @for $num from 0 through 24 { | |
| $property-rule: ($unit-base * $num) !important; | |
| .u-#{map-get($property, short-name)}#{map-get($direction,short-name)}#{$num}x { | |
| #{map-get($property, long-name)}-#{to-lower-case(map-get($direction, long-name))}: $property-rule; | |
| } | |
| } | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .u-margin0x { | |
| margin: 0px !important; | |
| } | |
| .u-m0x { | |
| margin: 0px !important; | |
| } | |
| .u-margin1x { | |
| margin: 4px !important; | |
| } | |
| .u-m1x { | |
| margin: 4px !important; | |
| } | |
| .u-margin2x { | |
| margin: 8px !important; | |
| } | |
| .u-m2x { | |
| margin: 8px !important; | |
| } | |
| .u-margin3x { | |
| margin: 12px !important; | |
| } | |
| .u-m3x { | |
| margin: 12px !important; | |
| } | |
| .u-margin4x { | |
| margin: 16px !important; | |
| } | |
| .u-m4x { | |
| margin: 16px !important; | |
| } | |
| .u-margin5x { | |
| margin: 20px !important; | |
| } | |
| .u-m5x { | |
| margin: 20px !important; | |
| } | |
| .u-margin6x { | |
| margin: 24px !important; | |
| } | |
| .u-m6x { | |
| margin: 24px !important; | |
| } | |
| .u-margin7x { | |
| margin: 28px !important; | |
| } | |
| .u-m7x { | |
| margin: 28px !important; | |
| } | |
| .u-margin8x { | |
| margin: 32px !important; | |
| } | |
| .u-m8x { | |
| margin: 32px !important; | |
| } | |
| .u-margin9x { | |
| margin: 36px !important; | |
| } | |
| .u-m9x { | |
| margin: 36px !important; | |
| } | |
| .u-margin10x { | |
| margin: 40px !important; | |
| } | |
| .u-m10x { | |
| margin: 40px !important; | |
| } | |
| .u-margin11x { | |
| margin: 44px !important; | |
| } | |
| .u-m11x { | |
| margin: 44px !important; | |
| } | |
| .u-margin12x { | |
| margin: 48px !important; | |
| } | |
| .u-m12x { | |
| margin: 48px !important; | |
| } | |
| .u-margin13x { | |
| margin: 52px !important; | |
| } | |
| .u-m13x { | |
| margin: 52px !important; | |
| } | |
| .u-margin14x { | |
| margin: 56px !important; | |
| } | |
| .u-m14x { | |
| margin: 56px !important; | |
| } | |
| .u-margin15x { | |
| margin: 60px !important; | |
| } | |
| .u-m15x { | |
| margin: 60px !important; | |
| } | |
| .u-margin16x { | |
| margin: 64px !important; | |
| } | |
| .u-m16x { | |
| margin: 64px !important; | |
| } | |
| .u-margin17x { | |
| margin: 68px !important; | |
| } | |
| .u-m17x { | |
| margin: 68px !important; | |
| } | |
| .u-margin18x { | |
| margin: 72px !important; | |
| } | |
| .u-m18x { | |
| margin: 72px !important; | |
| } | |
| .u-margin19x { | |
| margin: 76px !important; | |
| } | |
| .u-m19x { | |
| margin: 76px !important; | |
| } | |
| .u-margin20x { | |
| margin: 80px !important; | |
| } | |
| .u-m20x { | |
| margin: 80px !important; | |
| } | |
| .u-margin21x { | |
| margin: 84px !important; | |
| } | |
| .u-m21x { | |
| margin: 84px !important; | |
| } | |
| .u-margin22x { | |
| margin: 88px !important; | |
| } | |
| .u-m22x { | |
| margin: 88px !important; | |
| } | |
| .u-margin23x { | |
| margin: 92px !important; | |
| } | |
| .u-m23x { | |
| margin: 92px !important; | |
| } | |
| .u-margin24x { | |
| margin: 96px !important; | |
| } | |
| .u-m24x { | |
| margin: 96px !important; | |
| } | |
| .u-mVertical0x { | |
| margin-top: 0px !important; | |
| margin-bottom: 0px !important; | |
| } | |
| .u-mHorizontal0x { | |
| margin-right: 0px !important; | |
| margin-left: 0px !important; | |
| } | |
| .u-mVertical1x { | |
| margin-top: 4px !important; | |
| margin-bottom: 4px !important; | |
| } | |
| .u-mHorizontal1x { | |
| margin-right: 4px !important; | |
| margin-left: 4px !important; | |
| } | |
| .u-mVertical2x { | |
| margin-top: 8px !important; | |
| margin-bottom: 8px !important; | |
| } | |
| .u-mHorizontal2x { | |
| margin-right: 8px !important; | |
| margin-left: 8px !important; | |
| } | |
| .u-mVertical3x { | |
| margin-top: 12px !important; | |
| margin-bottom: 12px !important; | |
| } | |
| .u-mHorizontal3x { | |
| margin-right: 12px !important; | |
| margin-left: 12px !important; | |
| } | |
| .u-mVertical4x { | |
| margin-top: 16px !important; | |
| margin-bottom: 16px !important; | |
| } | |
| .u-mHorizontal4x { | |
| margin-right: 16px !important; | |
| margin-left: 16px !important; | |
| } | |
| .u-mVertical5x { | |
| margin-top: 20px !important; | |
| margin-bottom: 20px !important; | |
| } | |
| .u-mHorizontal5x { | |
| margin-right: 20px !important; | |
| margin-left: 20px !important; | |
| } | |
| .u-mVertical6x { | |
| margin-top: 24px !important; | |
| margin-bottom: 24px !important; | |
| } | |
| .u-mHorizontal6x { | |
| margin-right: 24px !important; | |
| margin-left: 24px !important; | |
| } | |
| .u-mVertical7x { | |
| margin-top: 28px !important; | |
| margin-bottom: 28px !important; | |
| } | |
| .u-mHorizontal7x { | |
| margin-right: 28px !important; | |
| margin-left: 28px !important; | |
| } | |
| .u-mVertical8x { | |
| margin-top: 32px !important; | |
| margin-bottom: 32px !important; | |
| } | |
| .u-mHorizontal8x { | |
| margin-right: 32px !important; | |
| margin-left: 32px !important; | |
| } | |
| .u-mVertical9x { | |
| margin-top: 36px !important; | |
| margin-bottom: 36px !important; | |
| } | |
| .u-mHorizontal9x { | |
| margin-right: 36px !important; | |
| margin-left: 36px !important; | |
| } | |
| .u-mVertical10x { | |
| margin-top: 40px !important; | |
| margin-bottom: 40px !important; | |
| } | |
| .u-mHorizontal10x { | |
| margin-right: 40px !important; | |
| margin-left: 40px !important; | |
| } | |
| .u-mVertical11x { | |
| margin-top: 44px !important; | |
| margin-bottom: 44px !important; | |
| } | |
| .u-mHorizontal11x { | |
| margin-right: 44px !important; | |
| margin-left: 44px !important; | |
| } | |
| .u-mVertical12x { | |
| margin-top: 48px !important; | |
| margin-bottom: 48px !important; | |
| } | |
| .u-mHorizontal12x { | |
| margin-right: 48px !important; | |
| margin-left: 48px !important; | |
| } | |
| .u-mVertical13x { | |
| margin-top: 52px !important; | |
| margin-bottom: 52px !important; | |
| } | |
| .u-mHorizontal13x { | |
| margin-right: 52px !important; | |
| margin-left: 52px !important; | |
| } | |
| .u-mVertical14x { | |
| margin-top: 56px !important; | |
| margin-bottom: 56px !important; | |
| } | |
| .u-mHorizontal14x { | |
| margin-right: 56px !important; | |
| margin-left: 56px !important; | |
| } | |
| .u-mVertical15x { | |
| margin-top: 60px !important; | |
| margin-bottom: 60px !important; | |
| } | |
| .u-mHorizontal15x { | |
| margin-right: 60px !important; | |
| margin-left: 60px !important; | |
| } | |
| .u-mVertical16x { | |
| margin-top: 64px !important; | |
| margin-bottom: 64px !important; | |
| } | |
| .u-mHorizontal16x { | |
| margin-right: 64px !important; | |
| margin-left: 64px !important; | |
| } | |
| .u-mVertical17x { | |
| margin-top: 68px !important; | |
| margin-bottom: 68px !important; | |
| } | |
| .u-mHorizontal17x { | |
| margin-right: 68px !important; | |
| margin-left: 68px !important; | |
| } | |
| .u-mVertical18x { | |
| margin-top: 72px !important; | |
| margin-bottom: 72px !important; | |
| } | |
| .u-mHorizontal18x { | |
| margin-right: 72px !important; | |
| margin-left: 72px !important; | |
| } | |
| .u-mVertical19x { | |
| margin-top: 76px !important; | |
| margin-bottom: 76px !important; | |
| } | |
| .u-mHorizontal19x { | |
| margin-right: 76px !important; | |
| margin-left: 76px !important; | |
| } | |
| .u-mVertical20x { | |
| margin-top: 80px !important; | |
| margin-bottom: 80px !important; | |
| } | |
| .u-mHorizontal20x { | |
| margin-right: 80px !important; | |
| margin-left: 80px !important; | |
| } | |
| .u-mVertical21x { | |
| margin-top: 84px !important; | |
| margin-bottom: 84px !important; | |
| } | |
| .u-mHorizontal21x { | |
| margin-right: 84px !important; | |
| margin-left: 84px !important; | |
| } | |
| .u-mVertical22x { | |
| margin-top: 88px !important; | |
| margin-bottom: 88px !important; | |
| } | |
| .u-mHorizontal22x { | |
| margin-right: 88px !important; | |
| margin-left: 88px !important; | |
| } | |
| .u-mVertical23x { | |
| margin-top: 92px !important; | |
| margin-bottom: 92px !important; | |
| } | |
| .u-mHorizontal23x { | |
| margin-right: 92px !important; | |
| margin-left: 92px !important; | |
| } | |
| .u-mVertical24x { | |
| margin-top: 96px !important; | |
| margin-bottom: 96px !important; | |
| } | |
| .u-mHorizontal24x { | |
| margin-right: 96px !important; | |
| margin-left: 96px !important; | |
| } | |
| .u-mt0x { | |
| margin-top: 0px !important; | |
| } | |
| .u-mt1x { | |
| margin-top: 4px !important; | |
| } | |
| .u-mt2x { | |
| margin-top: 8px !important; | |
| } | |
| .u-mt3x { | |
| margin-top: 12px !important; | |
| } | |
| .u-mt4x { | |
| margin-top: 16px !important; | |
| } | |
| .u-mt5x { | |
| margin-top: 20px !important; | |
| } | |
| .u-mt6x { | |
| margin-top: 24px !important; | |
| } | |
| .u-mt7x { | |
| margin-top: 28px !important; | |
| } | |
| .u-mt8x { | |
| margin-top: 32px !important; | |
| } | |
| .u-mt9x { | |
| margin-top: 36px !important; | |
| } | |
| .u-mt10x { | |
| margin-top: 40px !important; | |
| } | |
| .u-mt11x { | |
| margin-top: 44px !important; | |
| } | |
| .u-mt12x { | |
| margin-top: 48px !important; | |
| } | |
| .u-mt13x { | |
| margin-top: 52px !important; | |
| } | |
| .u-mt14x { | |
| margin-top: 56px !important; | |
| } | |
| .u-mt15x { | |
| margin-top: 60px !important; | |
| } | |
| .u-mt16x { | |
| margin-top: 64px !important; | |
| } | |
| .u-mt17x { | |
| margin-top: 68px !important; | |
| } | |
| .u-mt18x { | |
| margin-top: 72px !important; | |
| } | |
| .u-mt19x { | |
| margin-top: 76px !important; | |
| } | |
| .u-mt20x { | |
| margin-top: 80px !important; | |
| } | |
| .u-mt21x { | |
| margin-top: 84px !important; | |
| } | |
| .u-mt22x { | |
| margin-top: 88px !important; | |
| } | |
| .u-mt23x { | |
| margin-top: 92px !important; | |
| } | |
| .u-mt24x { | |
| margin-top: 96px !important; | |
| } | |
| .u-mr0x { | |
| margin-right: 0px !important; | |
| } | |
| .u-mr1x { | |
| margin-right: 4px !important; | |
| } | |
| .u-mr2x { | |
| margin-right: 8px !important; | |
| } | |
| .u-mr3x { | |
| margin-right: 12px !important; | |
| } | |
| .u-mr4x { | |
| margin-right: 16px !important; | |
| } | |
| .u-mr5x { | |
| margin-right: 20px !important; | |
| } | |
| .u-mr6x { | |
| margin-right: 24px !important; | |
| } | |
| .u-mr7x { | |
| margin-right: 28px !important; | |
| } | |
| .u-mr8x { | |
| margin-right: 32px !important; | |
| } | |
| .u-mr9x { | |
| margin-right: 36px !important; | |
| } | |
| .u-mr10x { | |
| margin-right: 40px !important; | |
| } | |
| .u-mr11x { | |
| margin-right: 44px !important; | |
| } | |
| .u-mr12x { | |
| margin-right: 48px !important; | |
| } | |
| .u-mr13x { | |
| margin-right: 52px !important; | |
| } | |
| .u-mr14x { | |
| margin-right: 56px !important; | |
| } | |
| .u-mr15x { | |
| margin-right: 60px !important; | |
| } | |
| .u-mr16x { | |
| margin-right: 64px !important; | |
| } | |
| .u-mr17x { | |
| margin-right: 68px !important; | |
| } | |
| .u-mr18x { | |
| margin-right: 72px !important; | |
| } | |
| .u-mr19x { | |
| margin-right: 76px !important; | |
| } | |
| .u-mr20x { | |
| margin-right: 80px !important; | |
| } | |
| .u-mr21x { | |
| margin-right: 84px !important; | |
| } | |
| .u-mr22x { | |
| margin-right: 88px !important; | |
| } | |
| .u-mr23x { | |
| margin-right: 92px !important; | |
| } | |
| .u-mr24x { | |
| margin-right: 96px !important; | |
| } | |
| .u-mb0x { | |
| margin-bottom: 0px !important; | |
| } | |
| .u-mb1x { | |
| margin-bottom: 4px !important; | |
| } | |
| .u-mb2x { | |
| margin-bottom: 8px !important; | |
| } | |
| .u-mb3x { | |
| margin-bottom: 12px !important; | |
| } | |
| .u-mb4x { | |
| margin-bottom: 16px !important; | |
| } | |
| .u-mb5x { | |
| margin-bottom: 20px !important; | |
| } | |
| .u-mb6x { | |
| margin-bottom: 24px !important; | |
| } | |
| .u-mb7x { | |
| margin-bottom: 28px !important; | |
| } | |
| .u-mb8x { | |
| margin-bottom: 32px !important; | |
| } | |
| .u-mb9x { | |
| margin-bottom: 36px !important; | |
| } | |
| .u-mb10x { | |
| margin-bottom: 40px !important; | |
| } | |
| .u-mb11x { | |
| margin-bottom: 44px !important; | |
| } | |
| .u-mb12x { | |
| margin-bottom: 48px !important; | |
| } | |
| .u-mb13x { | |
| margin-bottom: 52px !important; | |
| } | |
| .u-mb14x { | |
| margin-bottom: 56px !important; | |
| } | |
| .u-mb15x { | |
| margin-bottom: 60px !important; | |
| } | |
| .u-mb16x { | |
| margin-bottom: 64px !important; | |
| } | |
| .u-mb17x { | |
| margin-bottom: 68px !important; | |
| } | |
| .u-mb18x { | |
| margin-bottom: 72px !important; | |
| } | |
| .u-mb19x { | |
| margin-bottom: 76px !important; | |
| } | |
| .u-mb20x { | |
| margin-bottom: 80px !important; | |
| } | |
| .u-mb21x { | |
| margin-bottom: 84px !important; | |
| } | |
| .u-mb22x { | |
| margin-bottom: 88px !important; | |
| } | |
| .u-mb23x { | |
| margin-bottom: 92px !important; | |
| } | |
| .u-mb24x { | |
| margin-bottom: 96px !important; | |
| } | |
| .u-ml0x { | |
| margin-left: 0px !important; | |
| } | |
| .u-ml1x { | |
| margin-left: 4px !important; | |
| } | |
| .u-ml2x { | |
| margin-left: 8px !important; | |
| } | |
| .u-ml3x { | |
| margin-left: 12px !important; | |
| } | |
| .u-ml4x { | |
| margin-left: 16px !important; | |
| } | |
| .u-ml5x { | |
| margin-left: 20px !important; | |
| } | |
| .u-ml6x { | |
| margin-left: 24px !important; | |
| } | |
| .u-ml7x { | |
| margin-left: 28px !important; | |
| } | |
| .u-ml8x { | |
| margin-left: 32px !important; | |
| } | |
| .u-ml9x { | |
| margin-left: 36px !important; | |
| } | |
| .u-ml10x { | |
| margin-left: 40px !important; | |
| } | |
| .u-ml11x { | |
| margin-left: 44px !important; | |
| } | |
| .u-ml12x { | |
| margin-left: 48px !important; | |
| } | |
| .u-ml13x { | |
| margin-left: 52px !important; | |
| } | |
| .u-ml14x { | |
| margin-left: 56px !important; | |
| } | |
| .u-ml15x { | |
| margin-left: 60px !important; | |
| } | |
| .u-ml16x { | |
| margin-left: 64px !important; | |
| } | |
| .u-ml17x { | |
| margin-left: 68px !important; | |
| } | |
| .u-ml18x { | |
| margin-left: 72px !important; | |
| } | |
| .u-ml19x { | |
| margin-left: 76px !important; | |
| } | |
| .u-ml20x { | |
| margin-left: 80px !important; | |
| } | |
| .u-ml21x { | |
| margin-left: 84px !important; | |
| } | |
| .u-ml22x { | |
| margin-left: 88px !important; | |
| } | |
| .u-ml23x { | |
| margin-left: 92px !important; | |
| } | |
| .u-ml24x { | |
| margin-left: 96px !important; | |
| } | |
| .u-padding0x { | |
| padding: 0px !important; | |
| } | |
| .u-p0x { | |
| padding: 0px !important; | |
| } | |
| .u-padding1x { | |
| padding: 4px !important; | |
| } | |
| .u-p1x { | |
| padding: 4px !important; | |
| } | |
| .u-padding2x { | |
| padding: 8px !important; | |
| } | |
| .u-p2x { | |
| padding: 8px !important; | |
| } | |
| .u-padding3x { | |
| padding: 12px !important; | |
| } | |
| .u-p3x { | |
| padding: 12px !important; | |
| } | |
| .u-padding4x { | |
| padding: 16px !important; | |
| } | |
| .u-p4x { | |
| padding: 16px !important; | |
| } | |
| .u-padding5x { | |
| padding: 20px !important; | |
| } | |
| .u-p5x { | |
| padding: 20px !important; | |
| } | |
| .u-padding6x { | |
| padding: 24px !important; | |
| } | |
| .u-p6x { | |
| padding: 24px !important; | |
| } | |
| .u-padding7x { | |
| padding: 28px !important; | |
| } | |
| .u-p7x { | |
| padding: 28px !important; | |
| } | |
| .u-padding8x { | |
| padding: 32px !important; | |
| } | |
| .u-p8x { | |
| padding: 32px !important; | |
| } | |
| .u-padding9x { | |
| padding: 36px !important; | |
| } | |
| .u-p9x { | |
| padding: 36px !important; | |
| } | |
| .u-padding10x { | |
| padding: 40px !important; | |
| } | |
| .u-p10x { | |
| padding: 40px !important; | |
| } | |
| .u-padding11x { | |
| padding: 44px !important; | |
| } | |
| .u-p11x { | |
| padding: 44px !important; | |
| } | |
| .u-padding12x { | |
| padding: 48px !important; | |
| } | |
| .u-p12x { | |
| padding: 48px !important; | |
| } | |
| .u-padding13x { | |
| padding: 52px !important; | |
| } | |
| .u-p13x { | |
| padding: 52px !important; | |
| } | |
| .u-padding14x { | |
| padding: 56px !important; | |
| } | |
| .u-p14x { | |
| padding: 56px !important; | |
| } | |
| .u-padding15x { | |
| padding: 60px !important; | |
| } | |
| .u-p15x { | |
| padding: 60px !important; | |
| } | |
| .u-padding16x { | |
| padding: 64px !important; | |
| } | |
| .u-p16x { | |
| padding: 64px !important; | |
| } | |
| .u-padding17x { | |
| padding: 68px !important; | |
| } | |
| .u-p17x { | |
| padding: 68px !important; | |
| } | |
| .u-padding18x { | |
| padding: 72px !important; | |
| } | |
| .u-p18x { | |
| padding: 72px !important; | |
| } | |
| .u-padding19x { | |
| padding: 76px !important; | |
| } | |
| .u-p19x { | |
| padding: 76px !important; | |
| } | |
| .u-padding20x { | |
| padding: 80px !important; | |
| } | |
| .u-p20x { | |
| padding: 80px !important; | |
| } | |
| .u-padding21x { | |
| padding: 84px !important; | |
| } | |
| .u-p21x { | |
| padding: 84px !important; | |
| } | |
| .u-padding22x { | |
| padding: 88px !important; | |
| } | |
| .u-p22x { | |
| padding: 88px !important; | |
| } | |
| .u-padding23x { | |
| padding: 92px !important; | |
| } | |
| .u-p23x { | |
| padding: 92px !important; | |
| } | |
| .u-padding24x { | |
| padding: 96px !important; | |
| } | |
| .u-p24x { | |
| padding: 96px !important; | |
| } | |
| .u-pVertical0x { | |
| padding-top: 0px !important; | |
| padding-bottom: 0px !important; | |
| } | |
| .u-pHorizontal0x { | |
| padding-right: 0px !important; | |
| padding-left: 0px !important; | |
| } | |
| .u-pVertical1x { | |
| padding-top: 4px !important; | |
| padding-bottom: 4px !important; | |
| } | |
| .u-pHorizontal1x { | |
| padding-right: 4px !important; | |
| padding-left: 4px !important; | |
| } | |
| .u-pVertical2x { | |
| padding-top: 8px !important; | |
| padding-bottom: 8px !important; | |
| } | |
| .u-pHorizontal2x { | |
| padding-right: 8px !important; | |
| padding-left: 8px !important; | |
| } | |
| .u-pVertical3x { | |
| padding-top: 12px !important; | |
| padding-bottom: 12px !important; | |
| } | |
| .u-pHorizontal3x { | |
| padding-right: 12px !important; | |
| padding-left: 12px !important; | |
| } | |
| .u-pVertical4x { | |
| padding-top: 16px !important; | |
| padding-bottom: 16px !important; | |
| } | |
| .u-pHorizontal4x { | |
| padding-right: 16px !important; | |
| padding-left: 16px !important; | |
| } | |
| .u-pVertical5x { | |
| padding-top: 20px !important; | |
| padding-bottom: 20px !important; | |
| } | |
| .u-pHorizontal5x { | |
| padding-right: 20px !important; | |
| padding-left: 20px !important; | |
| } | |
| .u-pVertical6x { | |
| padding-top: 24px !important; | |
| padding-bottom: 24px !important; | |
| } | |
| .u-pHorizontal6x { | |
| padding-right: 24px !important; | |
| padding-left: 24px !important; | |
| } | |
| .u-pVertical7x { | |
| padding-top: 28px !important; | |
| padding-bottom: 28px !important; | |
| } | |
| .u-pHorizontal7x { | |
| padding-right: 28px !important; | |
| padding-left: 28px !important; | |
| } | |
| .u-pVertical8x { | |
| padding-top: 32px !important; | |
| padding-bottom: 32px !important; | |
| } | |
| .u-pHorizontal8x { | |
| padding-right: 32px !important; | |
| padding-left: 32px !important; | |
| } | |
| .u-pVertical9x { | |
| padding-top: 36px !important; | |
| padding-bottom: 36px !important; | |
| } | |
| .u-pHorizontal9x { | |
| padding-right: 36px !important; | |
| padding-left: 36px !important; | |
| } | |
| .u-pVertical10x { | |
| padding-top: 40px !important; | |
| padding-bottom: 40px !important; | |
| } | |
| .u-pHorizontal10x { | |
| padding-right: 40px !important; | |
| padding-left: 40px !important; | |
| } | |
| .u-pVertical11x { | |
| padding-top: 44px !important; | |
| padding-bottom: 44px !important; | |
| } | |
| .u-pHorizontal11x { | |
| padding-right: 44px !important; | |
| padding-left: 44px !important; | |
| } | |
| .u-pVertical12x { | |
| padding-top: 48px !important; | |
| padding-bottom: 48px !important; | |
| } | |
| .u-pHorizontal12x { | |
| padding-right: 48px !important; | |
| padding-left: 48px !important; | |
| } | |
| .u-pVertical13x { | |
| padding-top: 52px !important; | |
| padding-bottom: 52px !important; | |
| } | |
| .u-pHorizontal13x { | |
| padding-right: 52px !important; | |
| padding-left: 52px !important; | |
| } | |
| .u-pVertical14x { | |
| padding-top: 56px !important; | |
| padding-bottom: 56px !important; | |
| } | |
| .u-pHorizontal14x { | |
| padding-right: 56px !important; | |
| padding-left: 56px !important; | |
| } | |
| .u-pVertical15x { | |
| padding-top: 60px !important; | |
| padding-bottom: 60px !important; | |
| } | |
| .u-pHorizontal15x { | |
| padding-right: 60px !important; | |
| padding-left: 60px !important; | |
| } | |
| .u-pVertical16x { | |
| padding-top: 64px !important; | |
| padding-bottom: 64px !important; | |
| } | |
| .u-pHorizontal16x { | |
| padding-right: 64px !important; | |
| padding-left: 64px !important; | |
| } | |
| .u-pVertical17x { | |
| padding-top: 68px !important; | |
| padding-bottom: 68px !important; | |
| } | |
| .u-pHorizontal17x { | |
| padding-right: 68px !important; | |
| padding-left: 68px !important; | |
| } | |
| .u-pVertical18x { | |
| padding-top: 72px !important; | |
| padding-bottom: 72px !important; | |
| } | |
| .u-pHorizontal18x { | |
| padding-right: 72px !important; | |
| padding-left: 72px !important; | |
| } | |
| .u-pVertical19x { | |
| padding-top: 76px !important; | |
| padding-bottom: 76px !important; | |
| } | |
| .u-pHorizontal19x { | |
| padding-right: 76px !important; | |
| padding-left: 76px !important; | |
| } | |
| .u-pVertical20x { | |
| padding-top: 80px !important; | |
| padding-bottom: 80px !important; | |
| } | |
| .u-pHorizontal20x { | |
| padding-right: 80px !important; | |
| padding-left: 80px !important; | |
| } | |
| .u-pVertical21x { | |
| padding-top: 84px !important; | |
| padding-bottom: 84px !important; | |
| } | |
| .u-pHorizontal21x { | |
| padding-right: 84px !important; | |
| padding-left: 84px !important; | |
| } | |
| .u-pVertical22x { | |
| padding-top: 88px !important; | |
| padding-bottom: 88px !important; | |
| } | |
| .u-pHorizontal22x { | |
| padding-right: 88px !important; | |
| padding-left: 88px !important; | |
| } | |
| .u-pVertical23x { | |
| padding-top: 92px !important; | |
| padding-bottom: 92px !important; | |
| } | |
| .u-pHorizontal23x { | |
| padding-right: 92px !important; | |
| padding-left: 92px !important; | |
| } | |
| .u-pVertical24x { | |
| padding-top: 96px !important; | |
| padding-bottom: 96px !important; | |
| } | |
| .u-pHorizontal24x { | |
| padding-right: 96px !important; | |
| padding-left: 96px !important; | |
| } | |
| .u-pt0x { | |
| padding-top: 0px !important; | |
| } | |
| .u-pt1x { | |
| padding-top: 4px !important; | |
| } | |
| .u-pt2x { | |
| padding-top: 8px !important; | |
| } | |
| .u-pt3x { | |
| padding-top: 12px !important; | |
| } | |
| .u-pt4x { | |
| padding-top: 16px !important; | |
| } | |
| .u-pt5x { | |
| padding-top: 20px !important; | |
| } | |
| .u-pt6x { | |
| padding-top: 24px !important; | |
| } | |
| .u-pt7x { | |
| padding-top: 28px !important; | |
| } | |
| .u-pt8x { | |
| padding-top: 32px !important; | |
| } | |
| .u-pt9x { | |
| padding-top: 36px !important; | |
| } | |
| .u-pt10x { | |
| padding-top: 40px !important; | |
| } | |
| .u-pt11x { | |
| padding-top: 44px !important; | |
| } | |
| .u-pt12x { | |
| padding-top: 48px !important; | |
| } | |
| .u-pt13x { | |
| padding-top: 52px !important; | |
| } | |
| .u-pt14x { | |
| padding-top: 56px !important; | |
| } | |
| .u-pt15x { | |
| padding-top: 60px !important; | |
| } | |
| .u-pt16x { | |
| padding-top: 64px !important; | |
| } | |
| .u-pt17x { | |
| padding-top: 68px !important; | |
| } | |
| .u-pt18x { | |
| padding-top: 72px !important; | |
| } | |
| .u-pt19x { | |
| padding-top: 76px !important; | |
| } | |
| .u-pt20x { | |
| padding-top: 80px !important; | |
| } | |
| .u-pt21x { | |
| padding-top: 84px !important; | |
| } | |
| .u-pt22x { | |
| padding-top: 88px !important; | |
| } | |
| .u-pt23x { | |
| padding-top: 92px !important; | |
| } | |
| .u-pt24x { | |
| padding-top: 96px !important; | |
| } | |
| .u-pr0x { | |
| padding-right: 0px !important; | |
| } | |
| .u-pr1x { | |
| padding-right: 4px !important; | |
| } | |
| .u-pr2x { | |
| padding-right: 8px !important; | |
| } | |
| .u-pr3x { | |
| padding-right: 12px !important; | |
| } | |
| .u-pr4x { | |
| padding-right: 16px !important; | |
| } | |
| .u-pr5x { | |
| padding-right: 20px !important; | |
| } | |
| .u-pr6x { | |
| padding-right: 24px !important; | |
| } | |
| .u-pr7x { | |
| padding-right: 28px !important; | |
| } | |
| .u-pr8x { | |
| padding-right: 32px !important; | |
| } | |
| .u-pr9x { | |
| padding-right: 36px !important; | |
| } | |
| .u-pr10x { | |
| padding-right: 40px !important; | |
| } | |
| .u-pr11x { | |
| padding-right: 44px !important; | |
| } | |
| .u-pr12x { | |
| padding-right: 48px !important; | |
| } | |
| .u-pr13x { | |
| padding-right: 52px !important; | |
| } | |
| .u-pr14x { | |
| padding-right: 56px !important; | |
| } | |
| .u-pr15x { | |
| padding-right: 60px !important; | |
| } | |
| .u-pr16x { | |
| padding-right: 64px !important; | |
| } | |
| .u-pr17x { | |
| padding-right: 68px !important; | |
| } | |
| .u-pr18x { | |
| padding-right: 72px !important; | |
| } | |
| .u-pr19x { | |
| padding-right: 76px !important; | |
| } | |
| .u-pr20x { | |
| padding-right: 80px !important; | |
| } | |
| .u-pr21x { | |
| padding-right: 84px !important; | |
| } | |
| .u-pr22x { | |
| padding-right: 88px !important; | |
| } | |
| .u-pr23x { | |
| padding-right: 92px !important; | |
| } | |
| .u-pr24x { | |
| padding-right: 96px !important; | |
| } | |
| .u-pb0x { | |
| padding-bottom: 0px !important; | |
| } | |
| .u-pb1x { | |
| padding-bottom: 4px !important; | |
| } | |
| .u-pb2x { | |
| padding-bottom: 8px !important; | |
| } | |
| .u-pb3x { | |
| padding-bottom: 12px !important; | |
| } | |
| .u-pb4x { | |
| padding-bottom: 16px !important; | |
| } | |
| .u-pb5x { | |
| padding-bottom: 20px !important; | |
| } | |
| .u-pb6x { | |
| padding-bottom: 24px !important; | |
| } | |
| .u-pb7x { | |
| padding-bottom: 28px !important; | |
| } | |
| .u-pb8x { | |
| padding-bottom: 32px !important; | |
| } | |
| .u-pb9x { | |
| padding-bottom: 36px !important; | |
| } | |
| .u-pb10x { | |
| padding-bottom: 40px !important; | |
| } | |
| .u-pb11x { | |
| padding-bottom: 44px !important; | |
| } | |
| .u-pb12x { | |
| padding-bottom: 48px !important; | |
| } | |
| .u-pb13x { | |
| padding-bottom: 52px !important; | |
| } | |
| .u-pb14x { | |
| padding-bottom: 56px !important; | |
| } | |
| .u-pb15x { | |
| padding-bottom: 60px !important; | |
| } | |
| .u-pb16x { | |
| padding-bottom: 64px !important; | |
| } | |
| .u-pb17x { | |
| padding-bottom: 68px !important; | |
| } | |
| .u-pb18x { | |
| padding-bottom: 72px !important; | |
| } | |
| .u-pb19x { | |
| padding-bottom: 76px !important; | |
| } | |
| .u-pb20x { | |
| padding-bottom: 80px !important; | |
| } | |
| .u-pb21x { | |
| padding-bottom: 84px !important; | |
| } | |
| .u-pb22x { | |
| padding-bottom: 88px !important; | |
| } | |
| .u-pb23x { | |
| padding-bottom: 92px !important; | |
| } | |
| .u-pb24x { | |
| padding-bottom: 96px !important; | |
| } | |
| .u-pl0x { | |
| padding-left: 0px !important; | |
| } | |
| .u-pl1x { | |
| padding-left: 4px !important; | |
| } | |
| .u-pl2x { | |
| padding-left: 8px !important; | |
| } | |
| .u-pl3x { | |
| padding-left: 12px !important; | |
| } | |
| .u-pl4x { | |
| padding-left: 16px !important; | |
| } | |
| .u-pl5x { | |
| padding-left: 20px !important; | |
| } | |
| .u-pl6x { | |
| padding-left: 24px !important; | |
| } | |
| .u-pl7x { | |
| padding-left: 28px !important; | |
| } | |
| .u-pl8x { | |
| padding-left: 32px !important; | |
| } | |
| .u-pl9x { | |
| padding-left: 36px !important; | |
| } | |
| .u-pl10x { | |
| padding-left: 40px !important; | |
| } | |
| .u-pl11x { | |
| padding-left: 44px !important; | |
| } | |
| .u-pl12x { | |
| padding-left: 48px !important; | |
| } | |
| .u-pl13x { | |
| padding-left: 52px !important; | |
| } | |
| .u-pl14x { | |
| padding-left: 56px !important; | |
| } | |
| .u-pl15x { | |
| padding-left: 60px !important; | |
| } | |
| .u-pl16x { | |
| padding-left: 64px !important; | |
| } | |
| .u-pl17x { | |
| padding-left: 68px !important; | |
| } | |
| .u-pl18x { | |
| padding-left: 72px !important; | |
| } | |
| .u-pl19x { | |
| padding-left: 76px !important; | |
| } | |
| .u-pl20x { | |
| padding-left: 80px !important; | |
| } | |
| .u-pl21x { | |
| padding-left: 84px !important; | |
| } | |
| .u-pl22x { | |
| padding-left: 88px !important; | |
| } | |
| .u-pl23x { | |
| padding-left: 92px !important; | |
| } | |
| .u-pl24x { | |
| padding-left: 96px !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment