style roll + editor
This commit is contained in:
+9
-4
@@ -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
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user