Merge pull request #1165 from cryptpad/buttons

Fix font-weight of buttons
This commit is contained in:
Daria 2023-07-27 12:56:23 +03:00 committed by GitHub
commit 877ee7bcee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@
text-align: center;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
//font-weight: bold;
text-decoration: none;
cursor: pointer;
border-radius: @variables_radius;
@ -193,7 +193,7 @@
background-color: @cp_buttons-primary;
color: @cp_buttons-primary-text;
border-color: @cp_buttons-primary-border;
font-weight: bold;
//font-weight: bold;
&:hover, &:not(:disabled):active, &:focus {
color: @cp_buttons-primary-text;
border-color: @cp_buttons-primary-border;