Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
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
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
daf2f7f4
Commit
daf2f7f4
authored
Oct 15, 2014
by
Aron Carroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some styles for the onboarding/help page
parent
fabf9910
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
0 deletions
+40
-0
common.scss
h/static/styles/common.scss
+2
-0
help-page.scss
h/static/styles/help-page.scss
+38
-0
No files found.
h/static/styles/common.scss
View file @
daf2f7f4
...
...
@@ -17,6 +17,7 @@ $headings-color: $text-color;
@import
'simple-search'
;
@import
'tags-input'
;
@import
'page'
;
@import
'help-page'
;
//ELEMENT STYLES////////////////////////////////
a
{
...
...
@@ -26,6 +27,7 @@ a {
}
body
{
position
:
relative
;
background-color
:
$body-background
;
color
:
$text-color
;
line-height
:
1
.4
;
...
...
h/static/styles/help-page.scss
0 → 100644
View file @
daf2f7f4
@import
"./mixins/icons"
;
.help-page
{
padding-right
:
460px
;
}
.help-page-content
{
padding
:
40px
10%
40px
20%
;
margin
:
auto
;
}
.help-page-sidebar
{
position
:
fixed
;
top
:
20px
;
right
:
40px
;
bottom
:
20px
;
width
:
380px
;
display
:
block
;
border
:
$gray-lighter
dotted
2px
;
border-radius
:
3px
;
}
#help-1
{
position
:
fixed
;
top
:
30%
;
right
:
60px
;
width
:
340px
;
color
:
$gray-light
;
@include
icons
{
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0
.2
);
padding
:
4px
;
border-radius
:
4px
;
background
:
#FFF
;
text-shadow
:
0
0
2px
#F9F9F9
,
0
0
0
#777
;
color
:
rgba
(
200
,
200
,
200
,
0
.3
);
}
}
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