Skip to content

Commit

Permalink
Merge pull request #1178 from nataliauvarova/kalmyk_markup
Browse files Browse the repository at this point in the history
Kalmyk markup: fix styles button
  • Loading branch information
nataliauvarova authored Dec 23, 2024
2 parents 82bc2bb + 07fe68d commit 7b59f0a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4400,10 +4400,16 @@ body {
/* Markup button */
.lingvo-button-markup {
font-weight: 900 !important;
width: 40px !important;
width: 38px !important;

font-size: 14px !important;
color: #999ca0 !important;

.ui.basic.buttons &.button {
padding-left: 0 !important;
padding-right: 0 !important;
}

.ui.basic.buttons &_create.button {
color: #57b894 !important;

Expand Down

0 comments on commit 7b59f0a

Please sign in to comment.