| Class | Description | Quick Example | 
|---|---|---|
														Text & Links.link-muted
														.text-gray-*
														.article-format
													 | 
													
														 
															 
															  | 
													
														
														 .text-gray-100 .text-gray-200 .text-gray-300 .text-gray-400 .text-gray-500 .text-gray-600 .text-gray-700 .text-gray-800 .text-gray-900  | 
												
														Red Pulse.animate-pulse
													 | 
													
														 Only red is available for pulse - useful for emphasizing alerts.  | 
													
														 
														 | 
												
														Z-Index.z-index-n1
														.z-index-*
													 | 
													
														 
															  | 
													|
														Line Height.line-height-*
														.z-index-*
													 | 
													
														 
															  | 
													|
														Bordered Grid.row-grid
														.ul-grid
													 | 
													
														 Col 1 
															Col 2 
															Col 3 
															 | 
													|
														Bordered Grid : Separator.row.col-border
														.row.col-border-sm
														.row.col-border-md
														.row.col-border-lg
													 | 
													
														 Col 1 
															Col 2 
															Col 3 
															 | 
													|
														Grid : 5 Columns.col-5th
														.col-sm-5th
														.col-md-5th
														.col-lg-5th
														.col-xl-5th
													 | 
													
														 Col 1 
															Col 2 
															Col 3 
															Col 4 
															Col 5 
															 | 
													|
														Cursor.cursor-pointer
														.cursor-text
														.cursor-move
													 | 
													
														 Curosrs  | 
													
														 .cursor-pointer 
														.cursor-text 
														.cursor-move 
													 | 
												
														Arrows.arrow.arrow-top
														.arrow.arrow-bottom
														.arrow.arrow-left
														.arrow.arrow-right
														.arrow.arrow-start
														.arrow.arrow-end
														.arrow-center
														.arrow-lg
													 | 
													
														 
															Note: Arrows are not part of Smarty utility. Are part of Components (src/scss/_core/components/), but added here because is more conveninent. 	
															Example:  
															  | 
													
														 
															
															
															
															
															default, all arrows
														 
														
															
															
															
															
															.arrow-lg, all arrows
														 
														
															.arrow .arrow-start .border-primary-soft
															
														 
														
															.arrow .arrow-lg .arrow-bottom .border-warning-soft
															
														 
														
															.arrow .arrow-lg .arrow-top .border-pink 
															
															
														 
													 | 
												
| Class | Description | Quick Example | 
|---|---|---|
													Added By Smarty.gutters-xxs
													.gutters-xs
													.gutters-sm
													.gutters-md
													.gutters-lg
													.gutters-xl
													Bootstrap.no-gutters
													Responsive : mobile only (max "md").gutters-xxs--xs
													.gutters-xs--xs
													.gutters-sm--xs
													.gutters-md--xs
												 | 
												
													 
														Gutters SCSS: _core/utils/_misc_grid.scss  
																.gutters-xxs
															 
														
																.gutters-xxs
															 
														
																.gutters-xs
															 
														
																.gutters-xs
															 
														
																.gutters-sm
															 
														
																.gutters-sm
															 
														
																gutters-md
															 
														
																gutters-md
															 
														
																.gutters-lg
															 
														
																.gutters-lg
															 
														
																.gutters-xl
															 
														
																.gutters-xl
															 
														 |