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

19 lines
261 B
SCSS
Raw Normal View History

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