mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
3742e0f4f6
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
24 lines
361 B
CSS
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;
|
|
}
|