Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
b979c871
Commit
b979c871
authored
Jul 06, 2017
by
Harry Rein
Committed by
GitHub
Jul 06, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15486 from edx/HarryRein/LEARNER-1783
Fixing naming issue in edx.org theme.
parents
a00d9ad3
17fc3100
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lms/static/sass/shared/_header.scss
+4
-4
No files found.
lms/static/sass/shared/_header.scss
View file @
b979c871
...
...
@@ -183,7 +183,7 @@
}
}
.user-dropdown
{
.user-dropdown
,
.dropdown
{
font-size
:
$body-font-size
;
padding
:
0
(
$baseline
/
2
);
color
:
$base-font-color
;
...
...
@@ -193,7 +193,7 @@
text-shadow
:
none
;
}
.user-dropdown-menu
{
.user-dropdown-menu
,
.dropdown-menu
{
background
:
$white
;
border-radius
:
4px
;
box-shadow
:
0
2px
2px
0
rgba
(
0
,
0
,
0
,
0
.3
);
...
...
@@ -557,7 +557,7 @@
}
}
.dropdown
{
.
user-dropdown
,
.
dropdown
{
font-size
:
$body-font-size
;
padding
:
(
$baseline
/
5
)
(
$baseline
/
2
);
color
:
$base-font-color
;
...
...
@@ -567,7 +567,7 @@
text-shadow
:
none
;
}
.dropdown-menu
{
.
user-dropdown-menu
,
.
dropdown-menu
{
background
:
$border-color-4
;
border-radius
:
4px
;
box-shadow
:
0
2px
24px
0
rgba
(
0
,
0
,
0
,
0
.3
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment