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
a02f9c65
Commit
a02f9c65
authored
Jan 26, 2012
by
Ernie Park
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove _fancybox.scss, no longer needed
parent
53b121d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
126 deletions
+0
-126
sass/_fancybox.scss
+0
-126
No files found.
sass/_fancybox.scss
deleted
100644 → 0
View file @
53b121d9
div
#fancybox-overlay
{
background
:
#333
!
important
;
}
div
#fancybox-wrap
{
width
:
auto
!
important
;
div
#fancybox-outer
{
background
:
none
;
max-width
:
600px
;
div
.fancybox-bg
{
display
:
none
;
background
:
none
;
}
div
#fancybox-content
{
@include
border-radius
(
3px
);
@include
box-shadow
(
0
0
6px
#000
);
@include
box-sizing
(
border-box
);
background
:
#fff
;
border
:
none
;
padding
:
lh
(
2
);
max-width
:
600px
;
width
:
auto
!
important
;
h1
{
font-size
:
24px
;
margin-top
:
0
;
padding-bottom
:
lh
();
border-bottom
:
1px
solid
#eee
;
margin-bottom
:
lh
();
}
form
{
text-align
:
left
;
div
#enroll_error
,
div
#login_error
{
-webkit-font-smoothing
:
antialiased
;
background-color
:
#F50200
;
color
:
#fff
;
font-weight
:
bold
;
letter-spacing
:
1px
;
margin-bottom
:
lh
();
padding
:
lh
(
.2
);
text-transform
:
uppercase
;
&
:empty
{
padding
:
0
;
}
}
label
{
display
:
block
;
font-weight
:
bold
;
}
#{
$all-text-inputs
}
{
width
:
100%
;
@include
box-sizing
(
border-box
);
}
input
[
type
=
"checkbox"
]
{
margin-right
:
10px
;
}
ol
{
li
{
margin-bottom
:
lh
();
&
.terms
,
&
.remember
{
padding-top
:
lh
();
border-top
:
1px
solid
#eee
;
}
&
.honor-code
{
width
:
auto
;
float
:
none
;
}
}
}
input
[
type
=
"button"
]
{
@include
button
(
$mit-red
);
font-size
:
18px
;
padding
:
lh
(
.5
);
}
}
div
#login
{
min-width
:
300px
;
ol
{
li
{
width
:
auto
;
float
:
none
;
}
}
}
div
.lost-password
{
text-align
:
left
;
margin-top
:
lh
();
a
{
color
:
#999
;
&
:hover
{
color
:
#444
;
}
}
}
div
#pwd_reset
{
p
{
margin-bottom
:
lh
();
}
input
[
type
=
"email"
]
{
margin-bottom
:
lh
();
}
}
}
}
}
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