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
c250bc8b
Commit
c250bc8b
authored
Feb 13, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - page headers: setting up needed future CSS
parent
e23c9996
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
3 deletions
+43
-3
cms/static/sass/_base.scss
+43
-3
No files found.
cms/static/sass/_base.scss
View file @
c250bc8b
...
...
@@ -56,7 +56,7 @@ h1 {
padding
:
0
$baseline
;
position
:
relative
;
.mast
{
.mast
,
.metadata
{
@include
clearfix
();
@include
font-size
(
16
);
position
:
relative
;
...
...
@@ -64,9 +64,12 @@ h1 {
min-width
:
$fg-min-width
;
width
:
flex-grid
(
12
);
margin
:
0
auto
$baseline
auto
;
color
:
$gray-d2
;
}
.mast
{
border-bottom
:
1px
solid
$gray-l4
;
padding-bottom
:
(
$baseline
/
2
);
color
:
$gray-d2
;
.title-sub
{
@include
font-size
(
14
);
...
...
@@ -86,6 +89,33 @@ h1 {
color
:
$gray-d3
;
}
.nav-hierarchy
{
@include
font-size
(
14
);
display
:
block
;
margin
:
0
;
color
:
$gray-l2
;
font-weight
:
400
;
.nav-item
{
display
:
inline
;
vertical-align
:
middle
;
margin-right
:
(
$baseline
/
4
);
&
:after
{
content
:
">>"
;
margin-left
:
(
$baseline
/
4
);
}
&
:last-child
{
margin-right
:
0
;
&
:after
{
content
:
none
;
}
}
}
}
// layout with actions
.title
{
width
:
flex-grid
(
12
);
...
...
@@ -120,7 +150,12 @@ h1 {
// buttons
.button
{
padding
:
(
$baseline
/
4
)
(
$baseline
/
2
)
(
$baseline
/
3
)
(
$baseline
/
2
);
padding
:
(
$baseline
/
4
)
(
$baseline
/
2
)
(
$baseline
/
3
)
(
$baseline
/
2
)
!
important
;
font-weight
:
400
!
important
;
}
.new-button
{
font-weight
:
700
!
important
;
}
.upload-button
.icon-create
{
...
...
@@ -130,6 +165,11 @@ h1 {
}
}
}
// page metadata/action bar
.metadata
{
}
}
// layout - basic page content
...
...
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