Ignore:
Timestamp:
11/23/22 12:15:28 (20 months ago)
Author:
unknown <mlviktor23@…>
Branches:
main
Children:
af801e3, e49d1b6
Parents:
c68150f
Message:

moderation/reporting api in spring boot

File:
1 edited

Legend:

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

    rc68150f r3b6962d  
    2828  top: 0;
    2929  width: 100%;
    30   height: auto;
     30  height: 100%;
    3131  overflow: auto;
    3232  background-color: rgb(0, 0, 0);
     
    4747export const ModalContent = styled.div`
    4848  background-color: #fefefe;
    49   margin: 15% auto;
     49  margin: 2% auto;
    5050  padding: 20px;
    5151  border: 1px solid #888;
     
    107107  padding: 12px 16px;
    108108  border: 1px solid #ccc;
     109  font-family: inherit;
    109110`;
    110111
     
    116117  border: 1px solid #ccc;
    117118  resize: none;
     119  font-family: inherit;
    118120`;
Note: See TracChangeset for help on using the changeset viewer.