Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ui_basic.scss « themes « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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;
    }
  }
}