From 8156d33fdbd45b498304537059f9343c90817c63 Mon Sep 17 00:00:00 2001 From: moliloo Date: Tue, 29 Jul 2025 01:16:19 -0300 Subject: [PATCH] inital style for message rolls --- styles/less/ui/chat/sheet.less | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/styles/less/ui/chat/sheet.less b/styles/less/ui/chat/sheet.less index 1c57bb13..da66c12f 100644 --- a/styles/less/ui/chat/sheet.less +++ b/styles/less/ui/chat/sheet.less @@ -93,6 +93,24 @@ white-space: nowrap; } } + + .dice-roll .dice-formula, + .dice-roll .dice-total { + box-shadow: none; + border: none; + background: light-dark(@dark-blue-40, @golden-40); + color: light-dark(@dark-blue, @golden); + font-weight: 600; + align-content: center; + } + + .dice-roll .dice-formula { + height: 27px; + } + + .dice-roll .dice-total { + height: 34px; + } } }