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
8bbbe992
Commit
8bbbe992
authored
May 20, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - references new line-height() Sass mixin when declaring typography archetypes
parent
31b5c4ab
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
18 deletions
+18
-18
cms/static/sass/elements/_typography.scss
+18
-18
No files found.
cms/static/sass/elements/_typography.scss
View file @
8bbbe992
...
...
@@ -11,54 +11,54 @@
.t-title1
{
@extend
.t-title
;
@include
font-size
(
60
);
@include
l
h
(
60
);
@include
l
ine-height
(
60
);
}
.t-title2
{
@extend
.t-title
;
@include
font-size
(
48
);
@include
l
h
(
48
);
@include
l
ine-height
(
48
);
}
.t-title3
{
@include
font-size
(
36
);
@include
l
h
(
36
);
@include
l
ine-height
(
36
);
}
.t-title4
{
@extend
.t-title
;
@include
font-size
(
24
);
@include
l
h
(
24
);
@include
l
ine-height
(
24
);
}
.t-title5
{
@extend
.t-title
;
@include
font-size
(
18
);
@include
l
h
(
18
);
@include
l
ine-height
(
18
);
}
.t-title6
{
@extend
.t-title
;
@include
font-size
(
16
);
@include
l
h
(
16
);
@include
l
ine-height
(
16
);
}
.t-title7
{
@extend
.t-title
;
@include
font-size
(
14
);
@include
l
h
(
14
);
@include
l
ine-height
(
14
);
}
.t-title8
{
@extend
.t-title
;
@include
font-size
(
12
);
@include
l
h
(
12
);
@include
l
ine-height
(
12
);
}
.t-title9
{
@extend
.t-title
;
@include
font-size
(
11
);
@include
l
h
(
11
);
@include
l
ine-height
(
11
);
}
// ====================
...
...
@@ -71,31 +71,31 @@
.t-copy-base
{
@extend
.t-copy
;
@include
font-size
(
16
);
@include
l
h
(
16
);
@include
l
ine-height
(
16
);
}
.t-copy-lead1
{
@extend
.t-copy
;
@include
font-size
(
18
);
@include
l
h
(
18
);
@include
l
ine-height
(
18
);
}
.t-copy-lead2
{
@extend
.t-copy
;
@include
font-size
(
24
);
@include
l
h
(
24
);
@include
l
ine-height
(
24
);
}
.t-copy-sub1
{
@extend
.t-copy
;
@include
font-size
(
14
);
@include
l
h
(
14
);
@include
l
ine-height
(
14
);
}
.t-copy-sub2
{
@extend
.t-copy
;
@include
font-size
(
12
);
@include
l
h
(
12
);
@include
l
ine-height
(
12
);
}
// ====================
...
...
@@ -103,22 +103,22 @@
// actions/labels
.t-action1
{
@include
font-size
(
18
);
@include
l
h
(
18
);
@include
l
ine-height
(
18
);
}
.t-action2
{
@include
font-size
(
16
);
@include
l
h
(
16
);
@include
l
ine-height
(
16
);
}
.t-action3
{
@include
font-size
(
14
);
@include
l
h
(
14
);
@include
l
ine-height
(
14
);
}
.t-action4
{
@include
font-size
(
12
);
@include
l
h
(
12
);
@include
l
ine-height
(
12
);
}
...
...
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