Skip to content

Commit 0885f78

Browse files
committed
sizing text
1 parent bcb72ec commit 0885f78

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

resources/assets/sass/App.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@
266266
.cbd-floatLeft { float:left !important; }
267267
.cbd-floatRight { float:right !important; }
268268

269+
.cbd-size10{ font-size: 10px; }
269270
.cbd-size11{ font-size: 11px; }
270271
.cbd-size12{ font-size: 12px; }
271272
.cbd-size13{ font-size: 13px; }

views/main/partials/profilerReport.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
</div>
6767

6868
<!--- Info Bar --->
69-
<div class="cbd-flex mt10 size10 cbd-text-muted">
69+
<div class="cbd-flex mt10 cbd-size11 cbd-text-muted">
7070

7171
<div>
7272
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">

0 commit comments

Comments
 (0)