mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
2497e5b5ed
Summary: A copy of the Releeph release tool. Test Plan: Generally, click everything at least once. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin, AnhNhan Maniphest Tasks: T2094 Differential Revision: https://secure.phabricator.com/D4932
17 lines
322 B
CSS
17 lines
322 B
CSS
/**
|
|
* @provides releeph-request-differential-create-dialog
|
|
*/
|
|
|
|
.releeph-request-differential-create-dialog h1 {
|
|
color: gray;
|
|
font-style: italic;
|
|
font-size: 16px;
|
|
margin-top: 0.8em;
|
|
}
|
|
|
|
.releeph-request-differential-create-dialog a {
|
|
font-weight: bold;
|
|
margin-left: 2em;
|
|
display: block;
|
|
margin-top: 1em;
|
|
}
|