removed the font weight from the settings buttons

This commit is contained in:
daria 2023-07-26 12:54:12 +03:00
parent 6e852b83cf
commit 531941b17d
1 changed files with 2 additions and 2 deletions

View File

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