Ion law visuals (#22908)

This commit is contained in:
Nemanja
2023-12-24 01:58:02 -05:00
committed by GitHub
parent ba4b03f9be
commit 681f9a2c85
7 changed files with 58 additions and 4 deletions

View File

@@ -910,6 +910,12 @@ namespace Content.Client.Stylesheets
new StyleProperty("font", notoSansItalic12),
}),
new StyleRule(new SelectorElement(typeof(RichTextLabel), new[] {StyleClassLabelKeyText}, null, null), new[]
{
new StyleProperty(Label.StylePropertyFont, notoSansBold12),
new StyleProperty( Control.StylePropertyModulateSelf, NanoGold)
}),
// alert tooltip
new StyleRule(new SelectorElement(typeof(RichTextLabel), new[] {StyleClassTooltipAlertTitle}, null, null), new[]
{