| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/ui/lib/buttons/ |
| 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";
}