Ignore:
Timestamp:
08/20/22 21:12:04 (23 months ago)
Author:
unknown <mlviktor23@…>
Branches:
main
Children:
2fcbde4
Parents:
702ca77
Message:

finished add post func. in react, fixed user dashboard details not loading upon login redirect

File:
1 edited

Legend:

Unmodified
Added
Removed
  • reactapp/src/Components/Styled/Modal.style.js

    r702ca77 r6221ab6  
    2727  top: 0;
    2828  width: 100%;
    29   height: 100%;
     29  height: auto;
    3030  overflow: auto;
    3131  background-color: rgb(0, 0, 0);
     
    4747  background-color: #fefefe;
    4848  margin: 15% auto;
    49   padding: 0;
     49  padding: 20px;
    5050  border: 1px solid #888;
    5151  width: 80%;
     
    7272  color: white;
    7373  height: 40px;
    74   margin-bottom: 10px;
     74  margin-bottom: 30px;
    7575`;
    7676
    77 export const ModalFooter = styled.div`
     77export const ModalFooter = styled.button`
    7878  padding: 2px 16px;
    7979  background-color: rgba(0, 102, 204, 1);
     
    8181  color: white;
    8282  height: 40px;
    83   margin-top: 10px;
     83  margin-top: 30px;
    8484  transition: 0.4s;
    8585  &:hover {
     
    8787    cursor: pointer;
    8888  }
     89  font-family: "Roboto Mono", monospace;
     90  width: 100%;
     91  border: 0;
     92  font-size: 18px;
     93  font-weight: bold;
    8994`;
    9095
     
    109114  padding: 12px 16px;
    110115  border: 1px solid #ccc;
     116  resize: none;
    111117`;
Note: See TracChangeset for help on using the changeset viewer.