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
e0bcb3c6
Commit
e0bcb3c6
authored
May 12, 2012
by
Randall Leeds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reorder includes and beef up form spacing
parent
766c0df0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
12 deletions
+11
-12
site.scss
hypothesis/sass/site.scss
+11
-12
No files found.
hypothesis/sass/site.scss
View file @
e0bcb3c6
...
...
@@ -55,33 +55,32 @@ span.error {
.deform
button
,
.deform
input
,
.deform
textarea
{
border
:
solid
lighten
(
$gray-light
,
20%
)
thin
;
@include
border-radius
(
.25em
);
margin
:
.5em
0
;
padding
:
.
2
5em
;
border
:
solid
lighten
(
$gray-light
,
20%
)
thin
;
padding
:
.
33em
.
5em
;
}
.deform
button
{
background-color
:
desaturate
(
$blue
,
25%
);
border-color
:
desaturate
(
darken
(
$blue
,
10%
)
,
25%
);
color
:
$gray-lighter
;
@include
linear-gradient
(
color-stops
(
desaturate
(
$blue
,
25
%
)
-50%
,
$black
4
00%
desaturate
(
$blue
,
40
%
)
-50%
,
$black
3
00%
)
);
background-color
:
desaturate
(
$blue
,
25%
);
border-color
:
desaturate
(
darken
(
$blue
,
10%
)
,
25%
);
color
:
$gray-lighter
;
text-shadow
:
0
.1em
adjust-color
(
lighten
(
$gray
,
10%
)
,
$alpha
:
-.4
);
}
.deform
button
:hover
{
background-color
:
desaturate
(
darken
(
$blue
,
5%
)
,
25%
);
@include
linear-gradient
(
color-stops
(
desaturate
(
darken
(
$blue
,
5%
)
,
25
%
)
-50%
,
$black
4
00%
desaturate
(
darken
(
$blue
,
5%
)
,
40
%
)
-50%
,
$black
3
00%
)
);
background-color
:
desaturate
(
darken
(
$blue
,
5%
)
,
25%
);
}
.deform
input
,
...
...
@@ -128,7 +127,7 @@ span.error {
}
.control-group
{
margin-bottom
:
.25em
;
margin-bottom
:
1
.25em
;
}
.control-group
:first-of-type
{
...
...
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