mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-23 15:22:41 +01:00
16 lines
263 B
CSS
16 lines
263 B
CSS
|
/**
|
||
|
* @provides phabricator-action-icon-view-css
|
||
|
*/
|
||
|
|
||
|
.phabricator-action-icon-item-link.sprite-minicons {
|
||
|
display: block;
|
||
|
height: 16px;
|
||
|
width: 16px;
|
||
|
}
|
||
|
|
||
|
.phabricator-action-icon-item-link.sprite-actions {
|
||
|
display: block;
|
||
|
height: 24px;
|
||
|
width: 24px;
|
||
|
}
|