Commit b979c871 by Harry Rein Committed by GitHub

Merge pull request #15486 from edx/HarryRein/LEARNER-1783

Fixing naming issue in edx.org theme.
parents a00d9ad3 17fc3100
...@@ -183,7 +183,7 @@ ...@@ -183,7 +183,7 @@
} }
} }
.user-dropdown { .user-dropdown, .dropdown {
font-size: $body-font-size; font-size: $body-font-size;
padding: 0 ($baseline/2); padding: 0 ($baseline/2);
color: $base-font-color; color: $base-font-color;
...@@ -193,7 +193,7 @@ ...@@ -193,7 +193,7 @@
text-shadow: none; text-shadow: none;
} }
.user-dropdown-menu { .user-dropdown-menu, .dropdown-menu {
background: $white; background: $white;
border-radius: 4px; border-radius: 4px;
box-shadow: 0 2px 2px 0 rgba(0,0,0, 0.3); box-shadow: 0 2px 2px 0 rgba(0,0,0, 0.3);
...@@ -557,7 +557,7 @@ ...@@ -557,7 +557,7 @@
} }
} }
.dropdown { .user-dropdown, .dropdown {
font-size: $body-font-size; font-size: $body-font-size;
padding: ($baseline/5) ($baseline/2); padding: ($baseline/5) ($baseline/2);
color: $base-font-color; color: $base-font-color;
...@@ -567,7 +567,7 @@ ...@@ -567,7 +567,7 @@
text-shadow: none; text-shadow: none;
} }
.dropdown-menu { .user-dropdown-menu, .dropdown-menu {
background: $border-color-4; background: $border-color-4;
border-radius: 4px; border-radius: 4px;
box-shadow: 0 2px 24px 0 rgba(0,0,0, 0.3); box-shadow: 0 2px 24px 0 rgba(0,0,0, 0.3);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment