Fix for pattern and title
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -362,6 +362,26 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
&.item-pattern {
|
||||
.attribute {
|
||||
&.item {
|
||||
display: inline;
|
||||
.item-properties {
|
||||
display: inline;
|
||||
li {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&.title {
|
||||
article {
|
||||
&.attributes {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
.item-list {
|
||||
> li {
|
||||
.item-description {
|
||||
@@ -429,7 +449,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
article {
|
||||
flex: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -737,12 +737,13 @@
|
||||
.inventory {
|
||||
.items-wrapper {
|
||||
h3 {
|
||||
background: $l5r5e-bold;
|
||||
color: $white;
|
||||
border-bottom: 1px solid;
|
||||
background: rgba(90, 110, 90, 0.15);
|
||||
color: $l5r5e-label;
|
||||
border-bottom: 1px solid $white;
|
||||
font-family: $font-tertiary;
|
||||
font-size: 1rem;
|
||||
padding-left: 0.5rem;
|
||||
margin: 0;
|
||||
}
|
||||
.item-list {
|
||||
display: block;
|
||||
@@ -834,6 +835,12 @@
|
||||
flex: 100%;
|
||||
}
|
||||
}
|
||||
&.title {
|
||||
.experience {
|
||||
flex: 100%;
|
||||
width: calc(100% - 7.5rem);
|
||||
}
|
||||
}
|
||||
}
|
||||
// Lang Adjust.
|
||||
&.sheet {
|
||||
|
||||
Reference in New Issue
Block a user