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

34 lines
425 B
SCSS
Raw Normal View History

2016-01-15 10:50:10 +00:00
.api-key {
position: relative;
padding-bottom: 38px; // height of button
display: flex;
&__name {
2016-01-19 09:55:13 +00:00
@include bold-19;
margin-bottom: 5px;
}
&__notice,
&__key {
2016-01-15 10:50:10 +00:00
font-family: monospace;
display: block;
padding: 0 0 10px 0;
margin: auto 0;
2016-01-15 10:50:10 +00:00
}
&__button--show,
&__button--copy {
position: absolute;
bottom: 2px;
2020-10-02 14:56:49 +01:00
left: 0px;
&:active {
top: auto;
}
2016-01-15 10:50:10 +00:00
}
}