1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/webroot/rsrc/css/application/tokens/tokens.css
Chad Little 7aea37c443 PHUIIconView
Summary: Adds a base class for displaying images and icons.

Test Plan: Tested giving and taking tokens, viewed action headers, uiexamples for icons, workboards.

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D5736
2013-04-19 17:44:20 -07:00

20 lines
301 B
CSS

/**
* @provides tokens-css
*/
button.token-button {
background: #f6f6f6;
border: 1px solid #333333;
position: relative;
width: 16px;
height: 16px;
padding: 16px;
margin: 8px;
text-shadow: none;
box-shadow: none;
box-sizing: content-box;
}
.token-grid {
text-align: center;
}