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
a39d609e
Commit
a39d609e
authored
Dec 13, 2012
by
Don Mitchell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more
parent
595edac4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
24 deletions
+2
-24
cms/static/sass/_mixins.scss
+0
-24
cms/static/sass/_mixins.scss
+2
-0
No files found.
cms/static/sass/_mixins.scss
deleted
100644 → 0
View file @
595edac4
@function
em
(
$pxval
,
$base
:
16
)
{
@return
#{
$pxval
/
$base
}
em
;
}
// Line-height
@function
lh
(
$amount
:
1
)
{
@return
$body-line-height
*
$amount
;
}
@mixin
hide-text
(){
text-indent
:
-9999px
;
overflow
:
hidden
;
display
:
block
;
}
@mixin
vertically-and-horizontally-centered
(
$height
,
$width
)
{
left
:
50%
;
margin-left
:
-
$width
/
2
;
//margin-top: -$height / 2;
min-height
:
$height
;
min-width
:
$width
;
position
:
absolute
;
top
:
150px
;
}
cms/static/sass/_mixins.scss
0 → 120000
View file @
a39d609e
..
/
..
/
..
/
common
/
static
/
sass
/
_mixins
.scss
\ No newline at end of file
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