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
8134f41a
Commit
8134f41a
authored
May 12, 2012
by
Randall Leeds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drop header box shadow
parent
e0bcb3c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
12 deletions
+10
-12
site.scss
hypothesis/sass/site.scss
+10
-12
No files found.
hypothesis/sass/site.scss
View file @
8134f41a
...
...
@@ -143,20 +143,10 @@ span.error {
}
#content
{
border
:
lighten
(
$gray-light
,
30%
)
solid
thin
;
background-color
:
lighten
(
$yellow
,
45%
);
@include
box-shadow
(
desaturate
(
$yellow
,
75%
)
0
0
.5em
);
font-size
:
(
$font-size
+
2
)
/
$font-size
*
1em
;
}
#toolbar
,
#header
{
@extend
.small
;
background-color
:
desaturate
(
lighten
(
$blue
,
50%
)
,
95%
);
border
:
lighten
(
$gray-light
,
30%
)
solid
thin
;
@include
box-shadow
(
$gray-light
0
0
.5em
,
desaturate
(
lighten
(
$blue
,
25%
)
,
85%
)
0
0
6em
-3em
inset
);
background-color
:
lighten
(
$gray-lighter
,
2%
);
font-size
:
(
$font-size
+
2
)
/
$font-size
*
1em
;
}
#header
{
...
...
@@ -166,6 +156,14 @@ span.error {
}
#toolbar
{
@extend
.small
;
@include
box-shadow
(
$gray-light
0
0
.5em
,
desaturate
(
lighten
(
$blue
,
25%
)
,
85%
)
0
0
6em
-3em
inset
);
background-color
:
desaturate
(
lighten
(
$blue
,
50%
)
,
95%
);
border
:
lighten
(
$gray-light
,
30%
)
solid
thin
;
padding
:
0
1em
;
position
:
fixed
;
height
:
3em
;
width
:
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