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
dc04f08e
Commit
dc04f08e
authored
May 26, 2015
by
Marco Morales
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7731 from edx/marco/styling/dashboard-modal
Updated shadow styling for Dashboard modal
parents
73b70cbf
095a1b61
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
lms/static/sass/shared/_modal.scss
+5
-6
No files found.
lms/static/sass/shared/_modal.scss
View file @
dc04f08e
#lean_overlay
{
background
:
transparent
;
@include
background-image
(
radial-gradient
(
circle
at
50%
30%
,
rgba
(
0
,
0
,
0
,
0
.3
)
,
rgba
(
0
,
0
,
0
,
0
.8
)
));
@include
background-image
(
radial-gradient
(
circle
at
50%
30%
,
$shadow-d1
,
$shadow-d2
));
display
:
none
;
height
:
100%
;
left
:
0
;
position
:
fixed
;
top
:
0
;
width
:
100%
;
z-index
:
100
;
z-index
:
100
;
}
.modal
{
@extend
%ui-depth1
;
background
:
$shadow-d2
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0
.9
);
border-radius
:
0
;
box-shadow
:
0
15px
80px
15px
rgba
(
0
,
0
,
0
,
0
.5
);
background
:
$gray-d2
;
border-radius
:
3px
;
box-shadow
:
0
0px
5px
0
$shadow-d1
;
color
:
$white
;
display
:
none
;
left
:
50%
;
...
...
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