gitlabhq/app/assets/stylesheets/themes/ui_basic.scss

19 lines
266 B
SCSS
Raw Normal View History

2012-02-26 23:41:53 +01:00
/**
* This file represent some UI that can be changed
* during web app restyle or theme select.
*
*/
.ui_basic {
2012-02-26 23:41:53 +01:00
/*
* Common styles
*
*/
a {
color: $link_color;
&:hover {
text-decoration:none;
color: $blue_link;
2012-02-26 23:41:53 +01:00
}
}
}