Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
node-slate
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
Nguyễn Hải Sơn
node-slate
Commits
0316c0c5
Commit
0316c0c5
authored
Apr 21, 2014
by
Robert Lord
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add aside print styling, fixes #4
parent
259bf0f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
print.css.scss
source/stylesheets/print.css.scss
+28
-0
No files found.
source/stylesheets/print.css.scss
View file @
0316c0c5
...
...
@@ -2,6 +2,7 @@
@import
'normalize'
;
@import
'compass'
;
@import
'variables'
;
@import
'icon-font'
;
/*
Copyright 2008-2013 Concur Technologies, Inc.
...
...
@@ -111,4 +112,31 @@ body {
h5
,
h6
{
text-transform
:
uppercase
;
}
aside
{
padding
:
1em
;
border
:
1px
solid
$print-color-light
;
border-radius
:
5px
;
margin-top
:
1
.5em
;
margin-bottom
:
1
.5em
;
line-height
:
1
.6
;
}
aside
:before
{
vertical-align
:
middle
;
padding-right
:
0
.5em
;
font-size
:
14px
;
}
aside
.notice
:before
{
@extend
%icon-info-sign
;
}
aside
.warning
:before
{
@extend
%icon-exclamation-sign
;
}
aside
.success
:before
{
@extend
%icon-ok-sign
;
}
}
\ 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