mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-26 04:06:07 -05:00
23
components/clipboard/CopyButton.module.scss
Normal file
23
components/clipboard/CopyButton.module.scss
Normal file
@@ -0,0 +1,23 @@
|
||||
.copy_button {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
padding: 0.75em;
|
||||
color: var(--text);
|
||||
background-color: var(--background-inner);
|
||||
border: 1px solid var(--kinda-light);
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
color: var(--link);
|
||||
}
|
||||
|
||||
.octicon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.octicon-check {
|
||||
color: var(--success);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user