2018-10-08 21:51:09 +02:00
|
|
|
.click-to-copy-wrap {
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
justify-content: space-between;
|
2018-10-09 21:55:59 +02:00
|
|
|
cursor: pointer;
|
2018-10-08 21:51:09 +02:00
|
|
|
.click-to-copy {
|
|
|
|
border: none;
|
|
|
|
padding: 0.5em;
|
|
|
|
margin: 0;
|
|
|
|
color: black;
|
|
|
|
background-color: white;
|
|
|
|
width: calc(100% - 1em - 2px);
|
|
|
|
font-size: 14px;
|
|
|
|
color: #2E2F31;
|
|
|
|
letter-spacing: -0.6px;
|
|
|
|
line-height: 20px;
|
|
|
|
max-width: 200px;
|
2018-10-21 21:59:43 +02:00
|
|
|
letter-spacing: 0;
|
|
|
|
font-family: monospace;
|
2018-10-08 21:51:09 +02:00
|
|
|
}
|
|
|
|
svg {
|
|
|
|
stroke: $brand-color;
|
2018-10-07 18:38:49 +02:00
|
|
|
|
2018-10-08 21:51:09 +02:00
|
|
|
}
|
2018-06-08 17:50:25 +02:00
|
|
|
}
|
2018-10-08 21:51:09 +02:00
|
|
|
|