mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
[PM-26984] Use medium instead of semibold or bold (#17185)
This commit is contained in:
@@ -68,7 +68,7 @@ const actionButtonStyles = ({
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
font-weight: 700;
|
font-weight: 500;
|
||||||
|
|
||||||
${disabled || isLoading
|
${disabled || isLoading
|
||||||
? `
|
? `
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ const notificationConfirmationButtonTextStyles = (theme: Theme) => css`
|
|||||||
${baseTextStyles}
|
${baseTextStyles}
|
||||||
|
|
||||||
color: ${themes[theme].primary[600]};
|
color: ${themes[theme].primary[600]};
|
||||||
font-weight: 700;
|
font-weight: 500;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|||||||
@@ -21,5 +21,5 @@ const notificationHeaderMessageStyles = (theme: Theme) => css`
|
|||||||
color: ${themes[theme].text.main};
|
color: ${themes[theme].text.main};
|
||||||
font-family: Inter, sans-serif;
|
font-family: Inter, sans-serif;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: 600;
|
font-weight: 500;
|
||||||
`;
|
`;
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ const optionsLabelStyles = ({ theme }: { theme: Theme }) => css`
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
padding: 0.375rem ${spacing["3"]};
|
padding: 0.375rem ${spacing["3"]};
|
||||||
color: ${themes[theme].text.muted};
|
color: ${themes[theme].text.muted};
|
||||||
font-weight: 600;
|
font-weight: 500;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export const optionsMenuItemMaxWidth = 260;
|
export const optionsMenuItemMaxWidth = 260;
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ const actionRowStyles = (theme: Theme) => css`
|
|||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: ${themes[theme].primary["600"]};
|
color: ${themes[theme].primary["600"]};
|
||||||
font-weight: 700;
|
font-weight: 500;
|
||||||
|
|
||||||
> span {
|
> span {
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ body * {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
font-family: $font-family-sans-serif;
|
font-family: $font-family-sans-serif;
|
||||||
font-size: 1.6rem;
|
font-size: 1.6rem;
|
||||||
font-weight: 700;
|
font-weight: 500;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
@@ -187,7 +187,7 @@ body * {
|
|||||||
top: 0;
|
top: 0;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
font-family: $font-family-sans-serif;
|
font-family: $font-family-sans-serif;
|
||||||
font-weight: 600;
|
font-weight: 500;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
letter-spacing: 0.025rem;
|
letter-spacing: 0.025rem;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<form [bitSubmit]="submit" [formGroup]="setShortcutForm">
|
<form [bitSubmit]="submit" [formGroup]="setShortcutForm">
|
||||||
<bit-dialog>
|
<bit-dialog>
|
||||||
<div class="tw-font-semibold" bitDialogTitle>
|
<div class="tw-font-medium" bitDialogTitle>
|
||||||
{{ "typeShortcut" | i18n }}
|
{{ "typeShortcut" | i18n }}
|
||||||
</div>
|
</div>
|
||||||
<div bitDialogContent>
|
<div bitDialogContent>
|
||||||
|
|||||||
Reference in New Issue
Block a user