style roll + editor

This commit is contained in:
rwanoux
2024-04-28 23:32:54 +02:00
parent 6ba57e5d38
commit 58d1be4194
6 changed files with 37 additions and 20 deletions
+9 -4
View File
@@ -110,24 +110,29 @@ ol#chat-log {
position: absolute;
top: -1rem;
text-wrap: nowrap;
color: black;
color: white;
font-weight: 100;
font-size: smaller;
text-align: center;
opacity: 0;
text-shadow: 0px 0px 5px black;
}
&:hover::after {
opacity: 1
opacity: 1;
color: white;
}
&.human,
&.adapted {
border-top: 5px solid rgb(255, 217, 0);
&::after {
content: "";
}
}
&.rerollable {
+4 -4
View File
@@ -308,13 +308,13 @@
}
.system-vermine2047 .sheet-body .tab,
.system-vermine2047 .sheet-body .tab .editor {
.editor {
height: 100%;
min-width: 100%;
width: 100%;
}
.system-vermine2047 .sheet-body .tab .editor {
.editor {
min-height: 75px;
margin-bottom: 1rem;
@@ -327,7 +327,7 @@
}
}
.system-vermine2047 editor:hover .editor-edit {
editor:hover .editor-edit {
display: block;
}