2016-01-15 10:50:10 +00:00
|
|
|
.api-key {
|
|
|
|
|
|
2018-10-30 13:03:44 +00:00
|
|
|
position: relative;
|
|
|
|
|
padding-bottom: 38px; // height of button
|
|
|
|
|
display: flex;
|
|
|
|
|
|
2016-01-19 09:55:13 +00:00
|
|
|
&-name {
|
|
|
|
|
@include bold-19;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-15 10:50:10 +00:00
|
|
|
&-key {
|
|
|
|
|
font-family: monospace;
|
|
|
|
|
display: block;
|
2018-10-30 13:03:44 +00:00
|
|
|
padding: 0 0 10px 0;
|
|
|
|
|
margin: auto 0;
|
2016-01-15 10:50:10 +00:00
|
|
|
}
|
|
|
|
|
|
2016-04-18 11:10:47 +01:00
|
|
|
&-button-show,
|
2016-01-15 10:50:10 +00:00
|
|
|
&-button-copy {
|
2018-10-30 13:03:44 +00:00
|
|
|
|
2016-01-15 10:50:10 +00:00
|
|
|
@include button($grey-3);
|
2018-10-30 13:03:44 +00:00
|
|
|
position: absolute;
|
|
|
|
|
bottom: 2px;
|
|
|
|
|
|
|
|
|
|
&:active {
|
|
|
|
|
top: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-15 10:50:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|