Skip to content

Commit

Permalink
[DEL] (#10) - delete modalStyle from memberList
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyong9169 committed Sep 14, 2021
1 parent 377de89 commit 9a3593a
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/components/addmemberList/style.jsx
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
import styled from 'styled-components'

const AddMember = styled.div`
.plusdiv {
display: flex;
.plusbutton {
padding: 0;
display: flex;
.plus {
width: 30px;
height: 30px;
}
.plus:hover {
color: green;
}
}
}
.plustext {
display: inline;
margin: auto 0;
}
.member {
}
`
Expand Down

0 comments on commit 9a3593a

Please sign in to comment.