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
f495c135
Commit
f495c135
authored
Sep 08, 2015
by
Muhammad Shoaib
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #9458 from edx/muhhshoaib/PHX-update-dialog-box-css
PHX-120
parents
3ac27a5d
4427e0e2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
132 additions
and
1 deletions
+132
-1
lms/static/sass/course/courseware/_courseware.scss
+132
-1
No files found.
lms/static/sass/course/courseware/_courseware.scss
View file @
f495c135
...
...
@@ -98,7 +98,6 @@ div.course-wrapper {
@extend
.content
;
padding
:
(
$baseline
*
2
);
line-height
:
1
.6
;
h1
{
margin
:
0
0
lh
();
}
...
...
@@ -251,6 +250,138 @@ div.course-wrapper {
}
}
}
.proctored-exam-skip-confirm-wrapper
{
border-left
:
(
$baseline
/
4
)
solid
$red
;
padding
:
$baseline
(
$baseline
*
1
.5
);;
background-color
:
rgb
(
242
,
244
,
245
);
.msg-title
{
@extend
%t-title5
;
@extend
%t-strong
;
}
.msg-content
{
color
:
$gray-l1
;
strong
{
@extend
%t-strong
;
}
}
.proctored-exam-skip-actions
{
@include
float
(
right
);
margin-top
:
$baseline
;
}
.btn
{
@extend
%t-strong
;
transition
:
color
$tmg-f3
ease-in-out
0s
,
border-color
$tmg-f3
ease-in-out
0s
,
background
$tmg-f3
ease-in-out
0s
,
box-shadow
$tmg-f3
ease-in-out
0s
;;
// Display: inline, side-by-side
display
:
inline-block
;
border-style
:
solid
;
border-radius
:
3px
;
border-width
:
1px
;
// Display: block, one button per line, full width
&
.block
{
display
:
block
;
width
:
100%
;
}
// STATE: is disabled
&
:disabled
,
&
.is-disabled
{
pointer-events
:
none
;
outline
:
none
;
cursor
:
default
;
}
}
.btn-base
{
@extend
%t-copy-base
;
padding
:
$baseline
/
2
$baseline
;
}
// ----------------------------
// #DEFAULT
// ----------------------------
.btn-default
{
border-color
:
rgb
(
0
,
121
,
188
);
background
:
$white-t1
;
color
:
rgb
(
0
,
121
,
188
);;
// STATE: hover and focus
&
:hover
,
&
.is-hovered
,
&
:focus
,
&
.is-focused
{
background
:
rgb
(
0
,
121
,
188
);
color
:
$white
;
box-shadow
:
none
;
text-shadow
:
none
;
}
// STATE: is pressed or active
&
:active
,
&
.is-pressed
,
&
.is-active
{
border-color
:
$m-blue-d5
;
background
:
$m-blue-d5
;
box-shadow
:
none
;
text-shadow
:
none
;
}
// STATE: is disabled
&
:disabled
,
&
.is-disabled
{
border-color
:
$m-gray-d1
;
background
:
$white-t1
;
color
:
$m-gray-d3
;
}
}
// ----------------------------
// #PRIMARY
// ----------------------------
.btn-primary
{
border-color
:
rgb
(
0
,
121
,
188
);
background
:
rgb
(
0
,
121
,
188
);
color
:
$white
;
box-shadow
:
none
;
text-shadow
:
none
;
// STATE: hover and focus
&
:hover
,
&
.is-hovered
,
&
:focus
,
&
.is-focused
{
border-color
:
$m-blue-d5
;
background
:
$m-blue-d5
;
box-shadow
:
none
;
text-shadow
:
none
;
}
// STATE: is pressed or active
&
:active
,
&
.is-pressed
,
&
.is-active
{
border-color
:
rgb
(
0
,
121
,
188
);
background
:
rgb
(
0
,
121
,
188
);
box-shadow
:
none
;
text-shadow
:
none
;
}
// STATE: is disabled
&
:disabled
,
&
.is-disabled
{
border-color
:
$m-gray-d1
;
background
:
$white-t1
;
color
:
$m-gray-d3
;
}
}
}
.footer-sequence
{
padding
:
30px
0px
20px
0px
;
border-bottom
:
(
$baseline
/
10
)
solid
#CFD9DD
;
...
...
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