Files
estate-solutionv2/src/components/Piechart/chart.css
T
2023-03-23 17:33:12 +05:00

54 lines
723 B
CSS

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
.chart {
font-family: 'Gilroy';
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 140%;
/* or 17px */
-webkit-font-feature-settings: 'tnum' on, 'lnum' on;
font-feature-settings: 'tnum' on, 'lnum' on;
/* Landing/White */
width: 144px;
color: #EBEBEB;
}
@media screen and (max-width: 1279px) {
.chart {
width: 128px;
}
}
@media screen and (max-width: 1023px) {
.chart {
width: 144px;
}
}
@media screen and (max-width: 690px) {
.chart {
width: 40%;
}
}
@media screen and (max-width: 450px) {
.chart {
width: 100%;
}
}