2018-10-08 21:51:09 +02:00
|
|
|
.click-to-copy-wrap {
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
justify-content: space-between;
|
2018-10-21 22:35:45 +02:00
|
|
|
align-items: center;
|
2018-10-09 21:55:59 +02:00
|
|
|
cursor: pointer;
|
2019-01-26 01:37:07 +01:00
|
|
|
border: 1px solid $subtle-border-color;
|
2018-10-21 22:35:45 +02:00
|
|
|
border-radius: 6px;
|
2018-10-08 21:51:09 +02:00
|
|
|
.click-to-copy {
|
|
|
|
border: none;
|
2018-10-21 22:35:45 +02:00
|
|
|
padding: 0.36em 0.5em;
|
2018-10-08 21:51:09 +02:00
|
|
|
margin: 0;
|
2018-10-21 22:35:45 +02:00
|
|
|
background-color: transparent;
|
2018-10-08 21:51:09 +02:00
|
|
|
width: calc(100% - 1em - 2px);
|
|
|
|
font-size: 14px;
|
|
|
|
letter-spacing: -0.6px;
|
|
|
|
line-height: 20px;
|
2018-10-21 21:59:43 +02:00
|
|
|
letter-spacing: 0;
|
|
|
|
font-family: monospace;
|
2019-01-26 01:37:07 +01:00
|
|
|
border-right: 1px solid $subtle-border-color;
|
2018-10-08 21:51:09 +02:00
|
|
|
}
|
2018-10-21 22:35:45 +02:00
|
|
|
.icon-wrap {
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
2018-10-21 23:24:34 +02:00
|
|
|
line-height: 34px;
|
2018-10-21 22:35:45 +02:00
|
|
|
text-align: center;
|
|
|
|
svg {
|
2018-11-09 01:44:59 +01:00
|
|
|
stroke: $primary-color;
|
2018-10-21 23:24:34 +02:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2018-10-21 22:35:45 +02:00
|
|
|
}
|
2018-10-08 21:51:09 +02:00
|
|
|
}
|
2018-06-08 17:50:25 +02:00
|
|
|
}
|