Copy email addresses in clipboard over opening mailto url
This commit is contained in:
@@ -611,6 +611,26 @@
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
}
|
||||
|
||||
// Button
|
||||
:global(.button-container) {
|
||||
position: relative;
|
||||
height: 40px;
|
||||
}
|
||||
:global(.clipboard) {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 50%;
|
||||
transform: translateX(-50%) translateZ(0);
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
height: 40px;
|
||||
padding: 0 20px;
|
||||
font-size: rem(14px);
|
||||
font-weight: 400;
|
||||
background: rgba($color-secondary, 0.5);
|
||||
border-radius: 100vh;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user