mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Commit realizando cambios en los roles de los usuarios
This commit is contained in:
13
httpdocs/themes/focus2/scss/components/charts/_chart-c3.scss
Normal file
13
httpdocs/themes/focus2/scss/components/charts/_chart-c3.scss
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
.c3{
|
||||
height: 250px;
|
||||
}
|
||||
.c3-legend-item {
|
||||
fill: #9fabb1;
|
||||
}
|
||||
|
||||
.c3 .c3-axis-x path,
|
||||
.c3 .c3-axis-x line,
|
||||
.c3 .c3-axis-y path,
|
||||
.c3 .c3-axis-y line,
|
||||
.tick text { stroke: $white; }
|
||||
Reference in New Issue
Block a user