We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb72ec commit 0885f78Copy full SHA for 0885f78
resources/assets/sass/App.scss
@@ -266,6 +266,7 @@
266
.cbd-floatLeft { float:left !important; }
267
.cbd-floatRight { float:right !important; }
268
269
+ .cbd-size10{ font-size: 10px; }
270
.cbd-size11{ font-size: 11px; }
271
.cbd-size12{ font-size: 12px; }
272
.cbd-size13{ font-size: 13px; }
views/main/partials/profilerReport.cfm
@@ -66,7 +66,7 @@
66
</div>
67
68
<!--- Info Bar --->
69
- <div class="cbd-flex mt10 size10 cbd-text-muted">
+ <div class="cbd-flex mt10 cbd-size11 cbd-text-muted">
70
71
<div>
72
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
0 commit comments