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: 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;
    }
  }
}