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 3742e0f4f6 Twerk Tokens Layout
Summary: Fixes T3581. Lightens up border, tightens spacing 4px.

Test Plan: iOS simulator

Reviewers: epriestley, btrahan

Reviewed By: btrahan

CC: aran, Korvin

Maniphest Tasks: T3581

Differential Revision: https://secure.phabricator.com/D6507
2013-07-20 12:29:05 -07:00

24 lines
361 B
CSS

/**
* @provides tokens-css
*/
button.token-button {
background: #f7f7f7;
border: 1px solid #a1a5a9;
position: relative;
width: 16px;
height: 16px;
padding: 12px;
margin: 6px;
text-shadow: none;
box-shadow: none;
box-sizing: content-box;
}
.token-grid {
text-align: center;
}
.phui-icon-view.sprite-tokens {
display: inline-block;
}