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
03382674
Commit
03382674
authored
May 14, 2013
by
Brian Talbot
Committed by
David Baumgold
May 22, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - adding in perset type sizes for icons (future/general use)
parent
cbe8f0d3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
3 deletions
+44
-3
cms/static/sass/elements/_typography.scss
+44
-3
No files found.
cms/static/sass/elements/_typography.scss
View file @
03382674
...
@@ -131,7 +131,48 @@
...
@@ -131,7 +131,48 @@
// ====================
// ====================
// misc
// icons
.t-icon
{
.t-icon1
{
line-height
:
0
;
@include
font-size
(
48
);
@include
lh
(
48
);
}
.t-icon2
{
@include
font-size
(
36
);
@include
lh
(
36
);
}
.t-icon3
{
@include
font-size
(
24
);
@include
lh
(
24
);
}
.t-icon4
{
@include
font-size
(
18
);
@include
lh
(
18
);
}
.t-icon5
{
@include
font-size
(
16
);
@include
lh
(
16
);
}
.t-icon6
{
@include
font-size
(
14
);
@include
lh
(
14
);
}
.t-icon7
{
@include
font-size
(
12
);
@include
lh
(
12
);
}
.t-icon8
{
@include
font-size
(
11
);
@include
lh
(
11
);
}
.t-icon9
{
@include
font-size
(
10
);
@include
lh
(
10
);
}
}
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