This commit is contained in:
Matteo Manzinello
2019-09-19 13:31:18 +02:00
parent 0821cf448e
commit e3f05d657e
4 changed files with 13 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ $gmail-color: #d44638;
$outlook-color: #0072c6;
$wa-color: #00bfa5;
$telegram-color: #0088cc;
$skype-color: #00aff0;
.mailgo-modal {
position: fixed;
@@ -108,6 +109,10 @@ $telegram-color: #0088cc;
color: $telegram-color;
}
&.mailgo-skype {
color: $skype-color;
}
&.mailgo-copy {
padding: 16px 10px;
font-size: 16px;
@@ -139,6 +144,11 @@ $telegram-color: #0088cc;
color: $wa-color;
}
&.mailgo-skype:hover {
background-color: rgba(0, 175, 240, 0.08);
color: $skype-color;
}
&.mailgo-by {
display: block;
font-size: 8px;