We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 829a066 commit 302baa9Copy full SHA for 302baa9
2 files changed
cd-menu/cd-menu.less
@@ -6,6 +6,7 @@
6
right: 0;
7
left: 0;
8
z-index: 1000;
9
+ letter-spacing: 1px;
10
11
&__profile {
12
display: none;
@@ -217,8 +218,9 @@
217
218
transform: translateX(100%);
219
transition: transform 0.3s ease-in-out;
220
overflow: auto;
- color: @cd-grey;
221
+ color: @cd-dark-grey;
222
font-size: 16px;
223
224
225
&[data-toggle=open] {
226
transform: translate(0);
@@ -277,7 +279,7 @@
277
279
&__sliding-menu .cd-menu__content > ul > li > a, &__sliding-menu .cd-menu__content > ul > li > span {
278
280
display: block;
281
text-transform: uppercase;
282
283
padding: 12px;
284
font-weight: 400;
285
position: relative;
0 commit comments