Skip to content
Snippets Groups Projects
Commit 8cf500d8 authored by Brian Canini's avatar Brian Canini
Browse files

removing text-transform capitalization from dropdown menu items in main navigation

parent dda73734
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@
a {
color: $brand-gray;
text-transform: capitalize;
text-transform: none;
&:hover {
background: $brand-red;
......@@ -268,7 +268,7 @@
}
.sf-depth-2 a {
text-transform: capitalize;
text-transform: none;
font-weight: 400;
}
......
......@@ -11628,7 +11628,7 @@ article .field--name-body {
/* line 61, ../assets/sass/components/_menu.scss */
#superfish-main.sf-style-white li ul a {
color: #4A4A4A;
text-transform: capitalize;
text-transform: none;
}
/* line 65, ../assets/sass/components/_menu.scss */
#superfish-main.sf-style-white li ul a:hover {
......@@ -11833,7 +11833,7 @@ article .field--name-body {
}
/* line 270, ../assets/sass/components/_menu.scss */
.sf-menu .sf-depth-2 a {
text-transform: capitalize;
text-transform: none;
font-weight: 400;
}
/* line 275, ../assets/sass/components/_menu.scss */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment