mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Remove unused mixin.
This commit is contained in:
parent
d0dd517f27
commit
d220eb34ff
1 changed files with 0 additions and 24 deletions
|
@ -130,30 +130,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin cooked-badge-bullet($length, $offset:0px) {
|
|
||||||
.badge-wrapper.bullet {
|
|
||||||
span {
|
|
||||||
position: relative;
|
|
||||||
|
|
||||||
&.badge-category-bg {
|
|
||||||
width: $length;
|
|
||||||
height: $length;
|
|
||||||
top: $offset;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.badge-category-parent-bg {
|
|
||||||
width: $length / 2;
|
|
||||||
height: $length;
|
|
||||||
top: $offset;
|
|
||||||
|
|
||||||
& + .badge-category-bg {
|
|
||||||
width: $length / 2;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Category badge dropdown
|
// Category badge dropdown
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue