Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-ora2
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-ora2
Commits
669f269b
Commit
669f269b
authored
Mar 03, 2014
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aligning ORA variable-based comments
parent
3ea80dc7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
apps/openassessment/xblock/static/sass/oa/utilities/_variables.scss
+8
-8
No files found.
apps/openassessment/xblock/static/sass/oa/utilities/_variables.scss
View file @
669f269b
...
@@ -7,20 +7,20 @@
...
@@ -7,20 +7,20 @@
// --------------------
// --------------------
// layout (neat-based) - forced breakpoints/sizing
// layout (neat-based) - forced breakpoints/sizing
// --------------------
// --------------------
$grid-size-s
:
530px
;
// small
$grid-size-s
:
530px
;
// small
$grid-size-m
:
760px
;
// medium
$grid-size-m
:
760px
;
// medium
$grid-size-l
:
925px
;
// large
$grid-size-l
:
925px
;
// large
$grid-size-x
:
1300px
;
// extra large
$grid-size-x
:
1300px
;
// extra large
$grid-size-f
:
1600px
;
// full size
$grid-size-f
:
1600px
;
// full size
// --------------------
// --------------------
// layout (neat-based) - mediaqueries
// layout (neat-based) - mediaqueries
// --------------------
// --------------------
$bp-m
:
new-breakpoint
(
max-width
(
$grid-size-s
-
1
)
4
);
// mobile devices - make grid 4 columns
$bp-m
:
new-breakpoint
(
max-width
(
$grid-size-s
-
1
)
4
);
// mobile devices - make grid 4 columns
$bp-ds
:
new-breakpoint
(
min-width
$grid-size-s
max-width
(
$grid-size-m
-
1
)
6
);
// small displays - make grid 6 columns
$bp-ds
:
new-breakpoint
(
min-width
$grid-size-s
max-width
(
$grid-size-m
-
1
)
6
);
// small displays - make grid 6 columns
$bp-dm
:
new-breakpoint
(
min-width
$grid-size-m
max-width
(
$grid-size-l
-
1
)
12
);
// medium displays - make grid 12 columns
$bp-dm
:
new-breakpoint
(
min-width
$grid-size-m
max-width
(
$grid-size-l
-
1
)
12
);
// medium displays - make grid 12 columns
$bp-dl
:
new-breakpoint
(
min-width
$grid-size-l
max-width
(
$grid-size-x
-
1
)
12
);
// large displays - make grid 12 columns
$bp-dl
:
new-breakpoint
(
min-width
$grid-size-l
max-width
(
$grid-size-x
-
1
)
12
);
// large displays - make grid 12 columns
$bp-dx
:
new-breakpoint
(
min-width
$grid-size-x
12
);
// large displays - make grid 12 columns
$bp-dx
:
new-breakpoint
(
min-width
$grid-size-x
12
);
// large displays - make grid 12 columns
// --------------------
// --------------------
...
...
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