@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.
package/assets/scss/_custom.scss
CHANGED
|
@@ -105,20 +105,20 @@ rlb-sidebar {
|
|
|
105
105
|
li {
|
|
106
106
|
a {
|
|
107
107
|
display: block;
|
|
108
|
-
padding:
|
|
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:
|
|
111
|
+
font-size: 0.95rem;
|
|
112
112
|
transition: all .4s;
|
|
113
113
|
|
|
114
114
|
margin: 0.1rem 0.3rem;
|
|
115
|
-
border-radius:
|
|
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.
|
|
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
|
|
180
|
-
font-size:
|
|
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:
|
|
243
|
+
padding: 0.75rem 1.5rem !important;
|
|
244
244
|
letter-spacing: .05em;
|
|
245
245
|
pointer-events: none;
|
|
246
246
|
cursor: default;
|
|
247
|
-
font-size:
|
|
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;
|