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

33 lines
421 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;
2016-01-19 09:55:13 +00:00
&-name {
@include bold-19;
margin-bottom: 5px;
}
2016-01-15 10:50:10 +00:00
&-key {
font-family: monospace;
display: block;
padding: 0 0 10px 0;
margin: auto 0;
2016-01-15 10:50:10 +00:00
}
2016-04-18 11:10:47 +01:00
&-button-show,
2016-01-15 10:50:10 +00:00
&-button-copy {
2016-01-15 10:50:10 +00:00
@include button($grey-3);
position: absolute;
bottom: 2px;
&:active {
top: auto;
}
2016-01-15 10:50:10 +00:00
}
}