1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/webroot/rsrc/css/application/tokens/tokens.css

25 lines
363 B
CSS
Raw Normal View History

/**
* @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;
}
.token-icon + .token-icon {
margin-left: 4px;
}