ez-pro/core/bitrix/templates/aspro-allcorp3/.styles.php
2025-11-13 19:04:05 +03:00

13 lines
377 B
PHP

<?
return array (
'colored_line' => 'Horizontal colored line',
'underline' => 'Title with underline',
'table table-striped' => 'Table',
'table table-bordered' => 'Borderd table',
'grey_dark' => 'Dark text',
'grey_light' => 'Bright text',
'dark_light_table' => 'Fark table header',
'dark_light' => 'Dark text',
'white_middle_text' => 'White middle text',
);
?>