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
c74bf7b5
Commit
c74bf7b5
authored
Nov 13, 2014
by
Robert Lord
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #131 from dmyers/text-shadow
Changed text shadows to use mixin
parents
482f0b99
28283428
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
screen.css.scss
source/stylesheets/screen.css.scss
+4
-4
No files found.
source/stylesheets/screen.css.scss
View file @
c74bf7b5
...
...
@@ -483,7 +483,7 @@ html, body {
aside
{
padding-top
:
1em
;
padding-bottom
:
1em
;
text-shadow
:
0
1px
0
lighten
(
$aside-notice-bg
,
15%
);
@include
text-shadow
(
0
1px
0
lighten
(
$aside-notice-bg
,
15%
)
);
margin-top
:
1
.5em
;
margin-bottom
:
1
.5em
;
background
:
$aside-notice-bg
;
...
...
@@ -491,12 +491,12 @@ html, body {
&
.warning
{
background-color
:
$aside-warning-bg
;
text-shadow
:
0
1px
0
lighten
(
$aside-warning-bg
,
15%
);
@include
text-shadow
(
0
1px
0
lighten
(
$aside-warning-bg
,
15%
)
);
}
&
.success
{
background-color
:
$aside-success-bg
;
text-shadow
:
0
1px
0
lighten
(
$aside-success-bg
,
15%
);
@include
text-shadow
(
0
1px
0
lighten
(
$aside-success-bg
,
15%
)
);
}
}
...
...
@@ -523,7 +523,7 @@ html, body {
margin
:
-2px
;
border-radius
:
4px
;
border
:
1px
solid
#F7E633
;
text-shadow
:
1px
1px
0
#666
;
@include
text-shadow
(
1px
1px
0
#666
)
;
@include
background
(
linear-gradient
(
bottom
right
,
#F7E633
0%
,
#F1D32F
100%
));
}
}
...
...
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