Skip to content

Commit 302baa9

Browse files
Fixed letter spacing and sliding menu colors
1 parent 829a066 commit 302baa9

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

cd-menu/cd-menu.less

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
right: 0;
77
left: 0;
88
z-index: 1000;
9+
letter-spacing: 1px;
910

1011
&__profile {
1112
display: none;
@@ -217,8 +218,9 @@
217218
transform: translateX(100%);
218219
transition: transform 0.3s ease-in-out;
219220
overflow: auto;
220-
color: @cd-grey;
221+
color: @cd-dark-grey;
221222
font-size: 16px;
223+
letter-spacing: 1px;
222224

223225
&[data-toggle=open] {
224226
transform: translate(0);
@@ -277,7 +279,7 @@
277279
&__sliding-menu .cd-menu__content > ul > li > a, &__sliding-menu .cd-menu__content > ul > li > span {
278280
display: block;
279281
text-transform: uppercase;
280-
color: @cd-grey;
282+
color: @cd-dark-grey;
281283
padding: 12px;
282284
font-weight: 400;
283285
position: relative;

0 commit comments

Comments
 (0)