Skip to content

Commit

Permalink
fix: Sonarcloud bug & code smells
Browse files Browse the repository at this point in the history
  • Loading branch information
LeleDallas committed May 15, 2023
1 parent 0316255 commit c315cb5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
8 changes: 4 additions & 4 deletions src/Vendor/Organization/Organization.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
}

.iconfontMedium {
font-family: "iconfont" !important;
font-family: "iconfont", sans-serif !important;
font-style: normal;
font-size: 50px;
width: 50px;
Expand All @@ -84,7 +84,7 @@

.iconfontMediumSelected {
cursor: pointer;
font-family: "iconfont" !important;
font-family: "iconfont", sans-serif !important;
font-style: normal;
font-size: 75px;
width: 60px;
Expand All @@ -101,7 +101,7 @@
}

.iconfontMedium2 {
font-family: "iconfont" !important;
font-family: "iconfont", sans-serif !important;
font-style: normal;
font-size: 40px;
width: 40px;
Expand All @@ -112,7 +112,7 @@
}

.iconfontMedium3 {
font-family: "iconfont" !important;
font-family: "iconfont", sans-serif !important;
font-style: normal;
font-size: 80px;
width: 80px;
Expand Down
1 change: 0 additions & 1 deletion src/Vendor/Vendor.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
}

.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
background-color: white !important;
background: white !important;
width: 10;
}
Expand Down
4 changes: 0 additions & 4 deletions src/Vendor/skeleton.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
width: 100% !important;
}

.ant-skeleton-element {
width: 100% !important;
}

.ant-modal-header {
border-top-left-radius: 20px;
border-top-right-radius: 20px;
Expand Down

0 comments on commit c315cb5

Please sign in to comment.