Skip to content

Commit 64c2b1f

Browse files
author
David Yell
committed
Fix the overlap between Tailwind and ManaFont
1 parent 78b047a commit 64c2b1f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

resources/css/app.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@
1010
display: none;
1111
}
1212

13+
/**
14+
* Fixes for the Tailwind ms-3 vs ManaFont ms-3
15+
*/
1316
span.mana-cost i.ms.ms-cost[class*="ms-"] {
1417
margin-inline-start: 0 !important;
1518
}
19+
20+
.ms-3 {
21+
margin-inline-start: .75rem;
22+
}
23+
.ms-3:before {
24+
content: none;
25+
}
26+
27+
.ms-cost.ms.ms-3::before {
28+
content: "\e608";
29+
}

0 commit comments

Comments
 (0)