/// @access private
/// @output Styling for file inputs
@mixin _oFormsFileInput() {
	.o-forms-input--file ::file-selector-button {
		@include oPrivateButtonsContent(
			(
				'type': 'primary',
			)
		);
		margin-right: oPrivateSpacingByName('s1');
	}
}
