[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/webroot/rsrc/css/application/tokens/ -> tokens.css (source)

   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  }


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1