mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
10 lines
172 B
SCSS
10 lines
172 B
SCSS
@import "../../abstracts/variable";
|
|
|
|
.clipboard-btn {
|
|
transition: all .1s ease-in-out;
|
|
|
|
&:hover {
|
|
background-color: $primary;
|
|
color: $white;
|
|
}
|
|
} |