client/src/App.scss
changeset 167 1f340f3597a8
parent 161 a642639dbc07
equal deleted inserted replaced
166:950a2350930f 167:1f340f3597a8
     2     background-color: yellow;
     2     background-color: yellow;
     3     text-decoration-line: underline;
     3     text-decoration-line: underline;
     4     text-decoration-style: dotted;
     4     text-decoration-style: dotted;
     5 }
     5 }
     6 
     6 
     7 .ReactModal__Overlay {
       
     8     z-index: 1020;
       
     9 }
       
    10 
       
    11 a {
     7 a {
    12     cursor: pointer;
     8     cursor: pointer;
    13 }
     9 }