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
a585fc79
Commit
a585fc79
authored
Dec 15, 2015
by
unawaz
Committed by
umar-nawaz
Dec 17, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SWAT-97] Logistration alignment and padding.
parent
e3184ea9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
lms/static/sass/views/_login-register.scss
+6
-4
No files found.
lms/static/sass/views/_login-register.scss
View file @
a585fc79
...
...
@@ -130,10 +130,13 @@ $sm-btn-linkedin: #0077b5;
.toggle-form
{
@include
box-sizing
(
border-box
);
max-width
:
650px
;
min-width
:
40
0px
;
min-width
:
25
0px
;
margin
:
0
auto
;
padding-left
:
$baseline
;
// Don't want to override any top or bottom (CR)
padding-right
:
$baseline
//
Don
't want to override any top or bottom (CR)
padding
:
{
left
:
$baseline
;
// Don't want to override any top or bottom (CR)
right
:
$baseline
;
// Don't want to override any top or bottom (CR)
bottom
:
(
$baseline
/
2
);
}
}
.toggle-form
{
...
...
@@ -148,7 +151,6 @@ $sm-btn-linkedin: #0077b5;
text-align
:
center
;
}
/** The forms **/
.form-wrapper
{
padding-top
:
(
$baseline
+
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