Grand ménage des fichiers obsolètes/inutiles et réorganisation des dossiers
This commit is contained in:
1
raspberry/python/static/css/Base.css
Normal file
1
raspberry/python/static/css/Base.css
Normal file
@ -0,0 +1 @@
|
||||
|
15
raspberry/python/static/css/data_viz.css
Normal file
15
raspberry/python/static/css/data_viz.css
Normal file
@ -0,0 +1,15 @@
|
||||
.area {
|
||||
fill: lightsteelblue;
|
||||
}
|
||||
|
||||
.line {
|
||||
fill: none;
|
||||
stroke: steelblue;
|
||||
stroke-width: 1.5px;
|
||||
}
|
||||
|
||||
.dot {
|
||||
fill: white;
|
||||
stroke: steelblue;
|
||||
stroke-width: 1.5px;
|
||||
}
|
Reference in New Issue
Block a user