mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
18 lines
208 B
SCSS
18 lines
208 B
SCSS
|
|
.api-key {
|
||
|
|
|
||
|
|
&-key {
|
||
|
|
font-family: monospace;
|
||
|
|
display: block;
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
&-button-show {
|
||
|
|
@include button($grey-3);
|
||
|
|
}
|
||
|
|
|
||
|
|
&-button-copy {
|
||
|
|
@include button($grey-3);
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|