Import repositories from gitlab
This commit is contained in:
20
next/components/email/style.module.scss
Normal file
20
next/components/email/style.module.scss
Normal file
@@ -0,0 +1,20 @@
|
||||
.emailButton {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
label {
|
||||
transition: all ease-in-out var(--transition-time);
|
||||
}
|
||||
}
|
||||
|
||||
.copy {
|
||||
cursor: copy;
|
||||
}
|
||||
|
||||
.showLabel {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.hideLabel {
|
||||
opacity: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user