migliorato css
This commit is contained in:
parent
46b89afb3d
commit
248117cf47
11
dist/mailgo.js
vendored
11
dist/mailgo.js
vendored
@ -79,14 +79,14 @@ function mailgoInit() {
|
|||||||
.mailgo-modal-content a.gmail:hover {
|
.mailgo-modal-content a.gmail:hover {
|
||||||
background-color: rgba(212, 70, 56, 0.08);
|
background-color: rgba(212, 70, 56, 0.08);
|
||||||
}
|
}
|
||||||
a.mailgo-copy {
|
.mailgo-modal-content a.mailgo-copy {
|
||||||
margin-top: 10px;
|
|
||||||
padding: 16px 10px;
|
padding: 16px 10px;
|
||||||
}
|
}
|
||||||
.mailgo-by {
|
.mailgo-modal-content a.mailgo-by {
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 8px;
|
font-size: 8px;
|
||||||
margin-top: 0.75rem;
|
margin-top: 1rem;
|
||||||
|
padding: 0px;
|
||||||
}
|
}
|
||||||
.mailgo-weight-500 {
|
.mailgo-weight-500 {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
@ -117,7 +117,8 @@ function mailgoInit() {
|
|||||||
if (!validateEmail(mail)) return;
|
if (!validateEmail(mail)) return;
|
||||||
|
|
||||||
let modal = document.createElement("div");
|
let modal = document.createElement("div");
|
||||||
modal.className = "mailgo-modal";
|
modal.classList.add("mailgo");
|
||||||
|
modal.classList.add("mailgo-modal");
|
||||||
modal.setAttribute("data-index", index);
|
modal.setAttribute("data-index", index);
|
||||||
|
|
||||||
// background
|
// background
|
||||||
|
2
dist/mailgo.min.js
vendored
2
dist/mailgo.min.js
vendored
File diff suppressed because one or more lines are too long
@ -79,14 +79,14 @@ function mailgoInit() {
|
|||||||
.mailgo-modal-content a.gmail:hover {
|
.mailgo-modal-content a.gmail:hover {
|
||||||
background-color: rgba(212, 70, 56, 0.08);
|
background-color: rgba(212, 70, 56, 0.08);
|
||||||
}
|
}
|
||||||
a.mailgo-copy {
|
.mailgo-modal-content a.mailgo-copy {
|
||||||
margin-top: 10px;
|
|
||||||
padding: 16px 10px;
|
padding: 16px 10px;
|
||||||
}
|
}
|
||||||
.mailgo-by {
|
.mailgo-modal-content a.mailgo-by {
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 8px;
|
font-size: 8px;
|
||||||
margin-top: 0.75rem;
|
margin-top: 1rem;
|
||||||
|
padding: 0px;
|
||||||
}
|
}
|
||||||
.mailgo-weight-500 {
|
.mailgo-weight-500 {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
@ -117,7 +117,8 @@ function mailgoInit() {
|
|||||||
if (!validateEmail(mail)) return;
|
if (!validateEmail(mail)) return;
|
||||||
|
|
||||||
let modal = document.createElement("div");
|
let modal = document.createElement("div");
|
||||||
modal.className = "mailgo-modal";
|
modal.classList.add("mailgo");
|
||||||
|
modal.classList.add("mailgo-modal");
|
||||||
modal.setAttribute("data-index", index);
|
modal.setAttribute("data-index", index);
|
||||||
|
|
||||||
// background
|
// background
|
||||||
|
Loading…
x
Reference in New Issue
Block a user