Skip to content

Commit

Permalink
Review fixes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
matter-q committed Sep 16, 2022
1 parent 5b13cea commit ef9c35d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
17 changes: 10 additions & 7 deletions airbyte-webapp/src/views/layout/SideBar/SideBar.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@
text-align: center;
}

.menu {
width: 100%;
padding: 0;
margin: variables.$spacing-xl 0 0;
}

.text {
margin-top: 7px;
color: colors.$white;
Expand All @@ -32,6 +26,16 @@
line-height: 21px;
}

.menu {
width: 100%;
padding: 0;
margin: variables.$spacing-xl 0 0;

li {
margin-top: 7px;
}
}

.menuItem {
background-color: transparent;
appearance: none;
Expand All @@ -48,7 +52,6 @@
font-weight: normal;
font-size: 12px;
line-height: 15px;
margin-top: 7px;
text-decoration: none;
position: relative;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
background: transparent;
border: 0;
outline: none;
margin-top: 7px;
cursor: pointer;
border-radius: variables.$border-radius-md;
line-height: 15px;
Expand Down

0 comments on commit ef9c35d

Please sign in to comment.