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
Joseph Schorr 1f8e0b72be Add clear instructions to the github trigger setup on how to authorize additional organizations
Until now, this has been quite hard for customers to find
2018-09-27 15:59:00 -04: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;
}