@primary-color: #0ea8d0;
@success-color: #0fd19c;
@error-color: #d45f5f;

@padding-md: 10px; // small containers and buttons
@padding-sm: 10px; // Form controls and items

// Avatar
// ---
@avatar-size-base: 36px;

// Input
// ---
@input-height-base: 36px;

// Button
// ---
@btn-height-base: 36px;

@table-padding-vertical: 9px;

// Form
// ---
@form-item-margin-bottom: 8px;
