[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

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

   1  /**
   2   * @provides auth-css
   3   */
   4  
   5  .phabricator-login-buttons {
   6    max-width: 508px;
   7    margin: 16px auto;
   8  }
   9  
  10  .phabricator-login-buttons .phabricator-login-button .button {
  11    width: 246px;
  12  }
  13  
  14  .device-desktop .phabricator-login-buttons .aphront-multi-column-column-last {
  15    text-align: right;
  16  }
  17  
  18  .device .phabricator-login-buttons {
  19    text-align: center;
  20  }
  21  
  22  .phabricator-link-button {
  23    text-align: center;
  24  }
  25  
  26  .auth-account-view {
  27    background-color: #fff;
  28    border: 1px solid {$lightblueborder};
  29    background-repeat: no-repeat;
  30    background-position: 4px 4px;
  31    padding: 4px 4px 4px 62px;
  32    min-height: 50px;
  33    border-radius: 2px;
  34  }
  35  
  36  .auth-account-view-name {
  37    font-weight: bold;
  38  }
  39  
  40  .auth-account-view-provider-name {
  41    color: {$lightgreytext};
  42  }


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