improved styling
This commit is contained in:
parent
4bf02568d6
commit
8e2b37fa78
2 changed files with 6 additions and 1 deletions
|
@ -82,7 +82,11 @@ const GlobalStyles = createGlobalStyle`
|
|||
}
|
||||
.modal-90w{
|
||||
width:90vw;
|
||||
max-width:880px!important;
|
||||
max-width:880px!important;
|
||||
}
|
||||
.modal-content{
|
||||
background-color:#303030 !important;
|
||||
color:white;
|
||||
}
|
||||
`;
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@ export const DropDiv = styled.div`
|
|||
width:200px;
|
||||
margin:5px;
|
||||
height:230px;
|
||||
color:black;
|
||||
border-width: 2px;
|
||||
border-radius: 2px;
|
||||
border-color: ${(props) => getColor(props)};
|
||||
|
|
Loading…
Add table
Reference in a new issue