Initial data model migration
This commit is contained in:
23
less/chat.less
Normal file
23
less/chat.less
Normal file
@@ -0,0 +1,23 @@
|
||||
// Chat message styles
|
||||
|
||||
.chat-message {
|
||||
.message-header {
|
||||
.flex-row();
|
||||
gap: @spacing-base;
|
||||
margin-bottom: @spacing-small;
|
||||
}
|
||||
|
||||
.dice-roll {
|
||||
.flex-center();
|
||||
padding: @spacing-base;
|
||||
background: lighten(@color-secondary, 70%);
|
||||
border-radius: @input-border-radius;
|
||||
|
||||
.dice-total {
|
||||
font-size: 1.2rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Placeholder - to be expanded based on chat templates
|
||||
Reference in New Issue
Block a user