Skip to content

Commit

Permalink
CORE-4742: fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ekachxaidze98 committed Dec 18, 2023
1 parent d65e78c commit a053867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/output/card-dropdown.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
font-weight: 400;
color: #fff;
letter-spacing: 0.004em;
background: #8BC34A;
background: #8bc34a;
border-radius: 2px;
}

Expand Down
2 changes: 1 addition & 1 deletion templates/output/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
padding: 1rem;
border-radius: 2px;
border: 1px solid #b75400;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}

.oai-modal-text {
Expand Down

0 comments on commit a053867

Please sign in to comment.