1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 01:38:48 +02:00
phorge-phorge/webroot/rsrc/css/application/tokens/tokens.css
epriestley 63c27b322c Fix token CSS
Summary: This got caught in the crossfire when I swapped menus for PHUIIconView.

Test Plan: {F43206}

Reviewers: btrahan, chad

Reviewed By: btrahan

CC: aran

Differential Revision: https://secure.phabricator.com/D5919
2013-05-13 10:06:09 -07:00

24 lines
361 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;
}
.phui-icon-view.sprite-tokens {
display: inline-block;
}