[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/webroot/rsrc/css/phui/calendar/ -> phui-calendar.css (source)

   1  /**
   2   * @provides phui-calendar-css
   3   */
   4  
   5  .phui-calendar-red a {
   6    color: {$red};
   7  }
   8  
   9  .phui-calendar-orange a {
  10    color: {$orange};
  11  }
  12  
  13  .phui-calendar-yellow a {
  14    color: {$yellow};
  15  }
  16  
  17  .phui-calendar-green a {
  18    color: {$green}
  19  }
  20  
  21  .phui-calendar-blue a {
  22    color: {$blue};
  23  }
  24  
  25  .phui-calendar-sky a {
  26    color: {$sky};
  27  }
  28  
  29  .phui-calendar-indigo a {
  30    color: {$indigo};
  31  }
  32  
  33  .phui-calendar-violet a {
  34    color: {$violet};
  35  }
  36  
  37  .phui-calendar-bg-red {
  38    background-color: {$lightred};
  39  }
  40  
  41  .phui-calendar-bg-orange {
  42    background-color: {$lightorange};
  43  }
  44  
  45  .phui-calendar-bg-yellow {
  46    background-color: {$lightyellow};
  47  }
  48  
  49  .phui-calendar-bg-green {
  50    background-color: {$lightgreen}
  51  }
  52  
  53  .phui-calendar-bg-blue {
  54    background-color: {$lightblue};
  55  }
  56  
  57  .phui-calendar-bg-sky {
  58    background-color: {$lightsky};
  59  }
  60  
  61  .phui-calendar-bg-indigo {
  62    background-color: {$lightindigo};
  63  }
  64  
  65  .phui-calendar-bg-violet {
  66    background-color: {$lightviolet};
  67  }
  68  
  69  .phui-calendar-red .phui-calendar-list-dot {
  70    background-color: {$red};
  71    border-color: {$red};
  72  }
  73  
  74  .phui-calendar-orange .phui-calendar-list-dot {
  75    background-color: {$orange};
  76    border-color: {$orange};
  77  }
  78  
  79  .phui-calendar-yellow .phui-calendar-list-dot {
  80    background-color: {$orange};
  81    border-color: {$orange};
  82  }
  83  
  84  .phui-calendar-green .phui-calendar-list-dot {
  85    background-color: {$green};
  86    border-color: {$green};
  87  }
  88  
  89  .phui-calendar-blue .phui-calendar-list-dot {
  90    background-color: {$blue};
  91    border-color: {$blue};
  92  }
  93  
  94  .phui-calendar-sky .phui-calendar-list-dot {
  95    background-color: {$sky};
  96    border-color: {$sky};
  97  }
  98  
  99  .phui-calendar-indigo .phui-calendar-list-dot {
 100    background-color: {$indigo};
 101    border-color: {$indigo};
 102  }
 103  
 104  .phui-calendar-violet .phui-calendar-list-dot {
 105    background-color: {$violet};
 106    border-color: {$violet};
 107  }


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