|
3 | 3 | * OUDS Web v1.4.0 (https://web.unified-design-system.orange.com/) |
4 | 4 | * Copyright 2014-2026 The OUDS Web Authors |
5 | 5 | * Copyright 2014-2026 Orange SA |
6 | | - * Licensed under MIT (https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/blob/ouds/main/LICENSE) |
| 6 | + * Licensed under MIT (https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/blob/main/LICENSE) |
7 | 7 | * This a fork of Bootstrap: Initial license below |
8 | 8 | * Bootstrap v5.3.5 (https://getbootstrap.com/) |
9 | 9 | * Copyright 2011-2026 The Bootstrap Authors |
@@ -1653,12 +1653,14 @@ dialog, |
1653 | 1653 | .list-unstyled { |
1654 | 1654 | max-width: initial; |
1655 | 1655 | padding-left: 0; |
| 1656 | + margin-bottom: 0; |
1656 | 1657 | list-style: none; |
1657 | 1658 | } |
1658 | 1659 |
|
1659 | 1660 | .list-inline { |
1660 | 1661 | max-width: initial; |
1661 | 1662 | padding-left: 0; |
| 1663 | + margin-bottom: 0; |
1662 | 1664 | list-style: none; |
1663 | 1665 | } |
1664 | 1666 |
|
@@ -5780,6 +5782,7 @@ textarea.form-control-lg { |
5780 | 5782 | .checkbox-item-container { |
5781 | 5783 | max-width: initial; |
5782 | 5784 | padding-left: 0; |
| 5785 | + margin-bottom: 0; |
5783 | 5786 | list-style: none; |
5784 | 5787 | margin: 0; |
5785 | 5788 | } |
@@ -8281,6 +8284,7 @@ ol.bullet-list > li > ol > li > ol > li::before { |
8281 | 8284 | .chips-container { |
8282 | 8285 | max-width: initial; |
8283 | 8286 | padding-left: 0; |
| 8287 | + margin-bottom: 0; |
8284 | 8288 | list-style: none; |
8285 | 8289 | display: flex; |
8286 | 8290 | flex-direction: row; |
@@ -9386,11 +9390,11 @@ ol.bullet-list > li > ol > li > ol > li::before { |
9386 | 9390 | --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color); |
9387 | 9391 | max-width: initial; |
9388 | 9392 | padding-left: 0; |
| 9393 | + margin-bottom: 0; |
9389 | 9394 | list-style: none; |
9390 | 9395 | display: flex; |
9391 | 9396 | flex-direction: column; |
9392 | 9397 | padding: var(--bs-navbar-nav-padding-top) var(--bs-navbar-nav-padding-x) var(--bs-navbar-nav-padding-bottom); |
9393 | | - margin-bottom: 0; |
9394 | 9398 | font-size: var(--bs-navbar-nav-font-size); |
9395 | 9399 | line-height: var(--bs-navbar-nav-line-height, var(--bs-font-line-height-body-medium)); |
9396 | 9400 | letter-spacing: var(--bs-navbar-nav-letter-spacing, var(--bs-font-letter-spacing-body-medium)); |
@@ -10841,6 +10845,7 @@ ol.bullet-list > li > ol > li > ol > li::before { |
10841 | 10845 | --bs-breadcrumb-item-gap: 4px; |
10842 | 10846 | max-width: initial; |
10843 | 10847 | padding-left: 0; |
| 10848 | + margin-bottom: 0; |
10844 | 10849 | list-style: none; |
10845 | 10850 | display: flex; |
10846 | 10851 | font-size: var(--bs-font-size-label-medium); |
@@ -10943,12 +10948,13 @@ ol.bullet-list > li > ol > li > ol > li::before { |
10943 | 10948 | --bs-pagination-icon-width: calc(0.5rem + 1px); |
10944 | 10949 | --bs-pagination-icon-height: calc(1rem - 1px); |
10945 | 10950 | display: flex; |
10946 | | - flex-wrap: wrap; |
10947 | | - margin: var(--bs-pagination-margin-y) 0; |
10948 | | - background-color: transparent; |
10949 | 10951 | max-width: initial; |
10950 | 10952 | padding-left: 0; |
| 10953 | + margin-bottom: 0; |
10951 | 10954 | list-style: none; |
| 10955 | + flex-wrap: wrap; |
| 10956 | + margin: var(--bs-pagination-margin-y) 0; |
| 10957 | + background-color: transparent; |
10952 | 10958 | } |
10953 | 10959 |
|
10954 | 10960 | .page-link { |
|
0 commit comments