spee.ch/client/scss/click-to-copy/_click-to-copy.scss

36 lines
722 B
SCSS
Raw Normal View History

.click-to-copy-wrap {
display: flex;
width: 100%;
justify-content: space-between;
2018-10-21 22:35:45 +02:00
align-items: center;
cursor: pointer;
2018-10-21 22:35:45 +02:00
border: 1px solid $grey-alt;
border-radius: 6px;
.click-to-copy {
border: none;
2018-10-21 22:35:45 +02:00
padding: 0.36em 0.5em;
margin: 0;
color: black;
2018-10-21 22:35:45 +02:00
background-color: transparent;
width: calc(100% - 1em - 2px);
font-size: 14px;
color: #2E2F31;
letter-spacing: -0.6px;
line-height: 20px;
2018-10-21 21:59:43 +02:00
letter-spacing: 0;
font-family: monospace;
border-right: 1px solid $grey-alt;
}
2018-10-21 22:35:45 +02:00
.icon-wrap {
width: 30px;
height: 30px;
line-height: 34px;
2018-10-21 22:35:45 +02:00
text-align: center;
svg {
stroke: $brand-color;
width: 16px;
height: 16px;
2018-10-21 22:35:45 +02:00
}
}
2018-06-08 17:50:25 +02:00
}