Created logo
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
|
||||
/* Chart legends */
|
||||
.tui-chart-vertical .tui-chart-x-axis .tui-chart-legend {
|
||||
flex-basis: 100%;
|
||||
flex: 0 1 100%;
|
||||
text-align: center;
|
||||
}
|
||||
.tui-chart-vertical .tui-chart-y-axis .tui-chart-legend {
|
||||
@@ -83,7 +83,7 @@
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.tui-chart-horizontal .tui-chart-x-axis .tui-chart-legend {
|
||||
flex-basis: 100%;
|
||||
flex: 0 1 100%;
|
||||
text-align: right;
|
||||
}
|
||||
.tui-chart-horizontal .tui-chart-y-axis .tui-chart-legend {
|
||||
@@ -97,7 +97,7 @@
|
||||
|
||||
/* Chart value */
|
||||
.tui-chart-vertical .tui-chart-display .tui-chart-value {
|
||||
flex-basis: 100%;
|
||||
flex: 0 1 100%;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
.tui-screen-800-600,
|
||||
.tui-screen-1024-768 {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
&.bordered{
|
||||
border: 2px solid black;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user