mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
14 lines
195 B
CSS
14 lines
195 B
CSS
|
/**
|
||
|
* @provides phabricator-header-view-css
|
||
|
*/
|
||
|
|
||
|
.phabricator-header-view {
|
||
|
padding: 1em 2%;
|
||
|
font-size: 15px;
|
||
|
color: #333333;
|
||
|
}
|
||
|
|
||
|
.device-desktop .phabricator-header-view {
|
||
|
width: 66%;
|
||
|
}
|