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

19 lines
292 B
CSS
Raw Normal View History

2019-11-12 16:09:47 +00:00
.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;
}