mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-11 01:12:41 +01:00
a1d6fe379b
Summary: This resolves mysterious extra space below tokens in property list view and timeline view. Test Plan: Check Property List in Phriction, Timeline examples, Token Application, and giving my fake accounts tokens. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin, chad Differential Revision: https://secure.phabricator.com/D8651
20 lines
312 B
CSS
20 lines
312 B
CSS
/**
|
|
* @provides tokens-css
|
|
*/
|
|
|
|
button.token-button {
|
|
background: #f7f7f7;
|
|
border: 1px solid {$lightblueborder};
|
|
position: relative;
|
|
width: 16px;
|
|
height: 16px;
|
|
padding: 12px;
|
|
margin: 4px;
|
|
text-shadow: none;
|
|
box-shadow: none;
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.token-grid {
|
|
text-align: center;
|
|
}
|