css changes

This commit is contained in:
Matteo Manzinello
2019-06-03 18:50:28 +02:00
parent b9512f439c
commit 774fa57746
4 changed files with 6 additions and 4 deletions

View File

@@ -62,15 +62,17 @@
min-width: 200px;
max-width: 240px;
background-color: #fff;
opacity: 0.97;
border-radius: 5px;
box-shadow: 0 2px 6px 0 rgba(32, 35, 42, 0.39);
color: #4a4a4a;
display: block;
overflow: auto;
padding: 1.25rem;
padding: 20px;
}
.mailgo-modal-content:hover {
opacity: 1;
box-shadow: 0 7px 20px rgba(32, 35, 42, 0.23);
}