padding Vertical
Type: Function
How to get paddingVertical?
JavaScript
import { paddingVertical } from 'fds/system';
A styling mixin used for setting a padding on the top and bottom of the element in the specified size.
Arguments
padding
Size (Required)
Type: String | Number
The amount of padding-top and padding-bottom 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 top and bottom 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.