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
74394bfe
Commit
74394bfe
authored
Aug 26, 2015
by
David Ormsbee
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #9480 from edx/ormsbee/pull_from_last_weeks_hotix
Fixes modal color
parents
65377423
96fc3063
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
lms/static/sass/shared/_modal.scss
+10
-5
No files found.
lms/static/sass/shared/_modal.scss
View file @
74394bfe
...
@@ -12,15 +12,15 @@
...
@@ -12,15 +12,15 @@
.modal
{
.modal
{
@extend
%ui-depth1
;
@extend
%ui-depth1
;
background
:
$gray-d2
;
border-radius
:
3px
;
box-shadow
:
0
0px
5px
0
$shadow-d1
;
color
:
$white
;
display
:
none
;
display
:
none
;
position
:
absolute
;
left
:
50%
;
left
:
50%
;
padding
:
8px
;
padding
:
8px
;
position
:
absolute
;
width
:
grid-width
(
5
);
width
:
grid-width
(
5
);
border-radius
:
3px
;
box-shadow
:
0
0px
5px
0
$shadow-d1
;
background
:
$gray-d2
;
color
:
$base-font-color
;
&
.video-modal
{
&
.video-modal
{
left
:
50%
;
left
:
50%
;
...
@@ -62,6 +62,11 @@
...
@@ -62,6 +62,11 @@
padding-bottom
:
(
$baseline
/
2
);
padding-bottom
:
(
$baseline
/
2
);
position
:
relative
;
position
:
relative
;
p
{
font-size
:
.9em
;
line-height
:
1
.4
;
}
header
{
header
{
@extend
%ui-depth1
;
@extend
%ui-depth1
;
margin-bottom
:
(
$baseline
*
1
.5
);
margin-bottom
:
(
$baseline
*
1
.5
);
...
...
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