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
0a40fe19
Commit
0a40fe19
authored
May 27, 2020
by
Lyza Danger Gardner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused color variables and consolidate stateful-message ones
parent
81871feb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
variables.scss
src/styles/variables.scss
+2
-5
No files found.
src/styles/variables.scss
View file @
0a40fe19
...
...
@@ -37,10 +37,10 @@ $grey-7: #202020;
$black
:
#000
!
default
;
// Colors
$color-success
:
#00a36d
;
$color-
warning
:
#fbc168
;
$color-
notice
:
#fbc168
;
$color-error
:
#d93c3f
;
$brand
:
#bd1c2b
;
$highlight
:
#58cef4
;
...
...
@@ -53,9 +53,6 @@ $button-background-end: #f0f0f0 !default;
$button-background-gradient
:
to
bottom
,
$button-background-start
,
$button-background-end
!
default
;
$error-color
:
#f0480c
!
default
;
$success-color
:
#1cbd41
!
default
;
// Tint and shade functions from
// https://css-tricks.com/snippets/sass/tint-shade-functions
@function
tint
(
$color
,
$percent
)
{
...
...
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