mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-07-04 19:08:55 -05:00
migrated to ASP.Net Core
This commit is contained in:
10
Webfront/bower_components/bootstrap/assets/scss/_anchor.scss
vendored
Normal file
10
Webfront/bower_components/bootstrap/assets/scss/_anchor.scss
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
.anchorjs-link {
|
||||
font-weight: 400;
|
||||
color: rgba($link-color, .5);
|
||||
transition: color .16s linear;
|
||||
|
||||
&:hover {
|
||||
color: $link-color;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user