Skip to content

Commit

Permalink
removed borders and centered icon properly
Browse files Browse the repository at this point in the history
  • Loading branch information
haxybaxy committed Aug 4, 2024
1 parent 3544a85 commit b6867de
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions lib/styles/components/side-icon.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,10 @@ export const sideIconStyles = /* css */ `
}
.icon-container {
border: 1px solid #333;
border-radius: 15%;
display: flex;
align-items: center;
justify-content: center;
// height: 30px;
// width: 30px;
margin: 0 10px 0 0;
// background-color: #333;
margin: 0 10px 0 5px;
color: #fff;
font-size: 20px;
cursor: pointer;
transition: background-color 0.3s;
}
`;

0 comments on commit b6867de

Please sign in to comment.