gitlabhq/app/assets/stylesheets/themes/ui_basic.scss
Dmitriy Zaporozhets 6fa95a3d34 CSS refactored
2012-06-12 14:58:44 +03:00

19 lines
266 B
SCSS

/**
* 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;
}
}
}