1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00

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
This commit is contained in:
Chad Little 2013-07-20 12:29:05 -07:00
parent 2dcfcb0011
commit 3742e0f4f6
2 changed files with 5 additions and 5 deletions

View file

@ -4172,7 +4172,7 @@ celerity_register_resource_map(array(
),
'tokens-css' =>
array(
'uri' => '/res/dae13a94/rsrc/css/application/tokens/tokens.css',
'uri' => '/res/bbddf548/rsrc/css/application/tokens/tokens.css',
'type' => 'css',
'requires' =>
array(

View file

@ -3,13 +3,13 @@
*/
button.token-button {
background: #f6f6f6;
border: 1px solid #333333;
background: #f7f7f7;
border: 1px solid #a1a5a9;
position: relative;
width: 16px;
height: 16px;
padding: 16px;
margin: 8px;
padding: 12px;
margin: 6px;
text-shadow: none;
box-shadow: none;
box-sizing: content-box;