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