mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
more work on charts
This commit is contained in:
15
client/js/components/sensors/SensorInfo.scss
Normal file
15
client/js/components/sensors/SensorInfo.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
.SensorInfo{
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
|
||||
.selector-row{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.recharts-wrapper{
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user