mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01: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:
parent
2dcfcb0011
commit
3742e0f4f6
2 changed files with 5 additions and 5 deletions
|
@ -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(
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue