client/src/components/NoteList.scss
changeset 151 57d63a248f0d
parent 150 97536386b397
child 154 a28361bda28c
equal deleted inserted replaced
150:97536386b397 151:57d63a248f0d
    38     to   { opacity: 1; }
    38     to   { opacity: 1; }
    39 }
    39 }
    40 
    40 
    41 #delete-note-close-modal-button{
    41 #delete-note-close-modal-button{
    42     margin-top: -2.5%;
    42     margin-top: -2.5%;
    43     margin-right: -1%;
    43     margin-left: 92%;
    44     background-color: transparent;
    44     background-color: transparent;
    45     border: transparent;
    45     border: transparent;
       
    46     color: rgba(#769FED, .4);
    46 }
    47 }
    47 
    48 
    48 #delete-note-close-modal-button:hover {
    49 #delete-note-close-modal-button:hover {
    49     background-color: transparent;
    50     background-color: transparent;
    50     border: transparent;
    51     border: transparent;
    51     color: #769FED;
    52     color:black;
    52 }
    53 }
    53 
    54 
    54 .modal-text{
    55 .modal-text{
    55     margin-top: 10%;
    56     margin-top: 10%;
    56     font-size: 16px;
    57     font-size: 16px;