refactor: add member to channel modal
This commit is contained in:
@@ -30,10 +30,7 @@ const Styled = styled.input`
|
||||
}
|
||||
}
|
||||
&:disabled {
|
||||
border-color: #ccc;
|
||||
&::before {
|
||||
box-shadow: inset 10px 10px #ccc;
|
||||
}
|
||||
opacity: 0.4;
|
||||
}
|
||||
`;
|
||||
export default function StyledCheckbox(props) {
|
||||
|
||||
@@ -10,6 +10,11 @@ const StyledInput = styled.input`
|
||||
line-height: 20px;
|
||||
color: #333;
|
||||
padding: 8px;
|
||||
&.none {
|
||||
border: none;
|
||||
background: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
&:disabled {
|
||||
color: #78787c;
|
||||
background-color: #f9fafb;
|
||||
|
||||
Reference in New Issue
Block a user