Adjust gauge chart stories
This commit is contained in:
parent
72ca69811c
commit
070f1003e2
|
@ -125,17 +125,17 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.chart-container {
|
.chart-container {
|
||||||
width: 150px;
|
width: 200px;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
border: 1px solid $ui-gray-200;
|
border: 1px solid $ui-gray-200;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
&.is-small {
|
&.is-small {
|
||||||
width: 100px;
|
width: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.is-large {
|
&.is-large {
|
||||||
width: 200px;
|
width: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.is-xlarge {
|
&.is-xlarge {
|
||||||
|
|
Loading…
Reference in a new issue