- Added bushido tenets on social tab in sheet

This commit is contained in:
Vlyan
2021-06-28 19:43:51 +02:00
parent 9affe6a66c
commit 885edf5aed
12 changed files with 71 additions and 28 deletions
+1 -1
View File
@@ -225,7 +225,7 @@ input[type="number"] {
.editor-content {
flex: 1;
height: 100%;
min-height: 5rem;
min-height: 200px;
}
// Elements Colors
+10 -5
View File
@@ -560,11 +560,6 @@
width: 100%;
}
}
.narrative-description {
max-height: 13rem;
font-size: 0.85rem;
flex: 1;
}
}
.narrative-list {
flex: 0 0 calc(50% - 0.25rem);
@@ -574,6 +569,16 @@
width: 100%;
}
}
}
.narrative-fluff {
flex: 1;
flex: 0 0 calc(50% - 0.75rem);
.narrative-description {
max-height: 13rem;
font-size: 0.85rem;
flex: 1;
}
.narrative-note {
font-size: 0.85rem;
}
+1
View File
@@ -667,6 +667,7 @@ button {
width: 600px;
height: auto;
max-height: 1000px;
overflow-y: hidden;
//background: #fffae6 url("../assets/imgs/bg-l5r.webp") no-repeat;
background-color: #3e3a30;
color: $white;