Skip to content

Commit 032bca1

Browse files
committed
chore(ui): add $rd-font-weight-bold
1 parent 899c01e commit 032bca1

15 files changed

Lines changed: 17 additions & 15 deletions

File tree

packages/platform/src/app/routes/exception/Exception.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
margin-bottom: 12px;
3838
/* stylelint-disable-next-line declaration-property-value-allowed-list */
3939
font-size: 56px;
40-
font-weight: 500;
40+
font-weight: $rd-font-weight-bold;
4141
font-variant-numeric: tabular-nums;
4242

4343
@include media-breakpoint-up(md) {

packages/platform/src/styles/_app.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ body {
5252

5353
.app-title {
5454
font-size: 1.1em;
55-
font-weight: 500;
55+
font-weight: $rd-font-weight-bold;
5656
}
5757

5858
.app-table-footer {

packages/platform/src/styles/components/list.scss

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

1919
@include e(title) {
20-
font-weight: 500;
20+
font-weight: $rd-font-weight-bold;
2121
}
2222

2323
@include e(subtitle) {

packages/platform/src/styles/components/map.scss

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

117117
flex: 1 0 0;
118118
font-size: 1.05em;
119-
font-weight: 500;
119+
font-weight: $rd-font-weight-bold;
120120
}
121121

122122
@include e(info-window-close) {

packages/platform/src/styles/components/route-header.scss

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

5959
@include e(header-title) {
6060
font-size: 1.5em;
61-
font-weight: 500;
61+
font-weight: $rd-font-weight-bold;
6262
}
6363

6464
@include e(header-actions) {

packages/platform/src/styles/components/table.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@include e(title) {
33
margin: 0 0 8px;
44
font-size: 1.1em;
5-
font-weight: 500;
5+
font-weight: $rd-font-weight-bold;
66
text-align: center;
77
}
88

packages/site/src/styles/components/component-route.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
font: inherit;
3333
font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
3434
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
35-
font-weight: 500;
35+
font-weight: $rd-font-weight-bold;
3636
line-height: 24px;
3737
color: inherit;
3838
text-decoration: none;

packages/site/src/styles/components/footer.scss

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

3333
@include e(col-title) {
3434
margin-bottom: 8px;
35-
font-weight: 500;
35+
font-weight: $rd-font-weight-bold;
3636
color: map.get($rd-colors, 'white');
3737

3838
@include font-size(1.1rem);

packages/ui/src/styles/_variables.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ $rd-colors: (
1616

1717
$rd-placeholder-color: rgb(var(--#{$rd-prefix}text-color-rgb) / 24%) !default;
1818
$rd-placeholder-disabled-color: rgb(var(--#{$rd-prefix}text-color-rgb) / 8%) !default;
19+
20+
$rd-font-weight-bold: 600 !default;

packages/ui/src/styles/components/card.scss

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

3030
flex: 1 0 0;
3131
font-size: 1.1em;
32-
font-weight: 500;
32+
font-weight: $rd-font-weight-bold;
3333
}
3434

3535
@include e(header-action) {

0 commit comments

Comments
 (0)