1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00
phorge-phorge/webroot/rsrc/css/phui/phui-icon.css
Chad Little 5c100c0d69 Payment sprite icons.
Summary: Adds some icons for taking money.

Test Plan: UIExamples

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D5753
2013-04-22 16:41:00 -07:00

46 lines
644 B
CSS

/**
* @provides phui-icon-view-css
*/
.phui-icon-item-link {
display: inline-block;
vertical-align: top;
}
.phui-icon-item-link.sprite-minicons {
height: 16px;
width: 16px;
}
.phui-icon-item-link.sprite-actions {
height: 24px;
width: 24px;
}
.phui-icon-item-link.sprite-apps {
height: 14px;
width: 14px;
}
.phui-icon-item-link.sprite-tokens {
height: 16px;
width: 16px;
}
.phui-icon-item-link.sprite-payments {
height: 32px;
width: 60px;
}
.phui-icon-item-link.phuihead-medium {
height: 50px;
width: 50px;
}
.phui-icon-item-link.phuihead-small {
height: 35px;
width: 35px;
background-size: 35px;
}