source: trip-planner-front/node_modules/bootstrap/less/mixins/nav-divider.less@ fa375fe

Last change on this file since fa375fe was fa375fe, checked in by Ema <ema_spirova@…>, 3 years ago

adding new components

  • Property mode set to 100644
File size: 232 bytes
Line 
1// Horizontal dividers
2//
3// Dividers (basically an hr) within dropdowns and nav lists
4
5.nav-divider(@color: #e5e5e5) {
6 height: 1px;
7 margin: ((@line-height-computed / 2) - 1) 0;
8 overflow: hidden;
9 background-color: @color;
10}
Note: See TracBrowser for help on using the repository browser.