padding Horizontal
Type: Function
How to get paddingHorizontal?
JavaScript
import { paddingHorizontal } from 'fds/system';
A styling mixin used for setting a padding on the right and left of the element in the specified size.
Arguments
padding
Size Horizontal (Required)
Type: String | Number
The amount of padding-right and padding-left rendered by the component.
This should be a either, A single size value, one of the following values:
-
0 (zero, no padding at all)
-
's' (small)
-
'm' (medium)
-
'l' (large) to set the paddingSize for the right and left side to a single shared value.
-
Returns
Type: String
A style rule resulting in a generated class name on the element.
Generally created using fds/system/applyCss and/or any styling utility provided by FDS.