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
e9a0755e
Commit
e9a0755e
authored
Aug 30, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revises and transfers verification-only typography Sass extends
parent
cd479caa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
95 additions
and
121 deletions
+95
-121
lms/static/sass/elements/_typography.scss
+0
-121
lms/static/sass/views/_verification.scss
+95
-0
No files found.
lms/static/sass/elements/_typography.scss
View file @
e9a0755e
...
@@ -194,124 +194,3 @@
...
@@ -194,124 +194,3 @@
.t-weight5
{
.t-weight5
{
font-weight
:
700
;
font-weight
:
700
;
}
}
// ====================
// application: canned headings
.hd-lv1
{
@extend
.t-title1
;
@extend
.t-weight1
;
color
:
$m-gray-d4
;
margin
:
0
0
(
$baseline
*
2
)
0
;
}
.hd-lv1-alt
{
@extend
.t-title2
;
@extend
.t-weight1
;
color
:
$m-gray-d4
;
margin
:
0
0
(
$baseline
*
2
)
0
;
}
.hd-lv2
{
@extend
.t-title4
;
@extend
.t-weight1
;
margin
:
0
0
(
$baseline
*
0
.75
)
0
;
border-bottom
:
1px
solid
$m-gray-l3
;
padding-bottom
:
(
$baseline
/
2
);
color
:
$m-gray-d4
;
}
.hd-lv2-alt
{
@extend
.t-title4
;
@extend
.t-weight1
;
margin
:
0
0
(
$baseline
*
0
.75
)
0
;
border-bottom
:
1px
solid
$m-gray-t1
;
padding-bottom
:
(
$baseline
/
2
);
color
:
$m-blue-d1
;
text-transform
:
uppercase
;
}
.hd-lv3
{
@extend
.t-title6
;
@extend
.t-weight4
;
margin
:
0
0
(
$baseline
/
4
)
0
;
color
:
$m-gray-d4
;
}
.hd-lv3-alt
{
@extend
.t-title6
;
@extend
.t-weight3
;
margin
:
0
0
(
$baseline
/
4
)
0
;
color
:
$m-gray-d4
;
}
.hd-lv4
{
@extend
.t-title6
;
@extend
.t-weight2
;
margin
:
0
0
$baseline
0
;
color
:
$m-gray-d4
;
}
.hd-lv4-alt
{
@extend
.t-title6
;
@extend
.t-weight4
;
margin
:
0
0
(
$baseline
)
0
;
color
:
$m-gray-d4
;
text-transform
:
uppercase
;
}
.hd-lv5
{
@extend
.t-title7
;
@extend
.t-weight4
;
margin
:
0
0
(
$baseline
/
4
)
0
;
color
:
$m-gray-d4
;
}
// application: canned copy
.copy-base
{
@extend
.t-copy-base
;
color
:
$m-gray-d2
;
}
.copy-lead1
{
@extend
.t-copy-lead2
;
color
:
$m-gray
;
}
.copy-detail
{
@extend
.t-copy-sub1
;
@extend
.t-weight3
;
color
:
$m-gray-d1
;
}
.copy-metadata
{
@extend
.t-copy-sub2
;
color
:
$m-gray-d1
;
.copy-metadata-value
{
@extend
.t-weight2
;
}
.copy-metadata-value
{
@extend
.t-weight4
;
}
}
// application: canned links
.copy-link
{
border-bottom
:
1px
dotted
transparent
;
&
:hover
,
&
:active
{
border-color
:
$m-blue-d2
;
}
}
.copy-badge
{
@extend
.t-title8
;
@extend
.t-weight5
;
border-radius
:
(
$baseline
/
5
);
padding
:
(
$baseline
/
2
)
$baseline
;
text-transform
:
uppercase
;
}
lms/static/sass/views/_verification.scss
View file @
e9a0755e
// lms - views - verification flow
// lms - views - verification flow
// ====================
// ====================
// MISC: extends - type
// application: canned headings
.hd-lv1
{
@extend
.t-title1
;
@extend
.t-weight1
;
color
:
$m-gray-d4
;
margin
:
0
0
(
$baseline
*
2
)
0
;
}
.hd-lv2
{
@extend
.t-title4
;
@extend
.t-weight1
;
margin
:
0
0
(
$baseline
*
0
.75
)
0
;
border-bottom
:
1px
solid
$m-gray-l3
;
padding-bottom
:
(
$baseline
/
2
);
color
:
$m-gray-d4
;
}
.hd-lv3
{
@extend
.t-title6
;
@extend
.t-weight4
;
margin
:
0
0
(
$baseline
/
4
)
0
;
color
:
$m-gray-d4
;
}
.hd-lv4
{
@extend
.t-title6
;
@extend
.t-weight2
;
margin
:
0
0
$baseline
0
;
color
:
$m-gray-d4
;
}
.hd-lv5
{
@extend
.t-title7
;
@extend
.t-weight4
;
margin
:
0
0
(
$baseline
/
4
)
0
;
color
:
$m-gray-d4
;
}
// application: canned copy
.copy-base
{
@extend
.t-copy-base
;
color
:
$m-gray-d2
;
}
.copy-lead1
{
@extend
.t-copy-lead2
;
color
:
$m-gray
;
}
.copy-detail
{
@extend
.t-copy-sub1
;
@extend
.t-weight3
;
color
:
$m-gray-d1
;
}
.copy-metadata
{
@extend
.t-copy-sub2
;
color
:
$m-gray-d1
;
.copy-metadata-value
{
@extend
.t-weight2
;
}
.copy-metadata-value
{
@extend
.t-weight4
;
}
}
// application: canned links
.copy-link
{
border-bottom
:
1px
dotted
transparent
;
&
:hover
,
&
:active
{
border-color
:
$m-blue-d2
;
}
}
.copy-badge
{
@extend
.t-title8
;
@extend
.t-weight5
;
border-radius
:
(
$baseline
/
5
);
padding
:
(
$baseline
/
2
)
$baseline
;
text-transform
:
uppercase
;
}
// ====================
// MISC: extends - UI - window
// MISC: extends - UI - window
.ui-window
{
.ui-window
{
@include
clearfix
();
@include
clearfix
();
...
@@ -11,12 +100,15 @@
...
@@ -11,12 +100,15 @@
background
:
$white
;
background
:
$white
;
}
}
// ====================
// MISC: extends - UI - well
// MISC: extends - UI - well
.ui-well
{
.ui-well
{
box-shadow
:
inset
0
1px
2px
1px
$shadow-l1
;
box-shadow
:
inset
0
1px
2px
1px
$shadow-l1
;
padding
:
(
$baseline
*
0
.75
)
$baseline
;
padding
:
(
$baseline
*
0
.75
)
$baseline
;
}
}
// ====================
// MISC: expandable UI
// MISC: expandable UI
.is-expandable
{
.is-expandable
{
...
@@ -71,6 +163,9 @@
...
@@ -71,6 +163,9 @@
}
}
}
}
// ====================
// VIEW: all verification steps
.register.verification-process
{
.register.verification-process
{
// reset: box-sizing (making things so right its scary)
// reset: box-sizing (making things so right its scary)
...
...
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