mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-26 01:04:00 -04:00
Update buttons on api key pages to govuk-frontend buttons
This commit is contained in:
@@ -4,22 +4,21 @@
|
||||
padding-bottom: 38px; // height of button
|
||||
display: flex;
|
||||
|
||||
&-name {
|
||||
&__name {
|
||||
@include bold-19;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
&-key {
|
||||
&__key {
|
||||
font-family: monospace;
|
||||
display: block;
|
||||
padding: 0 0 10px 0;
|
||||
margin: auto 0;
|
||||
}
|
||||
|
||||
&-button-show,
|
||||
&-button-copy {
|
||||
&__button--show,
|
||||
&__button--copy {
|
||||
|
||||
@include button($grey-3);
|
||||
position: absolute;
|
||||
bottom: 2px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user