1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-19 19:48:50 -05:00
Files
IW4M-Admin/Webfront/bower_components/bootstrap/assets/scss/_anchor.scss
2018-02-21 19:29:23 -06:00

11 lines
172 B
SCSS

.anchorjs-link {
font-weight: 400;
color: rgba($link-color, .5);
transition: color .16s linear;
&:hover {
color: $link-color;
text-decoration: none;
}
}