mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-13 17:35:46 +01:00
moved BS out of vendor into admin
This commit is contained in:
8
public/less/admin/bootstrap/mixins/text-emphasis.less
Normal file
8
public/less/admin/bootstrap/mixins/text-emphasis.less
Normal file
@@ -0,0 +1,8 @@
|
||||
// Typography
|
||||
|
||||
.text-emphasis-variant(@color) {
|
||||
color: @color;
|
||||
a&:hover {
|
||||
color: darken(@color, 10%);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user