- Added bushido tenets on social tab in sheet
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -225,7 +225,7 @@ input[type="number"] {
|
||||
.editor-content {
|
||||
flex: 1;
|
||||
height: 100%;
|
||||
min-height: 5rem;
|
||||
min-height: 200px;
|
||||
}
|
||||
|
||||
// Elements Colors
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user