Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
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
Grégoire Locqueville
purescript-gargantext
Commits
20977ce9
Commit
20977ce9
authored
Jan 29, 2021
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DESIGN] fix colors
parent
85b3c957
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
sass.css
dist/styles/sass.css
+10
-10
_annotation.sass
src/sass/_annotation.sass
+3
-3
No files found.
dist/styles/sass.css
View file @
20977ce9
...
...
@@ -762,44 +762,44 @@ li .leaf:hover a.settings {
}
.annotation-run.candidate-term.graph-term.stop-term
{
color
:
#000
;
background-image
:
linear-gradient
(
rgba
(
255
,
152
,
0
,
0.34
),
rgba
(
255
,
152
,
0
,
0.34
)),
linear-gradient
(
rgba
(
67
,
160
,
71
,
0.33
),
rgba
(
67
,
160
,
71
,
0.33
)),
linear-gradient
(
rgba
(
229
,
57
,
53
,
0.33
),
rgba
(
229
,
57
,
53
,
0.33
));
background-image
:
linear-gradient
(
rgba
(
184
,
184
,
184
,
0.34
),
rgba
(
184
,
184
,
184
,
0.34
)),
linear-gradient
(
rgba
(
149
,
210
,
149
,
0.33
),
rgba
(
149
,
210
,
149
,
0.33
)),
linear-gradient
(
rgba
(
245
,
148
,
153
,
0.33
),
rgba
(
245
,
148
,
1
53
,
0.33
));
}
.annotation-run.candidate-term.graph-term
{
color
:
#000
;
background-image
:
linear-gradient
(
rgba
(
255
,
152
,
0
,
0.5
),
rgba
(
255
,
152
,
0
,
0.5
)),
linear-gradient
(
rgba
(
67
,
160
,
71
,
0.5
),
rgba
(
67
,
160
,
71
,
0.5
));
background-image
:
linear-gradient
(
rgba
(
184
,
184
,
184
,
0.5
),
rgba
(
184
,
184
,
184
,
0.5
)),
linear-gradient
(
rgba
(
149
,
210
,
149
,
0.5
),
rgba
(
149
,
210
,
149
,
0.5
));
}
.annotation-run.candidate-term.stop-term
{
color
:
#000
;
background-image
:
linear-gradient
(
rgba
(
255
,
152
,
0
,
0.5
),
rgba
(
255
,
152
,
0
,
0.5
)),
linear-gradient
(
rgba
(
229
,
57
,
53
,
0.5
),
rgba
(
229
,
57
,
53
,
0.5
));
background-image
:
linear-gradient
(
rgba
(
184
,
184
,
184
,
0.5
),
rgba
(
184
,
184
,
184
,
0.5
)),
linear-gradient
(
rgba
(
245
,
148
,
153
,
0.5
),
rgba
(
245
,
148
,
1
53
,
0.5
));
}
.annotation-run.graph-term.stop-term
{
color
:
#000
;
background-image
:
linear-gradient
(
rgba
(
67
,
160
,
71
,
0.5
),
rgba
(
67
,
160
,
71
,
0.5
)),
linear-gradient
(
rgba
(
229
,
57
,
53
,
0.5
),
rgba
(
229
,
57
,
53
,
0.5
));
background-image
:
linear-gradient
(
rgba
(
149
,
210
,
149
,
0.5
),
rgba
(
149
,
210
,
149
,
0.5
)),
linear-gradient
(
rgba
(
245
,
148
,
153
,
0.5
),
rgba
(
245
,
148
,
1
53
,
0.5
));
}
.annotation-run.candidate-term
{
color
:
#000
;
background-color
:
#
FF9800
;
background-color
:
#
B8B8B893
;
}
.annotation-run.graph-term
{
color
:
#000
;
background-color
:
#
43A047
;
background-color
:
#
95D29593
;
}
.annotation-run.stop-term
{
color
:
#000
;
background-color
:
#
E53935
;
background-color
:
#
F5949993
;
}
.context-menu
.candidate-term
{
color
:
#000
;
background-color
:
#
FF9800
;
background-color
:
#
B8B8B893
;
}
.context-menu
.graph-term
{
color
:
#000
;
background-color
:
#
43A047
;
background-color
:
#
95D29593
;
}
.context-menu
.stop-term
{
color
:
#000
;
background-color
:
#
E53935
;
background-color
:
#
F5949993
;
}
/*# sourceMappingURL=sass.css.map */
src/sass/_annotation.sass
View file @
20977ce9
...
...
@@ -3,9 +3,9 @@
// $annotation-stop-color: #f00
// Copied from bootstrap's bg-warning, bg-success, bg-danger:
$annotation-candidate-color
:
#
FF9800
$annotation-graph-color
:
#
43A047
$annotation-stop-color
:
#
E53935
$annotation-candidate-color
:
#
B8B8B8
93
$annotation-graph-color
:
#
95D295
93
$annotation-stop-color
:
#
F59499
93
@mixin
lg1
(
$color
)
color
:
#000
...
...
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