--- a/client/src/components/NoteList.scss Mon Sep 03 11:57:58 2018 +0200
+++ b/client/src/components/NoteList.scss Mon Sep 03 20:02:14 2018 +0200
@@ -1,7 +1,4 @@
#delete-note-modal{
- padding-top: 2%;
- margin-top: 30%;
-
-webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 0.5s; /* Firefox < 16 */
-ms-animation: fadein 0.5s; /* Internet Explorer */
@@ -39,11 +36,10 @@
}
#delete-note-close-modal-button{
- margin-top: -2.5%;
- margin-left: 92%;
background-color: transparent;
border: transparent;
color: rgba(#769FED, .4);
+ cursor: pointer;
}
#delete-note-close-modal-button:hover {
@@ -53,19 +49,9 @@
}
.modal-text{
- margin-top: 10%;
font-size: 16px;
- font-weight: 500;
}
#delete-note-modal-button {
- padding: 1.5%;
- margin-top: 5%;
- margin-right: 40%;
- width: 20%;
font-size: 14px;
}
-
-.modal-footer{
- border: white;
-}