Customizing components
The various components of Bootstrap 5 can be customized using variables found in the _variables.scss
file. The variables for each component are grouped together, but the groups are not in alphabetical order. I suggest that you simply search for the component name to find the group of related variables or refer to this list:
- Accordions: lines 1258 – 1288
- Alerts: lines 1439 – 1448
- Badges: lines 1379 – 1384
- Breadcrumbs: lines 1520 – 1530
- Buttons and button groups: lines 747 – 789
- Cards: lines 1236 – 1252
- Carousels: lines 1536 – 1566
- Close buttons: lines 1588 – 1599
- Collapse: no variables or CSS code for this component, only JavaScript
- Dropdowns: lines 1132 – 1179
- List groups: lines 1470 – 1493
- Modals: lines 1391 – 1430
- Navs and tabs: lines 1059 – 1078
- Navbars: lines 1085 – 1123
- Offcanvas: lines 1606 – 1618...