Skip to content

Commit c81da12

Browse files
created some simple styles for charts
1 parent feb587b commit c81da12

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

packages/rs-common/app/styles/rs-common/components.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
@forward "components/audio-player";
33
@forward "components/box";
44
@forward "components/box-gallery";
5+
@forward "components/chart";
56
@forward "components/counter";
67
@forward "components/details-gallery";
78
@forward "components/mover";
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.chart {
2+
display: block;
3+
height: 1rem;
4+
width: 1rem;
5+
6+
&.not-icon {
7+
height: 25vh;
8+
width: 25vw;
9+
}
10+
}

0 commit comments

Comments
 (0)