Skip to content

Commit

Permalink
Fix styles (#19)
Browse files Browse the repository at this point in the history
* KRAKEN-76: standard API mapping

* fix error and code smell

* correct style
  • Loading branch information
btngoc-cmcglobal authored Jun 14, 2024
1 parent 547e3cf commit eb26187
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.mappingWrapper {
border-radius: 8px;
padding: 16px 20px;
background-color: #fff;
}
.collapse {
> :global(.ant-collapse-item) {
> :global(.ant-collapse-header) {
Expand Down
5 changes: 0 additions & 5 deletions src/pages/StandardAPIMapping/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,3 @@
padding: 26px 20px 10px;
background-color: #f0f2f5;
}
.mappingWrapper {
border-radius: 8px;
padding: 16px 20px;
background-color: #fff;
}

0 comments on commit eb26187

Please sign in to comment.