Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/application/tokens/tokens.css
12242 views
1
/**
2
* @provides tokens-css
3
*/
4
5
button.token-button {
6
background: #f7f7f7;
7
border: 1px solid {$lightblueborder};
8
position: relative;
9
width: 16px;
10
height: 16px;
11
padding: 12px;
12
margin: 4px;
13
text-shadow: none;
14
box-shadow: none;
15
box-sizing: content-box;
16
}
17
18
.token-grid {
19
text-align: center;
20
}
21
22
.token-icon + .token-icon {
23
margin-left: 4px;
24
}
25
26