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 49c40d209d Tokens v1
Summary:
Features!

  - Giving tokens.
  - Taking tokens back.
  - Not giving tokens.

Test Plan: See screenshots.

Reviewers: chad, vrana

Reviewed By: chad

CC: aran, btrahan

Maniphest Tasks: T2541

Differential Revision: https://secure.phabricator.com/D4964
2013-02-15 07:47:14 -08:00

27 lines
396 B
CSS

/**
* @provides tokens-css
*/
.token-icon {
position: relative;
display: inline-block;
width: 16px;
height: 16px;
}
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;
}