mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-30 11:00:14 -04:00
32 lines
397 B
SCSS
32 lines
397 B
SCSS
.api-key {
|
|
|
|
position: relative;
|
|
padding-bottom: 38px; // height of button
|
|
display: flex;
|
|
|
|
&__name {
|
|
@include bold-19;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
&__key {
|
|
font-family: monospace;
|
|
display: block;
|
|
padding: 0 0 10px 0;
|
|
margin: auto 0;
|
|
}
|
|
|
|
&__button--show,
|
|
&__button--copy {
|
|
|
|
position: absolute;
|
|
bottom: 2px;
|
|
|
|
&:active {
|
|
top: auto;
|
|
}
|
|
|
|
}
|
|
|
|
}
|