mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
18 lines
322 B
CSS
18 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;
|
||
|
}
|