Skip to content

Commit c770a89

Browse files
author
Roman.Sergeenko
committed
#RI-2076 - update font sizes and weights
1 parent 6e3f15f commit c770a89

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

redisinsight/ui/src/components/instance-header/styles.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252
font-size: 13px !important;
5353
line-height: 16px;
5454
padding-bottom: 4px;
55-
font-weight: 600;
55+
font-weight: 500;
5656
}
5757

5858
.mi_smallText {
59-
font: normal normal normal 10px/14px Graphik, sans-serif !important;
59+
font: normal normal normal 11px/14px Graphik, sans-serif !important;
6060
color: var(--euiTooltipTextSecondColor) !important;
6161
margin-bottom: 8px;
6262

redisinsight/ui/src/pages/home/components/AddInstanceControls/styles.module.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@
1414
padding-right: 10px;
1515
height: 43px;
1616
margin: 0 auto;
17-
width: 200px;
17+
width: 210px;
1818
text-decoration: none !important;
19+
20+
:global(.euiButton__text) {
21+
font-weight: 500 !important;
22+
}
1923
}
2024

2125
.createBtn {

redisinsight/ui/src/pages/home/components/HelpLinksMenu/HelpLinksMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const HelpLinksMenu = ({ onLinkClick }: IProps) => {
3333
onClick={() => handleLinkClick(item)}
3434
>
3535
<EuiText
36-
style={item === 'CreateRedisCloud' ? { fontWeight: 'bold' } : {}}
36+
style={item === 'CreateRedisCloud' ? { fontWeight: '500' } : {}}
3737
>
3838
{HELP_LINKS[HelpLink[item]].label}
3939
</EuiText>

redisinsight/ui/src/pages/home/styles.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@
209209
.euiTableCellContent__text {
210210
font-size: 16px !important;
211211
font-family: 'Graphik', sans-serif !important;
212+
font-weight: 500 !important;
212213
}
213214

214215
.euiTableHeaderButton {

redisinsight/ui/src/pages/settings/styles.module.scss

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

1919
.title {
2020
padding-bottom: 16px;
21-
font: normal normal 600 24px/29px Graphik, sans-serif !important;
21+
font: normal normal 500 24px/29px Graphik, sans-serif !important;
2222
}
2323

2424
.accordion {

redisinsight/ui/src/styles/components/_forms.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727

2828
.euiFormRow__label {
29-
font-size: 12px;
29+
font-size: 14px;
3030
}
3131

3232
.euiFieldText:disabled {

0 commit comments

Comments
 (0)