summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/themes/ui_basic.scss
blob: 1b731c9192bf224bdb7266850079c958aa231f8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
 * This file represent some UI that can be changed 
 * during web app restyle or theme select. 
 *
 */
.ui_basic { 
  /*
   * Common styles
   *
   */
  a {
    color: $link_color;
    &:hover { 
      text-decoration:none; 
      color: $blue_link;
    }
  }
}