Your IP : 172.71.254.228


Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/ui/lib/buttons/
Upload File :
Current File : /var/www/element/data/www/revenuestory.ru/bitrix/modules/ui/lib/buttons/size.php

<?php

namespace Bitrix\UI\Buttons;

abstract class Size
{
	const LARGE       = "ui-btn-lg";
	const MEDIUM      = "ui-btn-md";
	const SMALL       = "ui-btn-sm";
	const EXTRA_SMALL = "ui-btn-xs";
}