Amélioration fiche d'item

This commit is contained in:
ZigmundKreud
2021-11-08 14:40:29 +01:00
parent b6ad8a846e
commit 0c24f49470
44 changed files with 1007 additions and 571 deletions

View File

@@ -2,6 +2,7 @@
@import "global/forms";
@import "global/typography";
@import "global/item-list";
@import "global/colors";
@logo-width: 190px;
@logo-height: 115px;
@@ -11,7 +12,6 @@
@attributes-height: 64px;
@footer-height: 30px;
@sidebar-width: 250px;
@colorOlive: #4b4a44;
.bol {
&.sheet {
@@ -29,6 +29,8 @@
min-height: 400px;
}
}
&.dialog {
}
}
.editor, .editor-content {
@@ -49,9 +51,10 @@
}
.chat-message .chat-icon {
border: 0;
padding: 2px 6px 2px 2px;
float: left;
flex : 0 0 64px;
border: 1px outset lightgray;
//padding: 2px 6px 2px 2px;
//float: left;
width: 64px;
height: 64px;
}