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