Files
notifications-admin/app/assets/stylesheets/components/api-key.scss

33 lines
421 B
SCSS
Raw Normal View History

.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 {
@include button($grey-3);
position: absolute;
bottom: 2px;
&:active {
top: auto;
}
}
}