summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/themes/ui_basic.scss
blob: 09ff0747470053e3337449c9debca4fa313c6d73 (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;
    }
  }
}