/* THIS FILE CONTAINS OUR MANUAL EXTENSIONS TO BOOTSTRAP */
/* THIS SHOULD ONLY BE USED TO EXTEND BOOTSTRAP (4) - NOT OTHER CSS */
/* INITIALLY THIS IS FOR ADMIN ONLY, BUT SHOULD BE ADDED TO THE FRONT END WITH BOOTSTRAP */

/* INDEX
 * 	BUTTONS
*/



/* BUTTONS START */
/* btn-xs START : extra small button - we need one smaller than bootstraps small button (btn-sm) - this is a clone of btn-sm rules  but smaller */
.btn-xs, .btn-group-xs > .btn {
	/* smaller padding: 0.125rem 0.25rem; */
	padding: 0rem 0.125rem;
	font-size: 0.75rem;
	line-height: 1.5;
	border-radius: 0.1rem;
}
.btn-xs + .dropdown-toggle-split
, .btn-group-xs > .btn + .dropdown-toggle-split {
	padding-right: 0.125rem;
	padding-left: 0.125rem;
}
/* btn-xs END */
/* BUTTONS END */

