This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/static/js/directives/ui/manage-trigger/manage-trigger.component.css
2019-11-12 11:09:47 -05:00

18 lines
292 B
CSS

.gh-button {
color: #0366d6;
background-color: #fff;
padding: 3px 10px;
font-size: 12px;
border: 1px solid rgba(27,31,35,0.2);
border-radius: 0.25em;
}
.gh-grant-message {
font-size: 16px;
margin-top: 20px;
}
.gh-grant-message b {
display: block;
margin-bottom: 10px;
}