Skip to content

Commit

Permalink
Merge pull request #2199 from IgniteUI/ig-robstoffers-patch-1
Browse files Browse the repository at this point in the history
Reducing default font size
  • Loading branch information
HUSSAR-mtrela authored Jun 3, 2022
2 parents 58dd106 + 8c24a01 commit 5b9c612
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/css/structure/modules/infragistics.ui.chart.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.ui-chart-container {
font-family: "Segoe UI",Arial,sans-serif;
font-size: 14px;
font-size: 13px;
border-width: 0px;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
Expand Down Expand Up @@ -32,7 +32,7 @@
-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.6);
box-shadow: 0 0 2px rgba(0,0,0,0.6);
padding: 5px 8px;
font-size: 14px;
font-size: 13px;
font-family:"Segoe UI", Arial, sans-serif;
background:#fff;
color:#4E4E4E;
Expand Down Expand Up @@ -152,29 +152,29 @@

.ui-chart-horizontal-axis-title {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-size: 13px;
color: rgb(78,78,78);
margin: 0px 0px 5px 0px;
}

.ui-chart-vertical-axis-title {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-size: 13px;
color: rgb(78,78,78);
margin: 0px 0px 0px 5px;
}

.ui-horizontal-axis-labels {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-size: 13px;
vertical-align: top;
margin: 5px 0px 5px 0px;
color: rgb(78,78,78);
}

.ui-vertical-axis-labels {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-size: 13px;
text-align: right;
margin: 0px 5px 0px 5px;
color: rgb(78,78,78);
Expand Down

0 comments on commit 5b9c612

Please sign in to comment.