Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
anis-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
anis
anis-client
Commits
26e91a30
Commit
26e91a30
authored
4 years ago
by
Tifenn Guillas
Browse files
Options
Downloads
Patches
Plain Diff
Fix sonar bug Font declarations should contain at least one generic font family => DONE
parent
dac99920
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!100
Develop
,
!97
Resolve "Quality improvment"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/detail/components/spectra-graph/spectra-graph.component.css
+2
-15
2 additions, 15 deletions
...tail/components/spectra-graph/spectra-graph.component.css
with
2 additions
and
15 deletions
src/app/detail/components/spectra-graph/spectra-graph.component.css
+
2
−
15
View file @
26e91a30
.titles
text
{
fill
:
#5a5a5a
;
font-family
:
"sans-serif"
;
font-weight
:
"300"
;
font-size
:
22px
;
font-size
:
24px
;
}
.axis
line
{
...
...
@@ -11,11 +9,6 @@
shape-rendering
:
crispEdges
;
}
.axis
text
{
font-family
:
sans-serif
;
font-size
:
11px
;
}
.grid
line
{
fill
:
none
;
stroke
:
lightgray
;
...
...
@@ -27,11 +20,6 @@
stroke-width
:
1.5px
;
}
.ray
text
{
font-family
:
"sans-serif"
;
font-size
:
15px
;
}
.emission
line
{
stroke
:
steelblue
;
}
...
...
@@ -117,8 +105,7 @@
}
.emission-button
text
,
.absorption-button
text
{
font-size
:
13px
;
font-family
:
"sans-serif"
;
font-size
:
15px
;
color
:
#333333
;
fill
:
#333333
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment