Skip to content

Commit 29ec8d5

Browse files
committed
#RI-3599 - add sans-serif to fonts
1 parent 43f4b58 commit 29ec8d5

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

redisinsight/ui/src/components/bottom-group-components/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
height: 100%;
2424
padding: 0 12px;
2525
color: var(--htmlColor) !important;
26-
font: normal normal normal 12px/18px Graphik;
26+
font: normal normal normal 12px/18px Graphik, sans-serif;
2727

2828
&:hover {
2929
background-color: var(--euiColorSecondary);

redisinsight/ui/src/components/navigation-menu/components/notifications-center/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
display: block;
168168
margin-right: 30px;
169169
margin-bottom: 12px;
170-
font: normal normal 500 18px/24px Graphik;
170+
font: normal normal 500 18px/24px Graphik, sans-serif;
171171
}
172172

173173
.notificationDate {

redisinsight/ui/src/pages/slowLog/components/Actions/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
}
4040

4141
.popoverTitle {
42-
font: normal normal 500 13px/22px Graphik;
42+
font: normal normal 500 13px/22px Graphik, sans-serif;
4343
color: var(--euiColorFullShade) !important;
4444
}
4545

redisinsight/ui/src/pages/slowLog/components/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
padding: 18px;
5050

5151
.noFoundTitle {
52-
font: normal normal 500 18px/24px Graphik;
52+
font: normal normal 500 18px/24px Graphik, sans-serif;
5353
margin-bottom: 12px;
5454
}
5555

redisinsight/ui/src/pages/workbench/components/enablement-area/EnablementArea/components/Group/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
border-bottom: 1px solid transparent;
55
transition: border-color 0.2s ease-in-out;
66
.group-header {
7-
font: normal normal medium 11px/15px Graphik;
7+
font: normal normal medium 11px/15px Graphik, sans-serif;
88
letter-spacing: -0.12px;
99
overflow: hidden;
1010
white-space: nowrap;

redisinsight/ui/src/pages/workbench/components/enablement-area/EnablementArea/components/InternalPage/styles/_typography.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
h1, h2, h3, h4, h5, h6 {
55
color: var(--euiColorGhost);
6-
font: normal normal 500 14px/24px Graphik;
6+
font: normal normal 500 14px/24px Graphik, sans-serif;
77
margin-bottom: ($margin-size-pace * 3 + px);
88
margin-top: ($margin-size-pace * 3 + px);
99
letter-spacing: 0;

0 commit comments

Comments
 (0)