mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
63c27b322c
Summary: This got caught in the crossfire when I swapped menus for PHUIIconView. Test Plan: {F43206} Reviewers: btrahan, chad Reviewed By: btrahan CC: aran Differential Revision: https://secure.phabricator.com/D5919
24 lines
361 B
CSS
24 lines
361 B
CSS
/**
|
|
* @provides tokens-css
|
|
*/
|
|
|
|
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;
|
|
}
|
|
|
|
.phui-icon-view.sprite-tokens {
|
|
display: inline-block;
|
|
}
|