@open-rlb/ng-bootstrap 3.1.9 → 3.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -32,7 +32,7 @@
32
32
  }
33
33
 
34
34
  .modal-backdrop {
35
- z-index: 1002 !important;
35
+ z-index: 1050 !important;
36
36
  }
37
37
 
38
38
  .dropdown-toggle::after {
@@ -105,20 +105,20 @@ rlb-sidebar {
105
105
  li {
106
106
  a {
107
107
  display: block;
108
- padding: .625rem 1.5rem;
108
+ padding: var(--rlb-item-padding-y) var(--rlb-item-padding-x);
109
109
  color: var(--rlb-menu-item-color);
110
110
  position: relative;
111
- font-size: 13px;
111
+ font-size: 0.95rem;
112
112
  transition: all .4s;
113
113
 
114
114
  margin: 0.1rem 0.3rem;
115
- border-radius: 0.4rem;
115
+ border-radius: $border-radius;
116
116
 
117
117
  i {
118
118
  display: inline-block;
119
119
  min-width: 1.75rem;
120
120
  padding-bottom: .125em;
121
- font-size: 1.15rem;
121
+ font-size: 1.25rem;
122
122
  line-height: 1.40625rem;
123
123
  vertical-align: middle;
124
124
  color: inherit;
@@ -176,8 +176,8 @@ rlb-sidebar {
176
176
  padding: 0;
177
177
  li {
178
178
  a {
179
- padding: .4rem 1.5rem .4rem 2.5rem;
180
- font-size: 13px;
179
+ padding: 0.4rem 1.5rem 0.4rem 3.75rem;
180
+ font-size: 0.8125rem;
181
181
  }
182
182
  }
183
183
  }
@@ -240,11 +240,11 @@ rlb-sidebar {
240
240
  }
241
241
 
242
242
  .menu-title {
243
- padding: 12px 20px !important;
243
+ padding: 0.75rem 1.5rem !important;
244
244
  letter-spacing: .05em;
245
245
  pointer-events: none;
246
246
  cursor: default;
247
- font-size: 11px;
247
+ font-size: 0.75rem;
248
248
  text-transform: uppercase;
249
249
  color: $sidebar-menu-item-icon-color;
250
250
  font-weight: $font-weight-semibold;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-rlb/ng-bootstrap",
3
- "version": "3.1.9",
3
+ "version": "3.1.10",
4
4
  "peerDependencies": {
5
5
  "bootstrap": ">=5.3.0",
6
6
  "@types/bootstrap": ">5.2.0",