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
69c147bf
Commit
69c147bf
authored
Jul 19, 2016
by
Robert Knight
Committed by
Nick Stenning
Jul 19, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused SASS variables and mixins (#44)
Remove SASS variables and mixins which are not used by the client
parent
24a2cee5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
50 deletions
+0
-50
annotation.scss
h/static/styles/annotation.scss
+0
-4
variables.scss
h/static/styles/variables.scss
+0
-46
No files found.
h/static/styles/annotation.scss
View file @
69c147bf
...
@@ -2,10 +2,6 @@
...
@@ -2,10 +2,6 @@
//ANNOTATION CARD////////////////////////////////
//ANNOTATION CARD////////////////////////////////
// the padding at the left-edge of the annotation card
// and its container
$annotation-card-left-padding
:
10px
;
.annotation-card
{
.annotation-card
{
box-shadow
:
0px
1px
1px
0px
rgba
(
0
,
0
,
0
,
0
.10
);
box-shadow
:
0px
1px
1px
0px
rgba
(
0
,
0
,
0
,
0
.10
);
border-radius
:
2px
;
border-radius
:
2px
;
...
...
h/static/styles/variables.scss
View file @
69c147bf
...
@@ -8,7 +8,6 @@ $black: #000 !default;
...
@@ -8,7 +8,6 @@ $black: #000 !default;
// Grays
// Grays
// ---------------------
// ---------------------
$gray
:
#777
!
default
;
$gray
:
#777
!
default
;
$gray-darker
:
#333
;
$gray-dark
:
#585858
;
$gray-dark
:
#585858
;
$gray-light
:
#969696
!
default
;
$gray-light
:
#969696
!
default
;
$gray-lighter
:
#d3d3d3
!
default
;
$gray-lighter
:
#d3d3d3
!
default
;
...
@@ -19,11 +18,7 @@ $color-dove-gray: #626262;
...
@@ -19,11 +18,7 @@ $color-dove-gray: #626262;
$color-gray
:
#818181
;
$color-gray
:
#818181
;
$color-silver-chalice
:
#a6a6a6
;
$color-silver-chalice
:
#a6a6a6
;
$color-silver
:
#bbb
;
$color-silver
:
#bbb
;
$color-alto
:
#dedede
;
$color-mercury
:
#e2e2e2
;
$color-gallery
:
#ececec
;
$color-seashell
:
#f1f1f1
;
$color-seashell
:
#f1f1f1
;
$color-wild-sand
:
#f5f5f5
;
// Colors
// Colors
...
@@ -39,9 +34,6 @@ $button-background-gradient: to bottom, $button-background-start, $button-backgr
...
@@ -39,9 +34,6 @@ $button-background-gradient: to bottom, $button-background-start, $button-backgr
$error-color
:
#f0480c
!
default
;
$error-color
:
#f0480c
!
default
;
$success-color
:
#1cbd41
!
default
;
$success-color
:
#1cbd41
!
default
;
$mask-start-color
:
rgba
(
$white
,
0
)
!
default
;
$mask-end-color
:
$white
!
default
;
// Variables for the new color palette
// Variables for the new color palette
// ------------------------------------
// ------------------------------------
...
@@ -97,24 +89,16 @@ $link-color-hover: color-weight($brand-color, 700) !default;
...
@@ -97,24 +89,16 @@ $link-color-hover: color-weight($brand-color, 700) !default;
// Typography
// Typography
// -------------------------
// -------------------------
$sans-font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
"Lucida Grande"
,
sans-serif
!
default
;
$sans-font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
"Lucida Grande"
,
sans-serif
!
default
;
$serif-font-family
:
Georgia
,
"Bitstream Charter"
,
"Times"
,
"Times New Roman"
,
serif
!
default
;
$mono-font-family
:
Open
Sans
Mono
,
Menlo
,
DejaVu
Sans
Mono
,
monospace
!
default
;
$mono-font-family
:
Open
Sans
Mono
,
Menlo
,
DejaVu
Sans
Mono
,
monospace
!
default
;
$base-font-size
:
16px
!
default
;
$base-font-size
:
16px
!
default
;
$base-font-family
:
$sans-font-family
!
default
;
$base-line-height
:
20px
!
default
;
$base-line-height
:
20px
!
default
;
$alt-font-family
:
$serif-font-family
!
default
;
$headings-font-family
:
inherit
!
default
;
$headings-color
:
inherit
!
default
;
$body1-font-size
:
12px
;
$body1-font-size
:
12px
;
$body1-line-height
:
1
.4em
;
$body1-line-height
:
1
.4em
;
$body2-font-size
:
14px
;
$body2-font-size
:
14px
;
$body2-line-height
:
1
.4em
;
$title-font-size
:
20px
;
$title-font-weight
:
bold
;
$title-font-weight
:
bold
;
$normal-font-size
:
13px
;
$normal-font-size
:
13px
;
...
@@ -123,41 +107,14 @@ $normal-line-height: 17px;
...
@@ -123,41 +107,14 @@ $normal-line-height: 17px;
$small-font-size
:
11px
;
$small-font-size
:
11px
;
$small-line-height
:
12px
;
$small-line-height
:
12px
;
// Front page typography
// -------------------------
// These are part of the new design at https://trello.com/c/h6kQMQG8/187-new-homepage-design)
// and the styles/sizes across the sidebar, site, frontpage and blog need to be
// made consistent
$font-size-body1
:
13px
;
$font-size-body2
:
15px
;
$font-size-heading1
:
27px
;
$font-size-heading2
:
19px
;
$font-family-site-sans
:
"Source Sans Pro"
,
sans-serif
;
$font-weight-light
:
300
;
$line-height-tall
:
1
.3em
;
// Stance Colors
// -------------------------
$positive
:
#3aab39
;
$negative
:
#d11c2b
;
$neutral
:
#0171ba
;
// Layout margins
// Layout margins
// -------------------------
// -------------------------
$layout-h-margin
:
15px
;
$layout-h-margin
:
15px
;
// Animations
// -------------------------
$anim-duration-normal
:
.3s
;
// a good default choice for transition lengths
// Z-Index Scale
// Z-Index Scale
// -------------------------
// -------------------------
$zindex-dropdown-menu
:
10
;
$zindex-tooltip
:
20
;
$zindex-tooltip
:
20
;
...
@@ -168,10 +125,7 @@ $highlight-color: rgba(255, 255, 60, 0.3);
...
@@ -168,10 +125,7 @@ $highlight-color: rgba(255, 255, 60, 0.3);
$highlight-color-second
:
rgba
(
206
,
206
,
60
,
0
.4
);
$highlight-color-second
:
rgba
(
206
,
206
,
60
,
0
.4
);
$highlight-color-third
:
rgba
(
192
,
192
,
49
,
0
.4
);
$highlight-color-third
:
rgba
(
192
,
192
,
49
,
0
.4
);
$highlight-color-focus
:
rgba
(
156
,
230
,
255
,
0
.5
);
$highlight-color-focus
:
rgba
(
156
,
230
,
255
,
0
.5
);
$score-width
:
40px
;
$score-height
:
$score-width
;
$top-bar-height
:
40px
;
$top-bar-height
:
40px
;
$input-border-radius
:
2px
;
// Mixins
// Mixins
// ------
// ------
...
...
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